Module Name: src
Committed By: uwe
Date: Sat Feb 17 03:02:04 UTC 2018
Modified Files:
src/distrib/sets/lists/etc: mi
src/etc/rc.d: Makefile
Log Message:
Actually install dhcpd6 rc script. Organize CONFIGFILES
alphabetically again while where.
PR 53018
To generate a diff of this commit:
cvs rdiff -u -r1.250 -r1.251 src/distrib/sets/lists/etc/mi
cvs rdiff -u -r1.96 -r1.97 src/etc/rc.d/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/lists/etc/mi
diff -u src/distrib/sets/lists/etc/mi:1.250 src/distrib/sets/lists/etc/mi:1.251
--- src/distrib/sets/lists/etc/mi:1.250 Tue Jan 9 03:31:14 2018
+++ src/distrib/sets/lists/etc/mi Sat Feb 17 03:02:04 2018
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.250 2018/01/09 03:31:14 christos Exp $
+# $NetBSD: mi,v 1.251 2018/02/17 03:02:04 uwe Exp $
#
# Note: end-user configuration files that are moved to another location
# should not be marked "obsolete"; they should just be removed from
@@ -205,6 +205,7 @@
./etc/rc.d/dhclient etc-dhclient-rc
./etc/rc.d/dhcpcd etc-dhcpcd-rc
./etc/rc.d/dhcpd etc-dhcpd-rc
+./etc/rc.d/dhcpd6 etc-dhcpd-rc
./etc/rc.d/dhcrelay etc-dhcpd-rc
./etc/rc.d/dmesg etc-sys-rc
./etc/rc.d/downinterfaces etc-sys-rc
Index: src/etc/rc.d/Makefile
diff -u src/etc/rc.d/Makefile:1.96 src/etc/rc.d/Makefile:1.97
--- src/etc/rc.d/Makefile:1.96 Tue Jan 9 03:31:14 2018
+++ src/etc/rc.d/Makefile Sat Feb 17 03:02:04 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2018/01/09 03:31:14 christos Exp $
+# $NetBSD: Makefile,v 1.97 2018/02/17 03:02:04 uwe Exp $
.include <bsd.own.mk>
@@ -17,8 +17,10 @@ CONFIGFILES=\
DAEMON DISKS LOGIN NETWORKING SERVERS \
accounting altqd amd apmd automount automountd autounmountd \
bluetooth bootconf.sh bootparams \
- ccd cgd cleartmp cron devpubd \
- dhclient dhcpcd dhcpd dhcrelay dmesg downinterfaces envsys \
+ ccd cgd cleartmp cron \
+ devpubd dhclient dhcpcd dhcpd dhcpd6 dhcrelay dmesg \
+ downinterfaces \
+ envsys \
fsck fsck_root ftp_proxy ftpd \
gpio \
hostapd httpd \