diff options
-rwxr-xr-x | perl-install/standalone/drakclock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/drakclock b/perl-install/standalone/drakclock index a1dd5b5f5..e4a3c6253 100755 --- a/perl-install/standalone/drakclock +++ b/perl-install/standalone/drakclock @@ -116,6 +116,7 @@ $my_win->{window}->add(gtkpack_(gtkset_border_width(Gtk2::VBox->new, $::isEmbedd #verify that we have a valid hostname (thx sam) $choosed_serv =~ s/[^-a-zA-Z0-9.]//g; system("/usr/sbin/ntpdate", $choosed_serv); + update_time(); #- get the new time before updating the hwclock system("service ntpd start"); } else { if (-e $ntpdlock) { |