forked from extern/shorewall_code
Correct shorewall-init install.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
9c30105fff
commit
8a278a3dd6
@ -454,7 +454,7 @@ if [ -z "$DESTDIR" ]; then
|
|||||||
if [ -n "$first_install" ]; then
|
if [ -n "$first_install" ]; then
|
||||||
if [ $HOST = debian ]; then
|
if [ $HOST = debian ]; then
|
||||||
if mywhich insserv; then
|
if mywhich insserv; then
|
||||||
if insserv enable; then
|
if insserv ${INITDIR}/shorewall-init; then
|
||||||
echo "Shorewall Init will start automatically at boot"
|
echo "Shorewall Init will start automatically at boot"
|
||||||
else
|
else
|
||||||
cant_autostart
|
cant_autostart
|
||||||
|
Loading…
Reference in New Issue
Block a user