diff options
Diffstat (limited to 'etc/rc.d/SERVERS')
-rwxr-xr-x | etc/rc.d/SERVERS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/rc.d/SERVERS b/etc/rc.d/SERVERS index 99a9c17..e3496cc 100755 --- a/etc/rc.d/SERVERS +++ b/etc/rc.d/SERVERS @@ -1,10 +1,12 @@ #!/bin/sh # -# $NetBSD: SERVERS,v 1.4 2000/09/21 10:38:04 ad Exp $ +# $NetBSD: SERVERS,v 1.9 2002/03/22 04:33:57 thorpej Exp $ +# $FreeBSD$ # # PROVIDE: SERVERS -# REQUIRE: ipmon kdc newsyslog ppp savecore syslogd ike +# REQUIRE: mountcritremote +# KEYWORD: FreeBSD NetBSD # This is a dummy dependancy, for early-start servers relying on # some basic configuration. |