SHA256
1
0
forked from pool/chrony

- Fix location of helper script in chrony-dnssrv@.service

(bsc#1128846).

OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=69
This commit is contained in:
Reinhard Max 2019-03-21 13:37:00 +00:00 committed by Git OBS Bridge
parent 2bd0eb7e71
commit 5338b64bf8
2 changed files with 4 additions and 2 deletions

View File

@ -5,4 +5,4 @@ Wants=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/share/chrony-helper update-dnssrv-servers %I
ExecStart=/usr/lib/chrony/helper update-dnssrv-servers %I

View File

@ -1,9 +1,11 @@
-------------------------------------------------------------------
Tue Mar 19 11:08:11 UTC 2019 - Reinhard Max <max@suse.com>
Thu Mar 21 13:35:20 UTC 2019 - Reinhard Max <max@suse.com>
- Fix ordering and dependencies of chronyd.service, so that it is
started after name resolution is up (bsc#1129914).
- Add chrony-service-ordering.patch
- Fix location of helper script in chrony-dnssrv@.service
(bsc#1128846).
-------------------------------------------------------------------
Wed Mar 6 13:40:04 UTC 2019 - Martin Pluskal <mpluskal@suse.com>