mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
scheduler: ifupdown2 scripts: log warning on EACCES exception (Fixes #89)
ifupdown2 behaviour significantly diverges from ifupdown on debian stretch. Original ifupdown uses run-parts which supposedly doesn't run non-executable files in the directory. However, ifupdown2 doesn't seem to make this distinction. This patch will log warning EACCES exceptions (instead of log error) and exit 0 Reported-by: George Diamantopoulos <gedia> Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -1,5 +1,6 @@
|
||||
ifupdown2 (1.2.5-1) unstable; urgency=medium
|
||||
|
||||
* Fix: ifupdown2 scripts: log warning on EACCES exception (Fixes #89)
|
||||
* Fix: debian: install sysvinit script (closes: #918775)
|
||||
* Fix: debian: postinst: remove diversion after upgrade from stretch
|
||||
(closes: #919443)
|
||||
|
Reference in New Issue
Block a user