diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-01-14 08:57:23 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-01-14 08:57:23 +0000 |
commit | 83eb2c37009874672764765ec3bf3b59286c7391 (patch) | |
tree | a956ace1a4a1e10876d4c36f12af02bc9df6cb29 /mail/spamd | |
parent | 3c1484f2613137d7eaba8577f6d580c5532ac912 (diff) | |
download | ports-83eb2c37009874672764765ec3bf3b59286c7391.tar.gz ports-83eb2c37009874672764765ec3bf3b59286c7391.zip |
Notes
Diffstat (limited to 'mail/spamd')
-rw-r--r-- | mail/spamd/files/obspamd.in | 2 | ||||
-rw-r--r-- | mail/spamd/files/obspamlogd.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/spamd/files/obspamd.in b/mail/spamd/files/obspamd.in index 8b53f4f5370b..9dac8700056c 100644 --- a/mail/spamd/files/obspamd.in +++ b/mail/spamd/files/obspamd.in @@ -23,7 +23,7 @@ obspamd_enable=${obspamd_enable:-"NO"} . /etc/rc.subr name="obspamd" -rcvar=`set_rcvar` +rcvar=obspamd_enable command="%%PREFIX%%/libexec/%%SPAMDBIN%%" start_precmd="obspamd_precmd" diff --git a/mail/spamd/files/obspamlogd.in b/mail/spamd/files/obspamlogd.in index f2942c9835f0..7182e92ecb24 100644 --- a/mail/spamd/files/obspamlogd.in +++ b/mail/spamd/files/obspamlogd.in @@ -24,7 +24,7 @@ obspamlogd_enable=${obspamlogd_enable:-"NO"} . /etc/rc.subr name="obspamlogd" -rcvar=`set_rcvar` +rcvar=obspamlogd_enable command="%%PREFIX%%/libexec/spamlogd" start_precmd="obspamlogd_precmd" |