Module Name: src
Committed By: htodd
Date: Sun Jul 14 15:27:12 UTC 2013
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
Add _rtadvd to uid check as well.
To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/usr.sbin/postinstall/postinstall
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/postinstall/postinstall
diff -u src/usr.sbin/postinstall/postinstall:1.155 src/usr.sbin/postinstall/postinstall:1.156
--- src/usr.sbin/postinstall/postinstall:1.155 Sun Jul 14 15:17:22 2013
+++ src/usr.sbin/postinstall/postinstall Sun Jul 14 15:27:12 2013
@@ -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 @@ do_uid()
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
}