Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/postinstall And add a skip for the deleted _gpio in...



details:   https://anonhg.NetBSD.org/src/rev/802c124fe1c8
branches:  trunk
changeset: 787926:802c124fe1c8
user:      htodd <htodd%NetBSD.org@localhost>
date:      Sun Jul 14 15:44:00 2013 +0000

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

diffstat:

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

diffs (20 lines):

diff -r 40c1b6f8506c -r 802c124fe1c8 usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Sun Jul 14 15:27:12 2013 +0000
+++ b/usr.sbin/postinstall/postinstall  Sun Jul 14 15:44:00 2013 +0000
@@ -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 @@
 
        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
 }
 
 



Home | Main Index | Thread Index | Old Index