xref: /dflybsd-src/etc/rc.d/named (revision fe3c08fa41d833e200d7f62aa98815f1d68185f2)
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
12dummy_rc_command "$1"
13