Module Name: src
Committed By: njoly
Date: Mon Nov 8 09:01:44 UTC 2010
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
Add _atf to uid/gid checks.
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 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.108 src/usr.sbin/postinstall/postinstall:1.109
--- src/usr.sbin/postinstall/postinstall:1.108 Fri Apr 23 19:21:08 2010
+++ src/usr.sbin/postinstall/postinstall Mon Nov 8 09:01:44 2010
@@ -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
}