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