From 42bdc0a19a3f390b8ae0dcc96378d156c9c57287 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 5 Feb 2011 18:19:04 -0800 Subject: [PATCH] Install the modules.* files with Shorewall-lite --- Shorewall-lite/install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index 4c9d7d7e2..e7ced6fe3 100755 --- a/Shorewall-lite/install.sh +++ b/Shorewall-lite/install.sh @@ -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 #