remove NetBSD and FreeBSD from rcng scripts
[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.3 2004/01/26 17:21:15 rob Exp $
6 #
7
8 # PROVIDE: DAEMON
9 # REQUIRE: NETWORKING SERVERS
10 # KEYWORD: DragonFly 
11
12 #       This is a dummy dependency, to ensure that general purpose daemons
13 #       are run _after_ the above are.
14
15 . /etc/rc.subr
16 dummy_rc_command "$1"
17