diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-01-14 14:52:13 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-01-14 14:52:13 +0000 |
commit | e99e060d34098f91b3c85d43e4cd8b7f232c3b6f (patch) | |
tree | 53bc6450949052e6051f9e0876c024cff8c5ec09 /mail/noattach | |
parent | 4093906419c118caaaa2d82b2d1c0eebd29937cd (diff) | |
download | ports-e99e060d34098f91b3c85d43e4cd8b7f232c3b6f.tar.gz ports-e99e060d34098f91b3c85d43e4cd8b7f232c3b6f.zip |
Notes
Diffstat (limited to 'mail/noattach')
-rw-r--r-- | mail/noattach/files/noattach.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/noattach/files/noattach.sh.in b/mail/noattach/files/noattach.sh.in index 7d1cc8820a75..ac167c52feca 100644 --- a/mail/noattach/files/noattach.sh.in +++ b/mail/noattach/files/noattach.sh.in @@ -26,7 +26,7 @@ noattach_socket=${noattach_socket:-"/var/run/noattach"} # Path to socket . /etc/rc.subr name="noattach" -rcvar=noattach_enable +rcvar="noattach_enable" command="%%PREFIX%%/libexec/${name}" required_files="%%PREFIX%%/etc/noattach.patterns" start_precmd="noattach_prestart" |