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 _atf to uid/gid checks.



details:   https://anonhg.NetBSD.org/src/rev/b5e6b37593ab
branches:  trunk
changeset: 758558:b5e6b37593ab
user:      njoly <njoly%NetBSD.org@localhost>
date:      Mon Nov 08 09:01:44 2010 +0000

description:
Add _atf to uid/gid checks.

diffstat:

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

diffs (29 lines):

diff -r 53d4dc9894ea -r b5e6b37593ab usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Mon Nov 08 06:54:52 2010 +0000
+++ b/usr.sbin/postinstall/postinstall  Mon Nov 08 09:01:44 2010 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.108 2010/04/23 19:21:08 dyoung Exp $
+# $NetBSD: postinstall,v 1.109 2010/11/08 09:01:44 njoly Exp $
 #
 # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -807,7 +807,7 @@
 
        check_ids "$1" groups "${DEST_DIR}/etc/group" \
            named ntpd sshd authpf _pflogd _rwhod _proxy _timedc \
-           _sdpd _httpd _mdnsd
+           _sdpd _httpd _mdnsd _atf
 }
 
 #
@@ -1419,7 +1419,7 @@
 
        check_ids "$1" users "${DEST_DIR}/etc/master.passwd" \
            named ntpd postfix sshd _pflogd _rwhod _proxy _timedc \
-           _sdpd _httpd _mdnsd
+           _sdpd _httpd _mdnsd _atf
 }
 
 



Home | Main Index | Thread Index | Old Index