Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/usr.sbin/postinstall Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/d0771eca620e
branches:  netbsd-6
changeset: 774184:d0771eca620e
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Jun 11 23:09:24 2012 +0000

description:
Pull up following revision(s) (requested by jnemeth in ticket #302):
        usr.sbin/postinstall/postinstall: revision 1.137
add _tss to uid and gid checks

diffstat:

 usr.sbin/postinstall/postinstall |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 95c854259058 -r d0771eca620e usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Mon Jun 11 21:30:08 2012 +0000
+++ b/usr.sbin/postinstall/postinstall  Mon Jun 11 23:09:24 2012 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.129.2.5 2012/02/27 20:28:19 riz Exp $
+# $NetBSD: postinstall,v 1.129.2.6 2012/06/11 23:09:24 riz Exp $
 #
 # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -880,7 +880,7 @@
 
        check_ids "$1" groups "${DEST_DIR}/etc/group" \
            named ntpd sshd authpf _pflogd _rwhod _proxy _timedc \
-           _sdpd _httpd _mdnsd _tests _tcpdump
+           _sdpd _httpd _mdnsd _tests _tcpdump _tss
 }
 
 #
@@ -1553,7 +1553,7 @@
 
        check_ids "$1" users "${DEST_DIR}/etc/master.passwd" \
            named ntpd postfix sshd _pflogd _rwhod _proxy _timedc \
-           _sdpd _httpd _mdnsd _tests _tcpdump
+           _sdpd _httpd _mdnsd _tests _tcpdump _tss
 }
 
 



Home | Main Index | Thread Index | Old Index