1 #!/bin/sh 2 # 3 # $NetBSD: mountcritlocal,v 1.2 2000/05/13 08:45:07 lukem Exp $ 4 # 5 6 # PROVIDE: mountcritlocal 7 # REQUIRE: root 8 9 . /etc/rc.subr 10 11 name="mountcritlocal" 12 start_cmd="mount_critical_filesystems local" 13 stop_cmd=":" 14 15 load_rc_config $name 16 run_rc_command "$1" 17