Merge from vendor branch LESS:
[dragonfly.git] / etc / rc.d / DAEMON
1 #!/bin/sh
2 #
3 # $NetBSD: DAEMON,v 1.8 2002/03/22 04:33:57 thorpej Exp $
4 # $FreeBSD: src/etc/rc.d/DAEMON,v 1.3 2002/10/12 13:49:20 schweikh Exp $
5 # $DragonFly: src/etc/rc.d/DAEMON,v 1.4 2005/11/19 21:47:32 swildner Exp $
6 #
7
8 # PROVIDE: DAEMON
9 # REQUIRE: NETWORKING SERVERS
10
11 #       This is a dummy dependency, to ensure that general purpose daemons
12 #       are run _after_ the above are.
13
14 . /etc/rc.subr
15 dummy_rc_command "$1"
16