Module Name: src
Committed By: jnemeth
Date: Fri Jun 1 21:59:06 UTC 2012
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
add _tss to uid and gid checks
To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 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.136 src/usr.sbin/postinstall/postinstall:1.137
--- src/usr.sbin/postinstall/postinstall:1.136 Wed Feb 29 02:40:28 2012
+++ src/usr.sbin/postinstall/postinstall Fri Jun 1 21:59:06 2012
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: postinstall,v 1.136 2012/02/29 02:40:28 jmmv Exp $
+# $NetBSD: postinstall,v 1.137 2012/06/01 21:59:06 jnemeth 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
}
#
@@ -1556,7 +1556,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
}