From 9038a8440e25679222bfa6677bcca83efc5b5e1f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 3 Jan 2015 15:38:38 +0000 Subject: [PATCH] dhclient-script: Read global network configuration The script won't show debugging information if enabled and so on... --- src/dhclient-script | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dhclient-script b/src/dhclient-script index 9325a21b..16e765d9 100644 --- a/src/dhclient-script +++ b/src/dhclient-script @@ -5,6 +5,8 @@ # Configure logging LOG_FACILITY="dhclient-script" +network_settings_read + assert isset interface assert isset reason -- 2.39.2