1 #!/bin/sh 2 # 3 # $NetBSD: virecover,v 1.5 2001/04/11 21:02:44 aymeric Exp $ 4 # 5 6 # PROVIDE: virecover 7 # REQUIRE: mountcritremote 8 # 9 # XXX: should require `mail'! 10 11 . /etc/rc.subr 12 13 name="virecover" 14 command="/usr/libexec/${name}" 15 stop_cmd=":" 16 reload_cmd=":" 17 18 load_rc_config $name 19 run_rc_command "$1" 20