kernel - Make certain sysctl's unlocked
[dragonfly.git] / etc / rc.d / named
blob26621df1db8d5bbc42dd8c29450c86e8f42d5b78
1 #!/bin/sh
3 # PROVIDE: named
4 # REQUIRE: SERVERS
5 # BEFORE: DAEMON
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.
11 . /etc/rc.subr
12 dummy_rc_command "$1"