I just cooked this ebuild that installs the latest version of MailScanner. Works here... Reproducible: Always
Created attachment 213881 [details] MailScanner-4.78.17.1.ebuild
I can confirm, the attached ebuild work like a charm on amd64. iaeste ~ # emerge -pv MailScanner [ebuild R ] mail-filter/MailScanner-4.78.17.1 USE="clamav postfix spamassassin -bitdefender -doc -exim -f-prot" 0 kB
Created attachment 223791 [details] New version New version, simply bumping the ebuild works for me
Stopping MailScanner via initscript doesn't work properly: altair # /etc/init.d/MailScanner stop * Stopping MailScanner ... * MailScanner: caught SIGTERM, aborting altair # /etc/init.d/MailScanner start * WARNING: MailScanner has already been started MailScanner stops itself, but the initscript doesn't detect it being stopped and needs a zap afterwards. Possibly the return code isn't proper? This bug is also in portage's old version of MailScanner, so not related to the updated ebuilds here.
+ 16 Mar 2010; Patrick Lauer <patrick@gentoo.org> + +MailScanner-4.79.11.1.ebuild: + Bump for #298054, small ebuild improvements thanks to Carlos Silva
* Stopping MailScanner ... + killall -15 MailScanner * MailScanner: caught SIGTERM, aborting Right, that's a bit rude. I'll see if I can make that a bit more polite :)
+ 16 Mar 2010; Patrick Lauer <patrick@gentoo.org> files/initd.mailscanner: + Making init script start/stop work properly