]> git.pld-linux.org Git - packages/dovecot.git/commitdiff
- keep trigger errors
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 18 Sep 2010 20:26:06 +0000 (20:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dovecot.spec -> 1.148

dovecot.spec

index 6ab2b4aca42fcff5574bf0ff5a88cc900cc83f0e..dbac2be1e34ff60a970a066e0d8be40dc685aa94 100644 (file)
@@ -229,8 +229,7 @@ for a in /etc/dovecot/dovecot-db-example.conf \
                [ "$i" -eq 0 ] && echo "Read http://wiki2.dovecot.org/Upgrading/2.0"
                i=1
                echo "Trying to migrate $a config file to dovecot 2."
-               cp -a "$a" "$a-1.2.org"
-               %{_bindir}/doveconf -n -c "$a-1.2.org" > "$a"
+               cp -a "$a" "$a-1.2.org" && %{_bindir}/doveconf -n -c "$a-1.2.org" > "$a" 2>&1 || :
        fi
 done
 
This page took 0.111699 seconds and 4 git commands to generate.