DIFF for mta.sh startupscript on freebsd-port 4.52.2
Lars Kristiansen
lars+lister.mailscanner at adventuras.no
Mon Apr 17 00:35:28 IST 2006
Thanks to JP for the Freebsd-port.
Have just been using it to upgrade to 4.52.
But mta.sh would not start.
Needed to edit line 72 in /usr/local/etc/rc.d/mta.sh
Here is diff:
@@ -69,7 +69,7 @@
\( \( $_mta_osversion -ge 700000 \) -a \
\( $_mta_osversion -lt 700007 \) \) ]
then
- $_mta_rc_script="{$_mta_rc_script}.sh"
+ _mta_rc_script="${_mta_rc_script}.sh"
fi
load_rc_config $name
--
Regards from Lars
More information about the MailScanner
mailing list