From dfc7974ea0cf27cf29f4ecf30ef513e69b55b77f Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 8 Feb 2003 20:45:11 +0000 Subject: [PATCH] back out 2.0 patch that inadvertently got into the 1.3 thread git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@437 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 408a6a2e3..46e874594 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -542,8 +542,8 @@ fi # # Create the version file # -echo "$VERSION" > ${PREFIX}/usr/share/shorewall/version -chmod 644 ${PREFIX}/usr/share/shorewall/version +echo "$VERSION" > ${PREFIX}/usr/lib/shorewall/version +chmod 644 ${PREFIX}/usr/lib/shorewall/version # # Remove and create the symbolic link to the firewall script #