From c13b53f6fb6a9fcf030f9d0bd3f7c20e0a618f6b Mon Sep 17 00:00:00 2001 From: Don Lewis Date: Sun, 29 Jul 2018 05:42:07 +0000 Subject: [PATCH] Fix a variable name typo in r336845 that prevented the rc.d scripts from being installed in the correct directory. Resurrect a few rc.d scripts that were prematurely deleted from the Makefile by r336845. Reviewed by: brd --- sbin/init/rc.d/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sbin/init/rc.d/Makefile b/sbin/init/rc.d/Makefile index 211865d8cd74..c09c17dac78a 100644 --- a/sbin/init/rc.d/Makefile +++ b/sbin/init/rc.d/Makefile @@ -2,7 +2,7 @@ .include -CONFSDIR= /etc/rc.d +CONFDIR= /etc/rc.d CONFGROUPS= CONFS CONFS= DAEMON \ @@ -75,6 +75,7 @@ CONFS= DAEMON \ netif \ netoptions \ netwait \ + newsyslog \ nfsclient \ nfscbd \ nfsd \ @@ -112,6 +113,8 @@ CONFS= DAEMON \ stf \ swap \ swaplate \ + sysctl \ + syslogd \ tmp \ ${_ubthidhci} \ ugidfw \