Module Name:    src
Committed By:   riz
Date:           Mon Jun 11 23:09:24 UTC 2012

Modified Files:
        src/usr.sbin/postinstall [netbsd-6]: postinstall

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.129.2.5 -r1.129.2.6 src/usr.sbin/postinstall/postinstall

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/postinstall/postinstall
diff -u src/usr.sbin/postinstall/postinstall:1.129.2.5 src/usr.sbin/postinstall/postinstall:1.129.2.6
--- src/usr.sbin/postinstall/postinstall:1.129.2.5	Mon Feb 27 20:28:19 2012
+++ src/usr.sbin/postinstall/postinstall	Mon Jun 11 23:09:24 2012
@@ -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 @@ do_gid()
 
 	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 @@ do_uid()
 
 	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
 }
 
 

Reply via email to