mountcritremote revision 1.2
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
11name="mountcritremote"
12start_cmd="mount_critical_filesystems remote"
13stop_cmd=":"
14
15load_rc_config $name
16run_rc_command "$1"
17