wok rev 6934

ntpclient: one call in crontab only
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 23 12:53:58 2010 +0200 (2010-10-23)
parents fe3b270b9fc7
children 1da4283ce2c7
files ntpclient/receipt
line diff
     1.1 --- a/ntpclient/receipt	Sat Oct 23 03:58:25 2010 +0000
     1.2 +++ b/ntpclient/receipt	Sat Oct 23 12:53:58 2010 +0200
     1.3 @@ -45,9 +45,10 @@
     1.4      		srv="fr.pool.ntp.org"
     1.5              echo ""
     1.6              echo -n "Setting up crontab for ntpclient..."
     1.7 -            crontab - -u root << EOT
     1.8 +            crontab -l  2> /dev/null | grep -q '/usr/bin/ntpclient -s -h' || 
     1.9 +	    crontab - -u root << EOT
    1.10  $(crontab -l 2> /dev/null)
    1.11 -0 0 * * * $root/usr/bin/ntpclient -s -h $srv
    1.12 +0 0 * * * /usr/bin/ntpclient -s -h $srv
    1.13  EOT
    1.14              status
    1.15          else