Page MenuHomeFreeBSD

D50625.id.diff
No OneTemporary

D50625.id.diff

diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -114,6 +114,10 @@
CRON+= cron
CRONPACKAGE= cron
+CONFGROUPS+= CTL
+CTL= ctld
+CTLPACKAGE= ctl
+
CONFGROUPS+= NFS
NFS= lockd \
mountd \
@@ -263,10 +267,6 @@
ISCSI= iscsictl \
iscsid
ISCSIPACKAGE= iscsi
-
-CONFGROUPS+= CTL
-CTL= ctld
-CTLPACKAGE= ctl
.endif
.if ${MK_JAIL} != "no"
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -14,6 +14,8 @@
clear_locks \
crashinfo \
cron \
+ ctld \
+ ctladm \
daemon \
dconschat \
devctl \
@@ -153,7 +155,7 @@
SUBDIR.${MK_INET6}+= traceroute6
SUBDIR.${MK_INETD}+= inetd
SUBDIR.${MK_IPFW}+= ipfwpcap
-SUBDIR.${MK_ISCSI}+= ctladm ctld iscsid
+SUBDIR.${MK_ISCSI}+= iscsid
SUBDIR.${MK_JAIL}+= jail
SUBDIR.${MK_JAIL}+= jexec
SUBDIR.${MK_JAIL}+= jls

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 29, 7:57 PM (12 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28085541
Default Alt Text
D50625.id.diff (913 B)

Event Timeline