upgrade to current release ntp 4.2.8p2 OBS-URL: https://build.opensuse.org/request/show/294739 OBS-URL: https://build.opensuse.org/package/show/network:time/ntp?expand=0&rev=126
16 lines
391 B
Diff
16 lines
391 B
Diff
Index: scripts/lib/NTP/Util.pm
|
|
===================================================================
|
|
--- scripts/lib/NTP/Util.pm.orig
|
|
+++ scripts/lib/NTP/Util.pm
|
|
@@ -7,8 +7,8 @@
|
|
|
|
our @EXPORT_OK = qw(ntp_read_vars do_dns ntp_peers ntp_sntp_line);
|
|
|
|
-my $ntpq_path = 'ntpq';
|
|
-my $sntp_path = 'sntp';
|
|
+my $ntpq_path = '/usr/sbin/ntpq';
|
|
+my $sntp_path = '/usr/sbin/sntp';
|
|
|
|
our $IP_AGNOSTIC;
|
|
|