xref: /minix3/etc/rc.d/SERVERS (revision 325ce30bccba250bdfe2f52d4d341654683ad16f)
1*325ce30bSDavid van Moolenbroek#!/bin/sh
2*325ce30bSDavid van Moolenbroek#
3*325ce30bSDavid van Moolenbroek# $NetBSD: SERVERS,v 1.9 2002/03/22 04:33:57 thorpej Exp $
4*325ce30bSDavid van Moolenbroek#
5*325ce30bSDavid van Moolenbroek
6*325ce30bSDavid van Moolenbroek# PROVIDE: SERVERS
7*325ce30bSDavid van Moolenbroek# REQUIRE: mountcritremote
8*325ce30bSDavid van Moolenbroek
9*325ce30bSDavid van Moolenbroek#	This is a dummy dependency, for early-start servers relying on
10*325ce30bSDavid van Moolenbroek#	some basic configuration.
11