mountcritremote revision 1.5
1#!/bin/sh
2#
3# $NetBSD: mountcritremote,v 1.5 2002/01/31 01:26:06 lukem Exp $
4#
5
6# PROVIDE: mountcritremote
7# REQUIRE: NETWORKING root mountcritlocal
8
9. /etc/rc.subr
10
11#	Mount critical filesystems that may be remote.
12#	(as specified in $critical_filesystems)
13#	This usually includes /usr.
14#
15name="mountcritremote"
16start_cmd="mount_critical_filesystems remote"
17stop_cmd=":"
18
19load_rc_config $name
20run_rc_command "$1"
21