SPECS: horde-imp.spec - prevent rescued .rpmsave-s laying around

glen glen at pld-linux.org
Wed Nov 30 22:33:20 CET 2005


Author: glen                         Date: Wed Nov 30 21:33:20 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- prevent rescued .rpmsave-s laying around

---- Files affected:
SPECS:
   horde-imp.spec (1.94 -> 1.95) 

---- Diffs:

================================================================
Index: SPECS/horde-imp.spec
diff -u SPECS/horde-imp.spec:1.94 SPECS/horde-imp.spec:1.95
--- SPECS/horde-imp.spec:1.94	Wed Nov 30 22:21:19 2005
+++ SPECS/horde-imp.spec	Wed Nov 30 22:33:14 2005
@@ -136,6 +136,7 @@
 	mv -f %{_sysconfdir}/httpd.conf{,.rpmnew}
 	cp -f /etc/httpd/imp.conf.rpmsave %{_sysconfdir}/apache.conf
 	cp -f /etc/httpd/imp.conf.rpmsave %{_sysconfdir}/httpd.conf
+	rm -f /etc/httpd/imp.conf.rpmsave
 fi
 
 if [ -f /var/lock/subsys/httpd ]; then
@@ -155,6 +156,7 @@
 	mv -f %{_sysconfdir}/httpd.conf{,.rpmnew}
 	cp -f /etc/horde.org/apache-imp.conf.rpmsave %{_sysconfdir}/apache.conf
 	cp -f /etc/horde.org/apache-imp.conf.rpmsave %{_sysconfdir}/httpd.conf
+	rm -f /etc/horde.org/apache-imp.conf.rpmsave
 fi
 
 if [ -L /etc/apache/conf.d/99_horde-imp.conf ]; then
@@ -199,6 +201,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.95  2005/11/30 21:33:14  glen
+- prevent rescued .rpmsave-s laying around
+
 Revision 1.94  2005/11/30 21:21:19  glen
 - unify
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/horde-imp.spec?r1=1.94&r2=1.95&f=u




More information about the pld-cvs-commit mailing list