openbsd-ports/mail/milter-spamd/pkg/milter_spamd.rc
ajacoutot e34f55e8fb Make the pexp match on "${daemon}"; when using the `-i' option (for regex),
the process name would not match otherwise.

ok sthen@
2012-12-05 09:38:41 +00:00

13 lines
190 B
Bash

#!/bin/sh
#
# $OpenBSD: milter_spamd.rc,v 1.5 2012/12/05 09:38:41 ajacoutot Exp $
daemon="${TRUEPREFIX}/libexec/milter-spamd"
. /etc/rc.d/rc.subr
pexp="${daemon}"
rc_reload=NO
rc_cmd $1