From 9e48ab7d026b40051a98054adef3899c2df6f5b4 Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 4 Jan 2007 13:41:00 +0000 Subject: [PATCH] Fiddle some more with RPM upgrade git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5199 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-lite/shorewall-lite.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index 7b814336f..614a24c25 100644 --- a/Shorewall-lite/shorewall-lite.spec +++ b/Shorewall-lite/shorewall-lite.spec @@ -57,7 +57,8 @@ if [ $1 -eq 1 ]; then fi elif [ -f /etc/shorewall-lite/shorewall.conf.rpmsave ]; then mv -f /etc/shorewall-lite/shorewall-lite.conf /etc/shorewall-lite/shorewall-lite.conf.rpmnew - mv -f /etc/shorewall-lite/shorewall.conf.rpmsave /etc/shorewall/shorewall-lite.conf + mv -f /etc/shorewall-lite/shorewall.conf.rpmsave /etc/shorewall-lite/shorewall-lite.conf + echo "/etc/shorewall-lite/shorewall-lite.conf installed as /etc/shorewall-lite/shorewall-lite.conf.rpmnew" fi %preun