Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143323583
D50625.id156339.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
913 B
Referenced Files
None
Subscribers
None
D50625.id156339.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 29, 9:49 PM (14 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28085541
Default Alt Text
D50625.id156339.diff (913 B)
Attached To
Mode
D50625: don't gate ctl{d,adm} behind MK_ISCSI
Attached
Detach File
Event Timeline
Log In to Comment