Add dummy providers for DNS/FIREWALL

This commit is contained in:
Enji Cooper 2014-11-30 11:38:32 +00:00
parent 98b9c9cef1
commit d2383c199c
3 changed files with 14 additions and 0 deletions

6
etc/rc.d/DNS Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: DNS

6
etc/rc.d/FIREWALL Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: FIREWALL

View File

@ -3,7 +3,9 @@
.include <src.opts.mk>
FILES= DAEMON \
DNS \
FILESYSTEMS \
FIREWALL \
LOGIN \
NETWORKING \
SERVERS \