From bc4f6eeccef9112b630feac51f3978dd66be18b6 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 28 May 2011 16:02:31 -0700 Subject: [PATCH] Install shorewall6.conf.default --- Shorewall6/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall6/install.sh b/Shorewall6/install.sh index bdd780b58..6521bc671 100755 --- a/Shorewall6/install.sh +++ b/Shorewall6/install.sh @@ -297,6 +297,7 @@ fi # Install the config file # run_install $OWNERSHIP -m 0644 shorewall6.conf ${DESTDIR}/usr/share/shorewall6/configfiles/shorewall6.conf +run_install $OWNERSHIP -m 0644 shorewall6.conf.default ${DESTDIR}/usr/share/shorewall6/configfiles/shorewall6.conf.default perl -p -w -i -e 's|^CONFIG_PATH=.*|CONFIG_PATH=/usr/share/shorewall6/configfiles:/usr/share/shorewall6|;' ${DESTDIR}/usr/share/shorewall6/configfiles/shorewall6.conf perl -p -w -i -e 's|^STARTUP_LOG=.*|STARTUP_LOG=/var/log/shorewall6-lite-init.log|;' ${DESTDIR}/usr/share/shorewall6/configfiles/shorewall6.conf