about summary refs log tree commit diff
path: root/debian/01-ifupdown
AgeCommit message (Collapse)Author
2023-10-18Stop executing ifupdown hook scripts on network state changesMichael Biebl
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.
2017-06-18Install ifupdown dispatcher script via network-manager.installMichael Biebl
This avoids a FTBFS when doing arch:all builds. Rename the script to 01-ifupdown while at it for consistencies sake. Closes: #864980