Module Name: src
Committed By: prlw1
Date: Tue May 21 12:07:03 UTC 2013
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
add _gpio to gid check
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 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.148 src/usr.sbin/postinstall/postinstall:1.149
--- src/usr.sbin/postinstall/postinstall:1.148 Thu May 16 07:37:05 2013
+++ src/usr.sbin/postinstall/postinstall Tue May 21 12:07:03 2013
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: postinstall,v 1.148 2013/05/16 07:37:05 yamt Exp $
+# $NetBSD: postinstall,v 1.149 2013/05/21 12:07:03 prlw1 Exp $
#
# Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -855,7 +855,7 @@ do_gid()
check_ids "$1" groups "${DEST_DIR}/etc/group" \
named ntpd sshd authpf _pflogd _rwhod _proxy _timedc \
- _sdpd _httpd _mdnsd _tests _tcpdump _tss
+ _sdpd _httpd _mdnsd _tests _tcpdump _tss _gpio
}
#