openbsd-ports/mail/postgrey/pkg/postgrey.rc
sthen bc1f73f4e5 - update postgrey to 1.34
- add an rc script (reload works).

ok jakob@
2011-05-06 08:40:06 +00:00

13 lines
218 B
Bash

#!/bin/sh
#
# $OpenBSD: postgrey.rc,v 1.1 2011/05/06 08:40:06 sthen Exp $
daemon="${TRUEPREFIX}/libexec/postgrey"
daemon_flags="--inet=10023 -d"
. /etc/rc.d/rc.subr
pexp="perl: ${daemon} ${daemon_flags}"
rc_cmd $1