rc.d: Rewrite motd to clean it up
[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 #
6
7 # PROVIDE: SERVERS
8 # REQUIRE: NETWORKING
9
10 #       This is a dummy dependency, for early-start servers relying on
11 #       some basic configuration.
12
13 . /etc/rc.subr
14 dummy_rc_command "$1"