From 0aa0669cae14868a191f4da897b2b99dee017cbc Mon Sep 17 00:00:00 2001 From: "Roberto C. Sanchez" Date: Wed, 26 May 2010 15:01:15 -0400 Subject: [PATCH] Fix new code section to track with the rest of Beta3 changes. --- Shorewall-init/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall-init/install.sh b/Shorewall-init/install.sh index d88e1572d..74f027723 100755 --- a/Shorewall-init/install.sh +++ b/Shorewall-init/install.sh @@ -313,10 +313,10 @@ else if [ -n "$first_install" ]; then if [ -n "$DEBIAN" ]; then if [ -n "${PREFIX}" ]; then - mkdir -p ${PREFIX}/etc/rcS.d/S09 + mkdir -p ${PREFIX}/etc/rcS.d fi - ln -sf ../init.d/shorewall-init ${PREFIX}/etc/rcS.d/S09shorewall-init + ln -sf ../init.d/shorewall-init ${PREFIX}/etc/rcS.d/S38shorewall-init echo "Shorewall Init will start automatically at boot" fi fi