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:
teastep 2006-07-19 22:13:56 +00:00
parent 983f767090
commit a0d7396649
5 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.
#

View File

@ -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.