summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2003-10-29 14:45:49 +0000
committerDaouda Lo <daouda@mandriva.com>2003-10-29 14:45:49 +0000
commitd9efe7021179c10e8b3f41de5beedcb481c20b3c (patch)
treee3aa7cd0c715a9f7467cc1e014dfd0c0c03302b0
parent6923a8de5686a64baee309aa2daa982a8237a8ce (diff)
downloadcontrol-center-d9efe7021179c10e8b3f41de5beedcb481c20b3c.tar
control-center-d9efe7021179c10e8b3f41de5beedcb481c20b3c.tar.gz
control-center-d9efe7021179c10e8b3f41de5beedcb481c20b3c.tar.bz2
control-center-d9efe7021179c10e8b3f41de5beedcb481c20b3c.tar.xz
control-center-d9efe7021179c10e8b3f41de5beedcb481c20b3c.zip
- ntp feature for local network
-rwxr-xr-xclock.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/clock.pl b/clock.pl
index a28ab9b2..fb9d1cc6 100755
--- a/clock.pl
+++ b/clock.pl
@@ -123,7 +123,7 @@ $my_win->{window}->add(gtkpack_(Gtk2::VBox->new(0,0),
my ($year, $month, $day) = $calendar->get_date;
$month++;
my ($hour, $min, $sec) = ($adj_h->get_value, $adj_m->get_value, $adj_s->get_value);
- system(x"date " .
+ system("date " .
join('', map { print_it0($_) } ($month, $day, $hour, $min, $year)) . '.' . print_it0($sec));
-e '/sbin/hwclock' and system('/sbin/hwclock --systohc');
system("dcop kicker Panel restart") if $ENV{DESKTOP} eq 'kde';