---
Shorewall6/default.debian | 2 +-
Shorewall6/init.debian.sh | 2 +-
Shorewall6/install.sh | 4 ++--
Shorewall6/wait4ifup | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Shorewall6/default.debian b/Shorewall6/default.debian
index 6acaa43..e186c7d 100644
--- a/Shorewall6/default.debian
+++ b/Shorewall6/default.debian
@@ -42,5 +42,5 @@ SRWL=/sbin/shorewall6
# Name of the wait4ifup script Change this if you use the installer to install
in
# another location
#
-WAIT_FOR_IFUP=/usr/share/shorewall6/wait4ifup
+WAIT_FOR_IFUP=/usr/libexec/shorewall6/wait4ifup
# EOF
diff --git a/Shorewall6/init.debian.sh b/Shorewall6/init.debian.sh
index c3c70c1..cfb9424 100755
--- a/Shorewall6/init.debian.sh
+++ b/Shorewall6/init.debian.sh
@@ -14,7 +14,7 @@
SRWL=/sbin/shorewall6
SRWL_OPTS="-tvv"
-WAIT_FOR_IFUP=/usr/share/shorewall6/wait4ifup
+WAIT_FOR_IFUP=/usr/libexec/shorewall6/wait4ifup
INITLOG=/var/log/shorewall-init.log
if [ "$(id -u)" != "0" ]
diff --git a/Shorewall6/install.sh b/Shorewall6/install.sh
index 1937f41..f35d4b9 100755
--- a/Shorewall6/install.sh
+++ b/Shorewall6/install.sh
@@ -440,10 +440,10 @@ delete_file ${DESTDIR}${SHARE}shorewall6/prog.footer6
# Install wait4ifup
#
-install_file wait4ifup ${DESTDIR}${SHARE}shorewall6/wait4ifup 0755
+install_file wait4ifup ${DESTDIR}${LIBEXEC}shorewall6/wait4ifup 0755
echo
-echo "wait4ifup installed in ${DESTDIR}${SHARE}shorewall6/wait4ifup"
+echo "wait4ifup installed in ${DESTDIR}${LIBEXEC}shorewall6/wait4ifup"
#
# Install the policy file
diff --git a/Shorewall6/wait4ifup b/Shorewall6/wait4ifup
index 60e1796..2a38350 100755
--- a/Shorewall6/wait4ifup
+++ b/Shorewall6/wait4ifup
@@ -6,7 +6,7 @@
#
# (c) 2007 - Tom Eastep ([email protected])
#
-# This file is installed in /usr/share/shorewall/wait4ifup
+# This file is installed in /usr/libexec/shorewall/wait4ifup
#
# Shorewall documentation is available at http://www.shorewall.net
#
--
1.7.4
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Shorewall-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-devel