forked from extern/shorewall_code
Fixes for install.sh
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9497 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
4b0a8a0085
commit
00712204e4
@ -664,6 +664,11 @@ done
|
|||||||
#
|
#
|
||||||
ln -sf lib.base ${PREFIX}/usr/share/shorewall/functions
|
ln -sf lib.base ${PREFIX}/usr/share/shorewall/functions
|
||||||
#
|
#
|
||||||
|
# /usr/share/shorewall/Shorewall if needed
|
||||||
|
#
|
||||||
|
mkdir -p ${PREFIX}/usr/share/shorewall/Shorewall
|
||||||
|
chmod 755 ${PREFIX}/usr/share/shorewall/Shorewall
|
||||||
|
#
|
||||||
# Install the Compiler
|
# Install the Compiler
|
||||||
#
|
#
|
||||||
install_file compiler.pl ${PREFIX}/usr/share/shorewall/compiler.pl 0755
|
install_file compiler.pl ${PREFIX}/usr/share/shorewall/compiler.pl 0755
|
||||||
@ -720,11 +725,6 @@ cd ..
|
|||||||
|
|
||||||
echo "Man Pages Installed"
|
echo "Man Pages Installed"
|
||||||
|
|
||||||
#
|
|
||||||
# Install the firewall script
|
|
||||||
#
|
|
||||||
install_file firewall ${PREFIX}/usr/share/shorewall/firewall 0755
|
|
||||||
|
|
||||||
if [ -z "$PREFIX" -a -n "$first_install" -a -z "$CYGWIN" ]; then
|
if [ -z "$PREFIX" -a -n "$first_install" -a -z "$CYGWIN" ]; then
|
||||||
if [ -n "$DEBIAN" ]; then
|
if [ -n "$DEBIAN" ]; then
|
||||||
run_install $OWNERSHIP -m 0644 default.debian /etc/default/shorewall
|
run_install $OWNERSHIP -m 0644 default.debian /etc/default/shorewall
|
||||||
|
Loading…
Reference in New Issue
Block a user