wok-next diff ntpclient/receipt @ rev 8428
Up: scite to 2.24.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Feb 05 21:50:09 2011 +0000 (2011-02-05) |
parents | bcb2999e13f6 |
children | a1c1d35d9f92 |
line diff
1.1 --- a/ntpclient/receipt Tue May 19 15:28:24 2009 +0200 1.2 +++ b/ntpclient/receipt Sat Feb 05 21:50:09 2011 +0000 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