some random QA fixup

- revbump libtom* since i seem to have forgot that for multilib, no changes (besides the revert to unstable for libtomcrypt)
- sync amavisd-new with tree
- fix spamassassin url
- remove RESTRICT=installsources since it seems that it has no effect
- fix whitespace errors in swift
This commit is contained in:
2014-03-19 04:59:10 +01:00
parent 73c2b098c3
commit 0fc737b673
9 changed files with 57 additions and 21 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Amavisd Daemon
Wants=postfix.service
Wants=spamassassin.service
Wants=clamd.service
After=network.target
[Service]
ExecStart=/usr/sbin/amavisd -c /etc/amavisd.conf foreground
ExecReload=/usr/sbin/amavisd -c /etc/amavisd.conf reload
[Install]
WantedBy=multi-user.target