NetBSD/etc/rc.d/mountcritremote

21 lines
410 B
Plaintext
Raw Normal View History

2000-03-10 14:53:23 +03:00
#!/bin/sh
#
2001-02-28 20:19:42 +03:00
# $NetBSD: mountcritremote,v 1.4 2001/02/28 17:19:42 lukem Exp $
2000-03-10 14:53:23 +03:00
#
# PROVIDE: mountcritremote
# REQUIRE: NETWORK root mountcritlocal
2000-03-10 14:53:23 +03:00
. /etc/rc.subr
2001-02-28 20:19:42 +03:00
# Mount critical filesystems that may be remote.
# (as specified in $critical_filesystems)
2001-02-28 20:19:42 +03:00
# This usually includes /usr.
#
2000-03-10 14:53:23 +03:00
name="mountcritremote"
start_cmd="mount_critical_filesystems remote"
stop_cmd=":"
load_rc_config $name
2000-03-10 14:53:23 +03:00
run_rc_command "$1"