mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 17:28:35 +02:00
Delete deprecated actions during install
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
a447d726fa
commit
54ef4e4ced
@ -442,6 +442,9 @@ if [ -z "$first_install" ]; then
|
|||||||
delete_file ${DESTDIR}${SHAREDIR}/shorewall/action.A_REJECT
|
delete_file ${DESTDIR}${SHAREDIR}/shorewall/action.A_REJECT
|
||||||
delete_file ${DESTDIR}${SHAREDIR}/shorewall/action.Drop
|
delete_file ${DESTDIR}${SHAREDIR}/shorewall/action.Drop
|
||||||
delete_file ${DESTDIR}${SHAREDIR}/shorewall/action.Reject
|
delete_file ${DESTDIR}${SHAREDIR}/shorewall/action.Reject
|
||||||
|
delete_file ${DESTDIR}${SHAREDIR}/shorewall/action.A_Drop
|
||||||
|
delete_file ${DESTDIR}${SHAREDIR}/shorewall/action.A_Reject
|
||||||
|
delete_file ${DESTDIR}${SHAREDIR}/shorewall/action.A_AllowICMPs
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user