mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-18 11:38:14 +01:00
Fix modules/xmodules snafu
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4252 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
983f767090
commit
a0d7396649
@ -311,7 +311,7 @@ if [ ! -f ${PREFIX}/usr/share/shorewall-lite/modules ]; then
|
||||
fi
|
||||
|
||||
if [ ! -f ${PREFIX}/usr/share/shorewall-lite/xmodules ]; then
|
||||
run_install $OWNERSHIP -m 0600 modules ${PREFIX}/usr/share/shorewall-lite/xmodules
|
||||
run_install $OWNERSHIP -m 0600 xmodules ${PREFIX}/usr/share/shorewall-lite/xmodules
|
||||
echo "Xmodules file installed as ${PREFIX}/usr/share/shorewall-lite/xmodules"
|
||||
fi
|
||||
|
||||
|
@ -9,6 +9,9 @@ Problems Corrected in 3.3.0
|
||||
/etc/services contained spaces as column delimiters rather than
|
||||
tabs.
|
||||
|
||||
3) The /etc/shorewall/xmodules file was the same as the
|
||||
/etc/shorewall/modules file.
|
||||
|
||||
Other changes in 3.3.0
|
||||
|
||||
None.
|
||||
|
@ -420,7 +420,7 @@ if [ ! -f ${PREFIX}/usr/share/shorewall/modules ]; then
|
||||
fi
|
||||
|
||||
if [ ! -f ${PREFIX}/usr/share/shorewall/xmodules ]; then
|
||||
run_install $OWNERSHIP -m 0600 modules ${PREFIX}/usr/share/shorewall/xmodules
|
||||
run_install $OWNERSHIP -m 0600 xmodules ${PREFIX}/usr/share/shorewall/xmodules
|
||||
echo "Xmodules file installed as ${PREFIX}/usr/share/shorewall/xmodules"
|
||||
fi
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Shorewall version 3.2 - Modules File
|
||||
#
|
||||
# /etc/shorewall/modules
|
||||
# /usr/share/shorewall/modules
|
||||
#
|
||||
# This file loads the modules needed by the firewall.
|
||||
#
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Shorewall version 3.2 - xtables Modules File
|
||||
#
|
||||
# /etc/shorewall/xmodules
|
||||
# /usr/share/shorewall/xmodules
|
||||
#
|
||||
# This file loads the modules needed by the firewall on 2.6.16 and later
|
||||
# kernels.
|
||||
|
Loading…
Reference in New Issue
Block a user