Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd Install dhcpcd.conf as root ...



details:   https://anonhg.NetBSD.org/src/rev/2efc190ea87a
branches:  trunk
changeset: 811303:2efc190ea87a
user:      roy <roy%NetBSD.org@localhost>
date:      Thu Oct 22 10:51:16 2015 +0000

description:
Install dhcpcd.conf as root writeable.

diffstat:

 external/bsd/dhcpcd/sbin/dhcpcd/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3e15da9df174 -r 2efc190ea87a external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Thu Oct 22 09:51:21 2015 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Thu Oct 22 10:51:16 2015 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index