- Fixed path to systemctl in dhclient-script (bnc#847778).
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=115
This commit is contained in:
parent
734af024dc
commit
c6ffb21205
@ -279,8 +279,8 @@ set_hostname()
|
|||||||
commit_cached_config_data $interface
|
commit_cached_config_data $interface
|
||||||
|
|
||||||
# reload syslog so it knows the new hostname
|
# reload syslog so it knows the new hostname
|
||||||
if test -x /usr/sbin/systemctl ; then
|
if test -x /usr/bin/systemctl ; then
|
||||||
/usr/sbin/systemctl reload syslog.service
|
/usr/bin/systemctl reload syslog.service
|
||||||
else
|
else
|
||||||
/etc/init.d/syslog reload
|
/etc/init.d/syslog reload
|
||||||
fi
|
fi
|
||||||
|
@ -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
|
Fri Sep 27 15:16:26 UTC 2013 - mt@suse.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user