X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=9e3b82e641889ff7bbff2964c78a897b298bd8e8;hb=f79a8b07f4b60324b7663f33ba10d057a7fa5e26;hp=8fd8605d86106cb6b543227a5117cd34028b4e9b;hpb=a4dedb185aa66f7036ce67877d69be296134cc83;p=amavisd-cn.git diff --git a/debian/postinst b/debian/postinst index 8fd8605..9e3b82e 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,5 +1,4 @@ #!/bin/sh -# last update: zoran.dzelajlija@carnet.hr Fri, 19 Oct 2007 00:34:32 +0200 set -e @@ -34,7 +33,7 @@ update_conf() { # placeholder. # remember to set changed_config=1 and restart_daemon=1 if necessary #: - if dpkg --compare-versions "$1" lt 3:2.4.2-3; then + if dpkg --compare-versions "$1" lt $MASTTMPLVERSION; then conf_from_template fi } @@ -90,8 +89,9 @@ fi check_and_add_alias virusalert root check_and_add_alias spamalert root +# ovo je rijeseno u spamassassin-cn, i ovdje nije potrebno, stoga brisemo if [ -f $AHOME/.spamassassin/user_prefs ] ; then - user_prefs_temp=out=$(mktemp /tmp/user_prefs.XXXXXX) + user_prefs_temp=$(mktemp /tmp/user_prefs.XXXXXX) cat > $user_prefs_temp <<-EEND bayes_path $AHOME/.spamassassin/bayes bayes_auto_expire 0 @@ -106,6 +106,9 @@ fi # No sysvinit order fixes : +# Fix missing redirection in cron files for amavisd-new-cronjob +add_redirection /etc/cron.d/amavisd-new /etc/cron.daily/amavisd-new + # Cleanup and finalization if dpkg --compare-versions "$2" lt 2:20030616p10-4; then update-rc.d -f amavisd remove > /dev/null