forked from extern/shorewall_code
Install the modules.* files with Shorewall-lite
This commit is contained in:
parent
ca23069f56
commit
42bdc0a19a
@ -294,7 +294,7 @@ if [ -f wait4ifup ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
# Install the Modules file
|
# Install the Modules files
|
||||||
#
|
#
|
||||||
|
|
||||||
if [ -f modules ]; then
|
if [ -f modules ]; then
|
||||||
@ -302,6 +302,11 @@ if [ -f modules ]; then
|
|||||||
echo "Modules file installed as ${DESTDIR}/usr/share/shorewall-lite/modules"
|
echo "Modules file installed as ${DESTDIR}/usr/share/shorewall-lite/modules"
|
||||||
fi
|
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
|
# Install the Man Pages
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user