From 6fccae01357994fd74ea1c424f032a14fce0ef58 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 3 Sep 2006 20:01:18 +0000 Subject: [PATCH] Fix install problems git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4504 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-lite/install.sh | 2 +- Shorewall/install.sh | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index ea9094ced..5f5c6f992 100755 --- a/Shorewall-lite/install.sh +++ b/Shorewall-lite/install.sh @@ -291,7 +291,7 @@ echo "Default config path file installed as ${PREFIX}/usr/share/shorewall-lite/c # install_file lib.base ${PREFIX}/usr/share/shorewall-lite/lib.base 0444 -ln -s lib.base ${PREFIX}/usr/share/shorewall-lite/functions +ln -sf lib.base ${PREFIX}/usr/share/shorewall-lite/functions echo "Common functions linked through ${PREFIX}/usr/share/shorewall-lite/functions" diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 211ece6bd..6da785a7f 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -472,7 +472,10 @@ delete_file ${PREFIX}/usr/share/shorewall/tcstart # delete_file ${PREFIX}/usr/share/shorewall/action.Limit delete_file ${PREFIX}/usr/share/shorewall/Limit - +# +# Delete the functions file +# +delete_file ${PREFIX}/usr/share/shorewall/functions # # Install the Providers file #