Sync usage with man page.
[netbsd-mini2440.git] / etc / rc.d / mountcritremote
blobab207993f0bf8e5d6ce847bbed8c27e9d83ad062
1 #!/bin/sh
3 # $NetBSD: mountcritremote,v 1.7 2002/04/29 12:29:53 lukem Exp $
6 # PROVIDE: mountcritremote
7 # REQUIRE: NETWORKING root mountcritlocal
9 $_rc_subr_loaded . /etc/rc.subr
11 name="mountcritremote"
12 start_cmd="mountcritremote_start"
13 stop_cmd=":"
15 mountcritremote_start()
17 # Mount critical filesystems that may be `remote'.
18 # (as specified in $critical_filesystems_remote)
19 # This usually includes /usr.
21 mount_critical_filesystems remote
25 load_rc_config $name
26 run_rc_command "$1"