mountcritremote revision 1.3
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# 14name="mountcritremote" 15start_cmd="mount_critical_filesystems remote" 16stop_cmd=":" 17 18load_rc_config $name 19run_rc_command "$1" 20