mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-02 02:49:54 +01:00
Fix install problems
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4504 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
04523f7703
commit
6fccae0135
@ -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"
|
||||
|
||||
|
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user