Module Name:    src
Committed By:   njoly
Date:           Fri Dec 17 22:56:22 UTC 2010

Modified Files:
        src/usr.sbin/postinstall: postinstall

Log Message:
Add _tcpdump uid/gid checks.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 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.111 src/usr.sbin/postinstall/postinstall:1.112
--- src/usr.sbin/postinstall/postinstall:1.111	Tue Nov 30 14:35:38 2010
+++ src/usr.sbin/postinstall/postinstall	Fri Dec 17 22:56:22 2010
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.111 2010/11/30 14:35:38 njoly Exp $
+# $NetBSD: postinstall,v 1.112 2010/12/17 22:56:22 njoly Exp $
 #
 # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -815,7 +815,7 @@
 
 	check_ids "$1" groups "${DEST_DIR}/etc/group" \
 	    named ntpd sshd authpf _pflogd _rwhod _proxy _timedc \
-	    _sdpd _httpd _mdnsd _atf
+	    _sdpd _httpd _mdnsd _atf _tcpdump
 }
 
 #
@@ -1430,7 +1430,7 @@
 
 	check_ids "$1" users "${DEST_DIR}/etc/master.passwd" \
 	    named ntpd postfix sshd _pflogd _rwhod _proxy _timedc \
-	    _sdpd _httpd _mdnsd _atf
+	    _sdpd _httpd _mdnsd _atf _tcpdump
 }
 
 

Reply via email to