SHA256
1
0
forked from pool/dhcp

- Fixed dhclient to check pre-init results reported by dhclient-script

and fail if pre-init fails for a requested interface (bsc#912098)
  Adjusted dhclient-script to fail also if NetworkManager is enabled,
  as it is using an own script and a second client causes conflicts.
  [+ 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=156
This commit is contained in:
2015-09-14 17:28:50 +00:00
committed by Git OBS Bridge
parent d11e18a5a5
commit 7aa1b98105
4 changed files with 59 additions and 1 deletions

View File

@@ -52,6 +52,11 @@ Mon Sep 14 14:39:34 UTC 2015 - mt@suse.de
with the files shipped by bind-devel package, which is not
source and binary compatible (bsc#910686).
- Corrected changes to provide complete patch file references.
- Fixed dhclient to check pre-init results reported by dhclient-script
and fail if pre-init fails for a requested interface (bsc#912098)
Adjusted dhclient-script to fail also if NetworkManager is enabled,
as it is using an own script and a second client causes conflicts.
[+ 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]
-------------------------------------------------------------------
Tue Feb 3 18:37:59 UTC 2015 - coolo@suse.com