|
#!/bin/sh
|
|
#
|
|
# $NetBSD: mountcritlocal,v 1.2 2000/05/13 08:45:07 lukem Exp $
|
|
#
|
|
|
|
# PROVIDE: mountcritlocal
|
|
# REQUIRE: root
|
|
|
|
. /etc/rc.subr
|
|
|
|
name="mountcritlocal"
|
|
start_cmd="mount_critical_filesystems local"
|
|
stop_cmd=":"
|
|
|
|
load_rc_config $name
|
|
run_rc_command "$1"
|