Hi,
Dan MacNeil:
> The man page says ntpdate should run hourly, but the package does not supply
> a cronjob
>
Thanks for the contribution.
I can't do that by default -- some people run ntpd, some are behind
dial-up network connections, ...
Your script is helpful though, I'll include it (disabl
Package: ntpdate
Version: 1:4.2.0a+stable-2
Severity: wishlist
The man page says ntpdate should run hourly, but the package does not supply
a cronjob
#!/usr/bin/perl
use strict;
use warnings;
my $GIVE_UP_AFTER_NUMBER = 10;
my $cmd = '/usr/sbin/ntpdate pool.ntp.org 2>&1';
my ( $count, $succe
2 matches
Mail list logo