From 98ebb90cdeaffbba3bcf6f3adbcdc29143db61c3 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Thu, 26 Jan 2012 07:06:05 +0000 Subject: Add FIXME for mageia 3 --- perl-install/standalone/drakclock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakclock b/perl-install/standalone/drakclock index ad7378aea..8ed2eb392 100755 --- a/perl-install/standalone/drakclock +++ b/perl-install/standalone/drakclock @@ -113,11 +113,13 @@ $my_win->{window}->add(gtknew('VBox', border_width => $::isEmbedded ? 0 : 5, chi } timezone::set_ntp_server($choosed_serv); system(qw(/sbin/chkconfig --level 35 ntpd on)); + # FIXME: Change to use systemctl when will not support old iniscript anymore system(qw(service ntpd stop)); #verify that we have a valid hostname (thx sam) $choosed_serv =~ s/[^-a-zA-Z0-9.]//g; if (!system("/usr/sbin/ntpdate", $choosed_serv)) { update_time(); #- get the new time before updating the hwclock + # FIXME: Change to use systemctl when will not support old iniscript anymore system(qw(service ntpd start)); $need_date = 0; } else { -- cgit v1.2.1