Source-Changes-HG archive

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

[src/netbsd-3]: src/etc Pull up revision 1.96 (requested by peter in ticket #...



details:   https://anonhg.NetBSD.org/src/rev/20be96ffe6df
branches:  netbsd-3
changeset: 575329:20be96ffe6df
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 13 15:51:38 2005 +0000

description:
Pull up revision 1.96 (requested by peter in ticket #134):
Add _pflogd to the uid check. Pointed out by Luke Mewburn.

diffstat:

 etc/postinstall |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r d7c7e43002a9 -r 20be96ffe6df etc/postinstall
--- a/etc/postinstall   Wed Apr 13 15:50:34 2005 +0000
+++ b/etc/postinstall   Wed Apr 13 15:51:38 2005 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.94 2005/03/12 00:52:51 tron Exp $
+# $NetBSD: postinstall,v 1.94.2.1 2005/04/13 15:51:38 tron Exp $
 #
 # Copyright (c) 2002-2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -546,7 +546,7 @@
        [ -n "$1" ] || err 2 "USAGE: do_uid  fix|check"
 
        check_ids $1 users "${DEST_DIR}/etc/master.passwd" \
-           named ntpd sshd smmsp
+           named ntpd sshd smmsp _pflogd
 }
 
 



Home | Main Index | Thread Index | Old Index