1
0
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:
Julien Fortin
2019-01-17 11:45:35 +08:00
parent a64d337ee6
commit 739f9c7ea0
2 changed files with 6 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -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)