213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
|
.endif
NETWORK_EXIT: nfsclient_exit
netif: adjkerntz wlans cloned kld mounttmpfs utmpx
echo "MRC:$@> Starting interfaces: ${IFCONFIG_IFACES}"
.for iface in ${IFCONFIG_IFACES}
.for item in ${IFCONFIG_${iface}:tW:ts;}
ifconfig ${iface} ${item}
.endfor
.undef _IFCONFIG_ARGS
.endfor
pf: pflogd
.if empty(PF_ENABLE:tl:Mno)
echo "MRC:$@> Enabling and loading rules."
kldload -n pf || exit 1
if [ -r ${PF_RULES} ]; then \
|
|
|
|
|
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
|
.endif
NETWORK_EXIT: nfsclient_exit
netif: adjkerntz wlans cloned kld mounttmpfs utmpx
echo "MRC:$@> Starting interfaces: ${IFCONFIG_IFACES}"
.for iface in ${IFCONFIG_IFACES}
. for item in ${IFCONFIG_${iface}:tW:ts;}
ifconfig ${iface} ${item}
. endfor
. undef _IFCONFIG_ARGS
.endfor
pf: pflogd
.if empty(PF_ENABLE:tl:Mno)
echo "MRC:$@> Enabling and loading rules."
kldload -n pf || exit 1
if [ -r ${PF_RULES} ]; then \
|