Accepting request 529908 from home:darix:playground
- refresh patches to apply cleanly again - chrony-config.patch - chrony-fix-open.patch OBS-URL: https://build.opensuse.org/request/show/529908 OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=31
This commit is contained in:
parent
906029af44
commit
de5d64bd86
@ -1,5 +1,7 @@
|
||||
--- chrony-3.1/examples/chrony.conf.example3 2017-01-31 05:22:11.000000000 -0500
|
||||
+++ chrony-3.1/examples/chrony.conf.example3 2017-01-31 11:53:04.000000000 -0500
|
||||
Index: chrony-3.2/examples/chrony.conf.example3
|
||||
===================================================================
|
||||
--- chrony-3.2.orig/examples/chrony.conf.example3
|
||||
+++ chrony-3.2/examples/chrony.conf.example3
|
||||
@@ -27,12 +27,38 @@
|
||||
# you can access at http://support.ntp.org/bin/view/Servers/WebHome or
|
||||
# you can use servers from the pool.ntp.org project.
|
||||
@ -52,7 +54,7 @@
|
||||
|
||||
# If you want to enable NTP authentication with symmetric keys, you will need
|
||||
# to uncomment the following line and edit the file to set up the keys.
|
||||
@@ -118,8 +144,8 @@
|
||||
@@ -124,8 +150,8 @@ driftfile /var/lib/chrony/drift
|
||||
# produce some graphs of your system's timekeeping performance, or you
|
||||
# need help in debugging a problem.
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
Index: chrony-3.2/clknetsim-71dbbc509eee05cb29e33468be93d5ba52b79429/client.c
|
||||
===================================================================
|
||||
--- chrony-3.2/clknetsim-71dbbc509eee05cb29e33468be93d5ba52b79429/client.c
|
||||
--- chrony-3.2.orig/clknetsim-71dbbc509eee05cb29e33468be93d5ba52b79429/client.c
|
||||
+++ chrony-3.2/clknetsim-71dbbc509eee05cb29e33468be93d5ba52b79429/client.c
|
||||
@@ -1000,6 +1000,8 @@ int open(const char *pathname, int flags
|
||||
@@ -1008,6 +1008,8 @@ int open(const char *pathname, int flags
|
||||
else if (!strcmp(pathname, "/dev/ptp1"))
|
||||
return SYSCLK_FD;
|
||||
|
||||
@ -11,7 +11,7 @@ Index: chrony-3.2/clknetsim-71dbbc509eee05cb29e33468be93d5ba52b79429/client.c
|
||||
r = _open(pathname, flags);
|
||||
assert(r < 0 || (r < BASE_SOCKET_FD && r < BASE_TIMER_FD));
|
||||
|
||||
@@ -1018,6 +1020,8 @@ int close(int fd) {
|
||||
@@ -1026,6 +1028,8 @@ int close(int fd) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 28 16:17:08 UTC 2017 - mrueckert@suse.de
|
||||
|
||||
- refresh patches to apply cleanly again
|
||||
- chrony-config.patch
|
||||
- chrony-fix-open.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 20 23:57:53 UTC 2017 - mpost@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user