Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/postinstall add _tss to uid and gid checks



details:   https://anonhg.NetBSD.org/src/rev/d4b860c86360
branches:  trunk
changeset: 779528:d4b860c86360
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Fri Jun 01 21:59:06 2012 +0000

description:
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 1e8c7bb1f2be -r d4b860c86360 usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Fri Jun 01 20:28:02 2012 +0000
+++ b/usr.sbin/postinstall/postinstall  Fri Jun 01 21:59:06 2012 +0000
@@ -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 @@
 
        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 @@
 
        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