kernel/usb4bsd: Sync urtwn(4) with current FreeBSD.
[dragonfly.git] / etc / rc.d / named
1 #!/bin/sh
2
3 # PROVIDE: named
4 # REQUIRE: SERVERS
5 # BEFORE:  DAEMON
6
7 #       This is a dummy dependency for named which is no longer in base
8 #       but is needed as a provider by the rpcbind rc script. The real
9 #       functionality is in the dports rc script, if installed.
10
11 . /etc/rc.subr
12 dummy_rc_command "$1"