summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/drakclock2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakclock b/perl-install/standalone/drakclock
index ed0ce940e..e7234c728 100755
--- a/perl-install/standalone/drakclock
+++ b/perl-install/standalone/drakclock
@@ -129,7 +129,7 @@ $my_win->{window}->add(
$sync_ok = !system('chronyc', 'waitsync', '30', '0.1');
system('systemctl', 'stop', "$ntpd.service") if !$sync_ok;
} else {
- $sync_ok = !system('/usr/sbin/ntpdate', $choosed_serv);
+ $sync_ok = !system('/usr/sbin/ntpd', '-gqc', '/dev/null', $choosed_serv);
system('systemctl', 'start', "$ntpd.service") if $sync_ok;
}
if ($sync_ok) {