packages: dovecot/dovecot.spec - keep trigger errors

arekm arekm at pld-linux.org
Sat Sep 18 22:26:12 CEST 2010


Author: arekm                        Date: Sat Sep 18 20:26:12 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- keep trigger errors

---- Files affected:
packages/dovecot:
   dovecot.spec (1.147 -> 1.148) 

---- Diffs:

================================================================
Index: packages/dovecot/dovecot.spec
diff -u packages/dovecot/dovecot.spec:1.147 packages/dovecot/dovecot.spec:1.148
--- packages/dovecot/dovecot.spec:1.147	Sat Sep 18 22:22:08 2010
+++ packages/dovecot/dovecot.spec	Sat Sep 18 22:26:06 2010
@@ -230,8 +230,7 @@
 		[ "$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
 
@@ -307,6 +306,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.148  2010/09/18 20:26:06  arekm
+- keep trigger errors
+
 Revision 1.147  2010/09/18 20:22:08  arekm
 - fixes for trigger
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dovecot/dovecot.spec?r1=1.147&r2=1.148&f=u



More information about the pld-cvs-commit mailing list