From 427af3d02df09ef0a714b7f772cbca0851d8db0f Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Thu, 8 Apr 2004 16:38:20 +0000 Subject: - test /etc/init.d/ntpd instead of /etc/ntp.conf for ntp installation --- perl-install/standalone/drakclock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakclock b/perl-install/standalone/drakclock index 7e7d8c479..018f8b480 100755 --- a/perl-install/standalone/drakclock +++ b/perl-install/standalone/drakclock @@ -82,7 +82,7 @@ $my_win->{window}->add(gtkpack_(gtkset_border_width(Gtk2::VBox->new, $::isEmbedd 0, gtksignal_connect(gtkset_active($check_ntp = Gtk2::CheckButton->new(N("Enable Network Time Protocol")), $mode), clicked => sub { $mode = !$mode; $hb_ntp->set_sensitive($mode); - if (!-e $ntpfile && $mode == 1) { + if (!-e "/etc/init.d/ntpd" && $mode == 1) { install_ntp(); } }), -- cgit v1.2.1