NetBSD/etc/rc.d/mountcritremote
lukem e00fb37f16 Rename NETWORK to NETWORKING, to allow rc.d to be on a case insensitive
file system (prevents conflict with 'network').  PROVIDE both NETWORKING
and NETWORK (the latter for compatibility with 3rd party scripts).
2002-01-31 01:26:05 +00:00

21 lines
413 B
Bash
Executable File

#!/bin/sh
#
# $NetBSD: mountcritremote,v 1.5 2002/01/31 01:26:06 lukem Exp $
#
# PROVIDE: mountcritremote
# REQUIRE: NETWORKING root mountcritlocal
. /etc/rc.subr
# Mount critical filesystems that may be remote.
# (as specified in $critical_filesystems)
# This usually includes /usr.
#
name="mountcritremote"
start_cmd="mount_critical_filesystems remote"
stop_cmd=":"
load_rc_config $name
run_rc_command "$1"