Compare commits

...

1 commit

Author SHA1 Message Date
Patrick Marchand c7b8b59c77 Adds explanation for IS_ALERT5MINIFW 2019-04-02 15:10:03 -04:00

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