Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/postinstall Adding _rtadvd to group check.



details:   https://anonhg.NetBSD.org/src/rev/e112c85284ba
branches:  trunk
changeset: 787924:e112c85284ba
user:      htodd <htodd%NetBSD.org@localhost>
date:      Sun Jul 14 15:17:22 2013 +0000

description:
Adding _rtadvd to group check.

diffstat:

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

diffs (20 lines):

diff -r 63daf0b550c9 -r e112c85284ba usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Sun Jul 14 14:29:09 2013 +0000
+++ b/usr.sbin/postinstall/postinstall  Sun Jul 14 15:17:22 2013 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.154 2013/06/17 17:40:17 christos Exp $
+# $NetBSD: postinstall,v 1.155 2013/07/14 15:17:22 htodd Exp $
 #
 # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -909,7 +909,7 @@
 
        check_ids "$1" groups "${DEST_DIR}/etc/group" 14 \
            named ntpd sshd SKIP _pflogd _rwhod staff _proxy _timedc \
-           _sdpd _httpd _mdnsd _tests _tcpdump _tss _gpio
+           _sdpd _httpd _mdnsd _tests _tcpdump _tss _gpio _rtadvd
 }
 
 #



Home | Main Index | Thread Index | Old Index