Add dummy providers for DNS/FIREWALL
This commit is contained in:
parent
98b9c9cef1
commit
d2383c199c
6
etc/rc.d/DNS
Normal file
6
etc/rc.d/DNS
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
# PROVIDE: DNS
|
6
etc/rc.d/FIREWALL
Normal file
6
etc/rc.d/FIREWALL
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
# PROVIDE: FIREWALL
|
@ -3,7 +3,9 @@
|
||||
.include <src.opts.mk>
|
||||
|
||||
FILES= DAEMON \
|
||||
DNS \
|
||||
FILESYSTEMS \
|
||||
FIREWALL \
|
||||
LOGIN \
|
||||
NETWORKING \
|
||||
SERVERS \
|
||||
|
Loading…
x
Reference in New Issue
Block a user