#!/bin/sh
#
# $NetBSD: mountcritremote,v 1.2.4.1 2000/08/09 19:09:43 lukem Exp $
#

# PROVIDE: mountcritremote
# REQUIRE: NETWORK root mountcritlocal

. /etc/rc.subr

#	mount critical remote filesystems
#	(as specified in $critical_filesystems)
#
name="mountcritremote"
start_cmd="mount_critical_filesystems remote"
stop_cmd=":"

load_rc_config $name
run_rc_command "$1"
