Merge from vendor branch LUKEMFTP:
[dragonfly.git] / etc / rc.d / SERVERS
1 #!/bin/sh
2 #
3 # $NetBSD: SERVERS,v 1.9 2002/03/22 04:33:57 thorpej Exp $
4 # $FreeBSD: src/etc/rc.d/SERVERS,v 1.3 2002/10/12 13:49:21 schweikh Exp $
5 # $DragonFly: src/etc/rc.d/SERVERS,v 1.3 2004/01/26 17:21:15 rob Exp $
6 #
7
8 # PROVIDE: SERVERS
9 # REQUIRE: mountcritremote
10 # KEYWORD: DragonFly 
11
12 #       This is a dummy dependency, for early-start servers relying on
13 #       some basic configuration.
14 . /etc/rc.subr
15 dummy_rc_command "$1"
16