Module Name:    src
Committed By:   htodd
Date:           Sun Jul 14 15:44:00 UTC 2013

Modified Files:
        src/usr.sbin/postinstall: postinstall

Log Message:
And add a skip for the deleted _gpio in uid.


To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 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.156 src/usr.sbin/postinstall/postinstall:1.157
--- src/usr.sbin/postinstall/postinstall:1.156	Sun Jul 14 15:27:12 2013
+++ src/usr.sbin/postinstall/postinstall	Sun Jul 14 15:44:00 2013
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.156 2013/07/14 15:27:12 htodd Exp $
+# $NetBSD: postinstall,v 1.157 2013/07/14 15:44:00 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 _rtadvd
+	    _timedc _sdpd _httpd _mdnsd _tests _tcpdump _tss SKIP _rtadvd
 }
 
 

Reply via email to