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 _rtadvd to uid check as well.



details:   https://anonhg.NetBSD.org/src/rev/40c1b6f8506c
branches:  trunk
changeset: 787925:40c1b6f8506c
user:      htodd <htodd%NetBSD.org@localhost>
date:      Sun Jul 14 15:27:12 2013 +0000

description:
Add _rtadvd to uid check as well.

diffstat:

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

diffs (20 lines):

diff -r e112c85284ba -r 40c1b6f8506c usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Sun Jul 14 15:17:22 2013 +0000
+++ b/usr.sbin/postinstall/postinstall  Sun Jul 14 15:27:12 2013 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.155 2013/07/14 15:17:22 htodd Exp $
+# $NetBSD: postinstall,v 1.156 2013/07/14 15:27:12 htodd Exp $
 #
 # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1585,7 +1585,7 @@
 
        check_ids "$1" users "${DEST_DIR}/etc/master.passwd" 12 \
            postfix SKIP named ntpd sshd SKIP _pflogd _rwhod SKIP _proxy \
-           _timedc _sdpd _httpd _mdnsd _tests _tcpdump _tss
+           _timedc _sdpd _httpd _mdnsd _tests _tcpdump _tss _rtadvd
 }
 
 



Home | Main Index | Thread Index | Old Index