diff options
Diffstat (limited to 'security/drweb/files/drwebd.in')
-rw-r--r-- | security/drweb/files/drwebd.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/drweb/files/drwebd.in b/security/drweb/files/drwebd.in new file mode 100644 index 00000000000..e2fb891ee0c --- /dev/null +++ b/security/drweb/files/drwebd.in @@ -0,0 +1,24 @@ +#!/bin/sh +# +# $FreeBSD: /tmp/pcvs/ports/security/drweb/files/Attic/drwebd.in,v 1.1 2009-02-04 10:26:35 pgollucci Exp $ + +# PROVIDE: drwebd +# REQUIRE: DAEMON +# BEFORE: mail + +. %%RC_SUBR%% + +name="drwebd" +rcvar=`set_rcvar` + +load_rc_config $name + +: ${drwebd_enable="NO"} +: ${drwebd_pidfile="/var/drweb/run/drwebd.pid"} +: ${drwebd_procname="%%PREFIX%%/drweb/drwebd"} + +command=$drwebd_procname +pidfile=$drwebd_pidfile + +run_rc_command "$1" + |