Deleted Added
full compact
Makefile (271493) Makefile (271696)
1# $FreeBSD: head/etc/rc.d/Makefile 271493 2014-09-13 02:15:31Z delphij $
1# $FreeBSD: head/etc/rc.d/Makefile 271696 2014-09-17 02:32:22Z delphij $
2
3.include <src.opts.mk>
4
5FILES= DAEMON \
6 FILESYSTEMS \
7 LOGIN \
8 NETWORKING \
9 SERVERS \
10 abi \
11 accounting \
12 addswap \
13 adjkerntz \
14 amd \
15 apm \
16 apmd \
17 archdep \
18 atm1 \
19 atm2 \
20 atm3 \
21 auditd \
22 auditdistd \
23 automount \
24 automountd \
25 autounmountd \
26 bgfsck \
27 ${_bluetooth} \
28 bootparams \
29 bridge \
30 bsnmpd \
31 ${_bthidd} \
32 ${_casperd} \
33 ccd \
34 cleanvar \
35 cleartmp \
36 cron \
37 ctld \
38 ddb \
39 defaultroute \
40 devd \
41 devfs \
42 dhclient \
43 dmesg \
44 dumpon \
45 faith \
46 fsck \
47 ftp-proxy \
48 ftpd \
49 gbde \
50 geli \
51 geli2 \
52 gptboot \
53 gssd \
54 hastd \
55 ${_hcsecd} \
56 hostapd \
57 hostid \
58 hostid_save \
59 hostname \
2
3.include <src.opts.mk>
4
5FILES= DAEMON \
6 FILESYSTEMS \
7 LOGIN \
8 NETWORKING \
9 SERVERS \
10 abi \
11 accounting \
12 addswap \
13 adjkerntz \
14 amd \
15 apm \
16 apmd \
17 archdep \
18 atm1 \
19 atm2 \
20 atm3 \
21 auditd \
22 auditdistd \
23 automount \
24 automountd \
25 autounmountd \
26 bgfsck \
27 ${_bluetooth} \
28 bootparams \
29 bridge \
30 bsnmpd \
31 ${_bthidd} \
32 ${_casperd} \
33 ccd \
34 cleanvar \
35 cleartmp \
36 cron \
37 ctld \
38 ddb \
39 defaultroute \
40 devd \
41 devfs \
42 dhclient \
43 dmesg \
44 dumpon \
45 faith \
46 fsck \
47 ftp-proxy \
48 ftpd \
49 gbde \
50 geli \
51 geli2 \
52 gptboot \
53 gssd \
54 hastd \
55 ${_hcsecd} \
56 hostapd \
57 hostid \
58 hostid_save \
59 hostname \
60 ${_hv_kvpd} \
61 inetd \
62 initrandom \
63 ip6addrctl \
64 ipfilter \
65 ipfs \
66 ipfw \
67 ipmon \
68 ipnat \
69 ipropd_master \
70 ipropd_slave \
71 ipsec \
72 iscsictl \
73 iscsid \
74 jail \
75 kadmind \
76 kdc \
77 keyserv \
78 kfd \
79 kld \
80 kldxref \
81 kpasswdd \
82 ldconfig \
83 local \
84 localpkg \
85 lockd \
86 lpd \
87 mixer \
88 motd \
89 mountcritlocal \
90 mountcritremote \
91 mountlate \
92 mdconfig \
93 mdconfig2 \
94 mountd \
95 moused \
96 mroute6d \
97 mrouted \
98 msgs \
99 natd \
100 netif \
101 netoptions \
102 netwait \
103 newsyslog \
104 nfsclient \
105 nfscbd \
106 nfsd \
107 nfsuserd \
108 nisdomain \
109 ${_nscd} \
110 nsswitch \
111 ntpd \
112 ntpdate \
113 ${_opensm} \
114 othermta \
115 pf \
116 pflog \
117 pfsync \
118 postrandom \
119 powerd \
120 power_profile \
121 ppp \
122 pppoed \
123 pwcheck \
124 quota \
125 random \
126 rarpd \
127 rctl \
128 resolv \
129 rfcomm_pppd_server \
130 root \
131 route6d \
132 routed \
133 routing \
134 rpcbind \
135 rtadvd \
136 rtsold \
137 rwho \
138 savecore \
139 sdpd \
140 securelevel \
141 sendmail \
142 serial \
143 sppp \
144 ${_sshd} \
145 statd \
146 static_arp \
147 static_ndp \
148 stf \
149 swap \
150 swaplate \
151 syscons \
152 sysctl \
153 syslogd \
154 timed \
155 tmp \
156 ${_ubthidhci} \
157 ugidfw \
158 ${_unbound} \
159 ${_utx} \
160 var \
161 virecover \
162 watchdogd \
163 wpa_supplicant \
164 ypbind \
165 yppasswdd \
166 ypserv \
167 ypset \
168 ypupdated \
169 ypxfrd \
170 zfs \
171 zvol
172
173.if ${MK_OFED} != "no"
174_opensm= opensm
175.endif
176
177.if ${MK_OPENSSH} != "no"
178_sshd= sshd
179.endif
180
181.if ${MK_NS_CACHING} != "no"
182_nscd= nscd
183.endif
184
185.if ${MK_BLUETOOTH} != "no"
186_bluetooth= bluetooth
187_bthidd= bthidd
188_hcsecd= hcsecd
189_ubthidhci= ubthidhci
190.endif
191
192.if ${MK_CASPER} != "no"
193_casperd= casperd
194.endif
195
60 inetd \
61 initrandom \
62 ip6addrctl \
63 ipfilter \
64 ipfs \
65 ipfw \
66 ipmon \
67 ipnat \
68 ipropd_master \
69 ipropd_slave \
70 ipsec \
71 iscsictl \
72 iscsid \
73 jail \
74 kadmind \
75 kdc \
76 keyserv \
77 kfd \
78 kld \
79 kldxref \
80 kpasswdd \
81 ldconfig \
82 local \
83 localpkg \
84 lockd \
85 lpd \
86 mixer \
87 motd \
88 mountcritlocal \
89 mountcritremote \
90 mountlate \
91 mdconfig \
92 mdconfig2 \
93 mountd \
94 moused \
95 mroute6d \
96 mrouted \
97 msgs \
98 natd \
99 netif \
100 netoptions \
101 netwait \
102 newsyslog \
103 nfsclient \
104 nfscbd \
105 nfsd \
106 nfsuserd \
107 nisdomain \
108 ${_nscd} \
109 nsswitch \
110 ntpd \
111 ntpdate \
112 ${_opensm} \
113 othermta \
114 pf \
115 pflog \
116 pfsync \
117 postrandom \
118 powerd \
119 power_profile \
120 ppp \
121 pppoed \
122 pwcheck \
123 quota \
124 random \
125 rarpd \
126 rctl \
127 resolv \
128 rfcomm_pppd_server \
129 root \
130 route6d \
131 routed \
132 routing \
133 rpcbind \
134 rtadvd \
135 rtsold \
136 rwho \
137 savecore \
138 sdpd \
139 securelevel \
140 sendmail \
141 serial \
142 sppp \
143 ${_sshd} \
144 statd \
145 static_arp \
146 static_ndp \
147 stf \
148 swap \
149 swaplate \
150 syscons \
151 sysctl \
152 syslogd \
153 timed \
154 tmp \
155 ${_ubthidhci} \
156 ugidfw \
157 ${_unbound} \
158 ${_utx} \
159 var \
160 virecover \
161 watchdogd \
162 wpa_supplicant \
163 ypbind \
164 yppasswdd \
165 ypserv \
166 ypset \
167 ypupdated \
168 ypxfrd \
169 zfs \
170 zvol
171
172.if ${MK_OFED} != "no"
173_opensm= opensm
174.endif
175
176.if ${MK_OPENSSH} != "no"
177_sshd= sshd
178.endif
179
180.if ${MK_NS_CACHING} != "no"
181_nscd= nscd
182.endif
183
184.if ${MK_BLUETOOTH} != "no"
185_bluetooth= bluetooth
186_bthidd= bthidd
187_hcsecd= hcsecd
188_ubthidhci= ubthidhci
189.endif
190
191.if ${MK_CASPER} != "no"
192_casperd= casperd
193.endif
194
196.if ${MK_HYPERV} != "no"
197_hv_kvpd= hv_kvpd
198.endif
199
200.if ${MK_UNBOUND} != "no"
201_unbound= local_unbound
202.endif
203
204.if ${MK_UTMPX} != "no"
205_utx= utx
206.endif
207
208FILESDIR= /etc/rc.d
209FILESMODE= ${BINMODE}
210
211.include <bsd.prog.mk>
195.if ${MK_UNBOUND} != "no"
196_unbound= local_unbound
197.endif
198
199.if ${MK_UTMPX} != "no"
200_utx= utx
201.endif
202
203FILESDIR= /etc/rc.d
204FILESMODE= ${BINMODE}
205
206.include <bsd.prog.mk>