Shorewall6-lite: Bump to version 5.1.8.1

Several changes in Makefile.

Migrate init script to procd.

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
This commit is contained in:
W. van den Akker
2017-11-13 08:04:57 +01:00
parent 06fcb6e091
commit 68df55029e
7 changed files with 77 additions and 43 deletions
+7 -6
View File
@@ -1,12 +1,13 @@
#!/bin/sh
# should restart shorewall6-lite when an interface comes up
# should restart shorewall when an interface comes up
[ ifup = "$ACTION" ] && {
case "$ACTION" in
ifup)
/etc/init.d/shorewall6-lite restart
}
[ ifdown = "$ACTION" ] && {
;;
ifdown)
# might need to restore some routing
/etc/init.d/shorewall6-lite restart
}
;;
esac