783ba8055a
- use SUBST_CMD - add rc script feedback and ok ajacoutot@ (maintainer timeout)
12 lines
174 B
Bash
Executable File
12 lines
174 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $OpenBSD: milter_greylist.rc,v 1.1 2011/05/13 12:52:22 okan Exp $
|
|
|
|
daemon="${TRUEPREFIX}/libexec/milter-greylist"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|