Install the modules.* files with Shorewall-lite

This commit is contained in:
Tom Eastep 2011-02-05 18:19:04 -08:00
parent ca23069f56
commit 42bdc0a19a

View File

@ -294,7 +294,7 @@ if [ -f wait4ifup ]; then
fi
#
# Install the Modules file
# Install the Modules files
#
if [ -f modules ]; then
@ -302,6 +302,11 @@ if [ -f modules ]; then
echo "Modules file installed as ${DESTDIR}/usr/share/shorewall-lite/modules"
fi
for f in modules.*; do
run_install $OWNERSHIP -m 0644 $f ${DESTDIR}/usr/share/shorewall-lite/$f
echo "Module file $f installed as ${DESTDIR}/usr/share/shorewall-lite/$f"
done
#
# Install the Man Pages
#