summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorokan <okan@openbsd.org>2013-09-13 14:50:56 +0000
committerokan <okan@openbsd.org>2013-09-13 14:50:56 +0000
commitc6c1f983cc359dfcecfd12ac8561da3632af2d87 (patch)
tree71ac759c68238737616f39e4769e8db2eeb4f8c4
parentpflow(4) does not work without flowsrc set. (diff)
downloadwireguard-openbsd-c6c1f983cc359dfcecfd12ac8561da3632af2d87.tar.xz
wireguard-openbsd-c6c1f983cc359dfcecfd12ac8561da3632af2d87.zip
reload not supported; from Craig R. Skinner.
ok dcoppa ajacoutot
-rw-r--r--etc/rc.d/spamd3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/spamd b/etc/rc.d/spamd
index 54bd001e162..abc13096a07 100644
--- a/etc/rc.d/spamd
+++ b/etc/rc.d/spamd
@@ -1,12 +1,13 @@
#!/bin/sh
#
-# $OpenBSD: spamd,v 1.2 2011/07/08 02:15:34 robert Exp $
+# $OpenBSD: spamd,v 1.3 2013/09/13 14:50:56 okan Exp $
daemon="/usr/libexec/spamd"
. /etc/rc.d/rc.subr
pexp="spamd: \[priv\]"
+rc_reload=NO
rc_pre() {
[ X"${spamd_black}" != X"NO" ] && \