NetBSD/etc/rc.d/virecover

20 lines
291 B
Plaintext
Raw Normal View History

2000-03-10 14:53:23 +03:00
#!/bin/sh
#
# $NetBSD: virecover,v 1.5 2001/04/11 21:02:44 aymeric Exp $
2000-03-10 14:53:23 +03:00
#
# PROVIDE: virecover
# REQUIRE: mountcritremote
2000-03-10 14:53:23 +03:00
#
# XXX: should require `mail'!
. /etc/rc.subr
name="virecover"
command="/usr/libexec/${name}"
2000-03-10 14:53:23 +03:00
stop_cmd=":"
reload_cmd=":"
2000-03-10 14:53:23 +03:00
load_rc_config $name
2000-03-10 14:53:23 +03:00
run_rc_command "$1"