wok-next diff ntpclient/receipt @ rev 6938
Changed fluidsynth WGET_URL to a working one.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 23 16:37:10 2010 +0000 (2010-10-23) |
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 Oct 23 16:37:10 2010 +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