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



details:   https://anonhg.NetBSD.org/src/rev/edb6fc2bc33a
branches:  trunk
changeset: 759844:edb6fc2bc33a
user:      njoly <njoly%NetBSD.org@localhost>
date:      Fri Dec 17 22:56:22 2010 +0000

description:
Add _tcpdump uid/gid checks.

diffstat:

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

diffs (29 lines):

diff -r b18425665612 -r edb6fc2bc33a usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Fri Dec 17 22:35:07 2010 +0000
+++ b/usr.sbin/postinstall/postinstall  Fri Dec 17 22:56:22 2010 +0000
@@ -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
 }
 
 



Home | Main Index | Thread Index | Old Index