Module Name:    src
Committed By:   roy
Date:           Thu Oct 22 10:51:16 UTC 2015

Modified Files:
        src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile

Log Message:
Install dhcpcd.conf as root writeable.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile
diff -u src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.26 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.27
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.26	Fri Aug 21 10:44:43 2015
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile	Thu Oct 22 10:51:16 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2015/08/21 10:44:43 roy Exp $
+# $NetBSD: Makefile,v 1.27 2015/10/22 10:51:16 roy Exp $
 #
 
 PROG=		dhcpcd
@@ -37,6 +37,7 @@ SCRIPTSDIR_dhcpcd-run-hooks=	/libexec
 
 CONFIGFILES=			dhcpcd.conf
 FILESDIR_dhcpcd.conf=		/etc
+FILESMODE_dhcpcd.conf=		644	# -rw-r--r--
 
 HOOKS=			01-test 02-dump 10-wpa_supplicant 15-timezone
 HOOKS+=			20-resolv.conf 29-lookup-hostname 30-hostname

Reply via email to