1 #!/bin/sh 2 # 3 # $NetBSD: mountcritremote,v 1.3 2000/07/26 00:11:49 lukem Exp $ 4 # 5 6 # PROVIDE: mountcritremote 7 # REQUIRE: NETWORK root mountcritlocal 8 9 . /etc/rc.subr 10 11 # mount critical remote filesystems 12 # (as specified in $critical_filesystems) 13 # 14 name="mountcritremote" 15 start_cmd="mount_critical_filesystems remote" 16 stop_cmd=":" 17 18 load_rc_config $name 19 run_rc_command "$1" 20