Parent Directory | Revision Log | Revision Graph
* Thu Jan 07 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-6.sme - Disable ipv6 support to prevent a warning during startup [SME: 9153]
1 | vip-ire | 1.1 | diff -Nur smeserver-spamassassin-2.4.0/root/var/service/spamd/run smeserver-spamassassin-2.4.0_bz9153/root/var/service/spamd/run |
2 | --- smeserver-spamassassin-2.4.0/root/var/service/spamd/run 2008-10-07 16:55:26.000000000 +0200 | ||
3 | +++ smeserver-spamassassin-2.4.0_bz9153/root/var/service/spamd/run 2016-01-07 15:08:01.766071738 +0100 | ||
4 | @@ -24,7 +24,7 @@ | ||
5 | SPAMD_STATUS=$(/sbin/e-smith/db configuration getprop spamassassin status) | ||
6 | |||
7 | if [ "$SPAMD_STATUS" == "enabled" ]; then | ||
8 | - exec /usr/bin/spamd -u spamd --syslog=stderr | ||
9 | + exec /usr/bin/spamd -u spamd --syslog=stderr --ipv4-only | ||
10 | else | ||
11 | /usr/bin/sv d . | ||
12 | fi |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |