380b37f4a7
- add an rc script - fix incompatibility with pcre 8.3+, patch from Debian - distfiles are now on sourceforge - drop maintainer; no response to emails ok abieber@
10 lines
152 B
Bash
10 lines
152 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: dansguardian.rc,v 1.1 2013/01/18 15:04:09 sthen Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/dansguardian"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_cmd $1
|