From c6ffb212053b61e8e77c40f09cbced0835506c4af92ee17b532e5bdc1a389cb3 Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski Date: Mon, 18 Nov 2013 09:44:41 +0000 Subject: [PATCH] - Fixed path to systemctl in dhclient-script (bnc#847778). OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=115 --- dhclient-script | 4 ++-- dhcp.changes | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dhclient-script b/dhclient-script index cc5db97..2ecc8f2 100644 --- a/dhclient-script +++ b/dhclient-script @@ -279,8 +279,8 @@ set_hostname() commit_cached_config_data $interface # reload syslog so it knows the new hostname - if test -x /usr/sbin/systemctl ; then - /usr/sbin/systemctl reload syslog.service + if test -x /usr/bin/systemctl ; then + /usr/bin/systemctl reload syslog.service else /etc/init.d/syslog reload fi diff --git a/dhcp.changes b/dhcp.changes index b498138..217d3f8 100644 --- a/dhcp.changes +++ b/dhcp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 18 09:40:55 UTC 2013 - mt@suse.com + +- Fixed path to systemctl in dhclient-script (bnc#847778). + ------------------------------------------------------------------- Fri Sep 27 15:16:26 UTC 2013 - mt@suse.com