diff --git a/Shorewall-init/ifupdown.sh b/Shorewall-init/ifupdown.sh index 36bee6ea2..8d832bf56 100644 --- a/Shorewall-init/ifupdown.sh +++ b/Shorewall-init/ifupdown.sh @@ -80,7 +80,7 @@ else *ifdown*) COMMAND=down ;; - *dispatch.d*) + *dispatcher.d*) COMMAND="$2" ;; *) diff --git a/Shorewall-init/install.sh b/Shorewall-init/install.sh index 460e7dd60..83f4161c8 100755 --- a/Shorewall-init/install.sh +++ b/Shorewall-init/install.sh @@ -251,11 +251,11 @@ if [ -z "$PREFIX" ]; then ln -s /usr/share/shorewall-init/ifupdown /sbin/ifdown-local fi - if [ -d /etc/NetworkManager/dispatch.d ]; then + if [ -d /etc/NetworkManager/dispatcher.d ]; then # # RedHat doesn't integrate ifup/ifdown-local with NetworkManager # - ln -s /usr/share/shorewall-init/ifupdown /etc/NetworkManager/dispatch.d/shorewall + ln -s /usr/share/shorewall-init/ifupdown /etc/NetworkManager/dispatcher.d/01-shorewall fi fi diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 46c6eee7e..3037a4d5e 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -1,3 +1,11 @@ +Changes in Shorewall 4.4.10 + +1) Fix regression with scripts. + +2) Log startup errors. + +3) Implement Shorewall-init. + Changes in Shorewall 4.4.9 1) Auto-detection of bridges.