mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 12:09:14 +01:00
Fix new code section to track with the rest of Beta3 changes.
This commit is contained in:
parent
84909de8b9
commit
0aa0669cae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user