From 8a278a3dd6a3739624f54d17118e0390a1cfcb7a Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 4 Oct 2013 15:54:11 -0700 Subject: [PATCH] Correct shorewall-init install. Signed-off-by: Tom Eastep --- Shorewall-init/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-init/install.sh b/Shorewall-init/install.sh index 6027c4594..6574a3d56 100755 --- a/Shorewall-init/install.sh +++ b/Shorewall-init/install.sh @@ -454,7 +454,7 @@ if [ -z "$DESTDIR" ]; then if [ -n "$first_install" ]; then if [ $HOST = debian ]; then if mywhich insserv; then - if insserv enable; then + if insserv ${INITDIR}/shorewall-init; then echo "Shorewall Init will start automatically at boot" else cant_autostart