diff options
| author | Michael Biebl <biebl@debian.org> | 2023-10-17 23:18:14 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-10-18 14:23:37 +0200 |
| commit | 0fbfebd3a199dde0407321adfa9ecde67af5dc92 (patch) | |
| tree | 188992504496491676b8619c19c8b1d040405d41 /debian/NEWS | |
| parent | 7d36e835058da86a8a01bcce1aaa0b0d49f771b6 (diff) | |
Stop executing ifupdown hook scripts on network state changes
Many of those script are not meant to be run within a NetworkManager context. Packages that would benefit from reacting on such network state changes should install a native NetworkManager-dispatcher script. The interface is documented in more detail in the NetworkManager-dispatcher(8) man page.
Diffstat (limited to 'debian/NEWS')
| -rw-r--r-- | debian/NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 00000000..be08db3b --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,16 @@ +network-manager (1.44.2-2) unstable; urgency=medium + + NetworkManager or rather NetworkManager-dispatcher will no longer execute + ifupdown hook scripts from /etc/network/if-*.d/ on network state changes. + + Packages that want to be notified and react on such network state changes + are advised to provide native NetworkManager script in + /usr/lib/NetworkManager/dispatcher.d. + + Users may provide local hook scripts or override package provided ones by + installing those into /etc/NetworkManager/dispatcher.d. + + For further information about the NetworkManager-dispatcher interface see + the NetworkManager-dispatcher(8) man page. + + -- Michael Biebl <biebl@debian.org> Wed, 18 Oct 2023 13:55:54 +0200 |