Adds explanation for IS_ALERT5MINIFW

This commit is contained in:
Patrick Marchand 2019-04-02 15:10:03 -04:00
parent 90bddc0535
commit c7b8b59c77

View file

@ -310,6 +310,9 @@ if [ -e /etc/debian_version ]; then
if [ "$IS_ALERT5MINIFW" = 1 ]; then
grep -q ^/etc/init.d/minifirewall /etc/rc2.d/S*alert5 || failed "IS_ALERT5MINIFW"
if [ "$VERBOSE" = 1 ]; then
echo "/etc/init.d/alert5 should boot /etc/init.d/minifirewall"
fi
fi
if [ "$IS_ALERT5MINIFW" = 1 ] && [ "$IS_MINIFW" = 1 ]; then