Source-Changes-HG archive

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

[src/trunk]: src/etc Add _pflogd to the uid check. Pointed out by Luke Mewburn.



details:   https://anonhg.NetBSD.org/src/rev/28020a81ebdc
branches:  trunk
changeset: 580020:28020a81ebdc
user:      peter <peter%NetBSD.org@localhost>
date:      Tue Apr 05 07:03:33 2005 +0000

description:
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 a47ea329a448 -r 28020a81ebdc etc/postinstall
--- a/etc/postinstall   Tue Apr 05 01:07:17 2005 +0000
+++ b/etc/postinstall   Tue Apr 05 07:03:33 2005 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.95 2005/03/22 04:43:53 lukem Exp $
+# $NetBSD: postinstall,v 1.96 2005/04/05 07:03:33 peter 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