Module Name:    src
Committed By:   roy
Date:           Thu Apr  2 13:44:46 UTC 2020

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

Log Message:
postinstall: add checks for _dhcpcd to do_uid and do_gid

Thanks to jmcneill@


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/postinstall/postinstall.in

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.in
diff -u src/usr.sbin/postinstall/postinstall.in:1.16 src/usr.sbin/postinstall/postinstall.in:1.17
--- src/usr.sbin/postinstall/postinstall.in:1.16	Thu Apr  2 13:04:09 2020
+++ src/usr.sbin/postinstall/postinstall.in	Thu Apr  2 13:44:46 2020
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall.in,v 1.16 2020/04/02 13:04:09 roy Exp $
+# $NetBSD: postinstall.in,v 1.17 2020/04/02 13:44:46 roy Exp $
 #
 # Copyright (c) 2002-2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1199,7 +1199,7 @@ do_gid()
 	    "${SRC_DIR}/etc/group" 14 \
 	    named ntpd sshd SKIP _pflogd _rwhod staff _proxy _timedc \
 	    _sdpd _httpd _mdnsd _tests _tcpdump _tss _gpio _rtadvd SKIP \
-	    _unbound _nsd nvmm
+	    _unbound _nsd nvmm _dhcpcd
 }
 
 #
@@ -1975,7 +1975,7 @@ do_uid()
 	    "${SRC_DIR}/etc/master.passwd" 12 \
 	    postfix SKIP named ntpd sshd SKIP _pflogd _rwhod SKIP _proxy \
 	    _timedc _sdpd _httpd _mdnsd _tests _tcpdump _tss SKIP _rtadvd \
-	    SKIP _unbound _nsd
+	    SKIP _unbound _nsd SKIP _dhcpcd
 }
 
 

Reply via email to