Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2018 05:42:08 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336859 - head/sbin/init/rc.d
Message-ID:  <201807290542.w6T5g8rt018138@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Sun Jul 29 05:42:07 2018
New Revision: 336859
URL: https://svnweb.freebsd.org/changeset/base/336859

Log:
  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

Modified:
  head/sbin/init/rc.d/Makefile

Modified: head/sbin/init/rc.d/Makefile
==============================================================================
--- head/sbin/init/rc.d/Makefile	Sun Jul 29 05:14:26 2018	(r336858)
+++ head/sbin/init/rc.d/Makefile	Sun Jul 29 05:42:07 2018	(r336859)
@@ -2,7 +2,7 @@
 
 .include <src.opts.mk>
 
-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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807290542.w6T5g8rt018138>