Source-Changes-HG archive

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

[src/trunk]: src/etc Add _pflogd group.



details:   https://anonhg.NetBSD.org/src/rev/42ec2ddd61c8
branches:  trunk
changeset: 580034:42ec2ddd61c8
user:      peter <peter%NetBSD.org@localhost>
date:      Tue Apr 05 19:57:30 2005 +0000

description:
Add _pflogd group.

diffstat:

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

diffs (31 lines):

diff -r 1aab04e43445 -r 42ec2ddd61c8 etc/group
--- a/etc/group Tue Apr 05 18:46:33 2005 +0000
+++ b/etc/group Tue Apr 05 19:57:30 2005 +0000
@@ -14,6 +14,7 @@
 ntpd:*:15:
 sshd:*:16:
 smmsp:*:17:
+_pflogd:*:18:
 staff:*:20:root
 guest:*:31:root
 nobody:*:39:
diff -r 1aab04e43445 -r 42ec2ddd61c8 etc/postinstall
--- a/etc/postinstall   Tue Apr 05 18:46:33 2005 +0000
+++ b/etc/postinstall   Tue Apr 05 19:57:30 2005 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.96 2005/04/05 07:03:33 peter Exp $
+# $NetBSD: postinstall,v 1.97 2005/04/05 19:57:30 peter Exp $
 #
 # Copyright (c) 2002-2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -534,7 +534,7 @@
        [ -n "$1" ] || err 2 "USAGE: do_gid  fix|check"
 
        check_ids $1 groups "${DEST_DIR}/etc/group" \
-           named ntpd sshd smmsp authpf
+           named ntpd sshd smmsp authpf _pflogd
 }
 
 #



Home | Main Index | Thread Index | Old Index