Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/etc/rc.d/virecover,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- src/etc/rc.d/virecover 2000/03/10 11:53:24 1.1 +++ src/etc/rc.d/virecover 2000/05/13 08:45:10 1.2 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: virecover,v 1.1 2000/03/10 11:53:24 lukem Exp $ +# $NetBSD: virecover,v 1.2 2000/05/13 08:45:10 lukem Exp $ # # PROVIDE: virecover @@ -9,7 +9,6 @@ # XXX: should require `mail'! . /etc/rc.subr -. /etc/rc.conf name="virecover" start_cmd="virecover_start" @@ -30,4 +29,5 @@ virecover_start() fi } +load_rc_config $name run_rc_command "$1"