mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-12 08:38:14 +01:00
Delete references to prenet subsystem locks.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
43afd03b9b
commit
7625b4069b
@ -256,7 +256,6 @@ case "$COMMAND" in
|
|||||||
clear_firewall
|
clear_firewall
|
||||||
status=0
|
status=0
|
||||||
if [ -n "$SUBSYSLOCK" ]; then
|
if [ -n "$SUBSYSLOCK" ]; then
|
||||||
rm -f ${SUBSYSLOCK}-prenet
|
|
||||||
rm -f $SUBSYSLOCK
|
rm -f $SUBSYSLOCK
|
||||||
fi
|
fi
|
||||||
progress_message3 "done."
|
progress_message3 "done."
|
||||||
|
@ -257,7 +257,6 @@ else
|
|||||||
clear_firewall
|
clear_firewall
|
||||||
status=0
|
status=0
|
||||||
if [ -n "$SUBSYSLOCK" ]; then
|
if [ -n "$SUBSYSLOCK" ]; then
|
||||||
rm -f ${SUBSYSLOCK}-prenet
|
|
||||||
rm -f $SUBSYSLOCK
|
rm -f $SUBSYSLOCK
|
||||||
fi
|
fi
|
||||||
progress_message3 "done."
|
progress_message3 "done."
|
||||||
|
Loading…
Reference in New Issue
Block a user