4ec44530ca
The framework is now stable and we will start documenting it (at last).
12 lines
173 B
Bash
12 lines
173 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: milter_spamd.rc,v 1.4 2010/12/27 14:50:23 ajacoutot Exp $
|
|
|
|
daemon="${TRUEPREFIX}/libexec/milter-spamd"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|