Browse Source
- 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 swiftmaster
9 changed files with 57 additions and 21 deletions
@ -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 |
@ -1,14 +1,34 @@ |
|||
# we inerhit eclasses from gentoo |
|||
masters = gentoo |
|||
# Use new hashes |
|||
|
|||
# This went live Wednesday, July 4, 2012 at 10:00 UTC |
|||
# For more details, please see: http://archives.gentoo.org/gentoo-dev-announce/msg_00000.xml |
|||
# and/or GLEP 59. |
|||
manifest-hashes = SHA256 SHA512 WHIRLPOOL |
|||
# Do not update changelogs |
|||
|
|||
# Bug #470670 - gentoo's council says to deprecate EAPIs 1 and 2. |
|||
# 2014-02-25 council meeting deprecated EAPIs 0 and 3. |
|||
eapis-deprecated = 0 1 2 3 |
|||
|
|||
# Bug #337853 - gentoo's council says to enable |
|||
# --echangelog by default for the "gentoo" repo |
|||
# we don't do it, use git log instead. |
|||
update-changelog = false |
|||
|
|||
# Use thin manifests |
|||
thin-manifests = true |
|||
|
|||
# Dont sign thin manifests. There is no current policy for git commit signing |
|||
sign-manifests = false |
|||
# Dont sign commits |
|||
sign-commits = false |
|||
|
|||
# the default *is* actually pms, but better safe then sorry |
|||
# since we don't actually need stuff like package.* as |
|||
# directory |
|||
profile-formats = pms |
|||
|
|||
# Make egencache generate newer (more reliable) |
|||
# md5-dict cache format (see bug #409445). |
|||
# NOTE: list md5-dict first so clients prefer it |
|||
# INFRA NOTE: Format 'pms' was removed on Aug 6 2012. (Announced prior as Aug 1 |
|||
# 2012 was the removal date) |
|||
cache-formats = md5-dict |
|||
|
Loading…
Reference in new issue