wok rev 509

Fix: ntpclient typo
author "Eric Joseph-Alewandre <erjo@slitaz.org>"
date Sat Apr 05 14:08:34 2008 +0200 (2008-04-05)
parents 13064f88b1aa
children 5668dede4b9e
files ntpclient/receipt
line diff
     1.1 --- a/ntpclient/receipt	Fri Apr 04 00:28:53 2008 +0200
     1.2 +++ b/ntpclient/receipt	Sat Apr 05 14:08:34 2008 +0200
     1.3 @@ -42,7 +42,7 @@
     1.4      		srv="fr.pool.ntp.org"
     1.5              echo ""
     1.6              echo -n "Setting up crontab for ntpclient..."
     1.7 -            echo "0 0 * * * $root/usr/bin/ntpclient -s -h $srv" | crontab -u root - 
     1.8 +            echo "0 0 * * * $root/usr/bin/ntpclient -s -h $srv" | crontab - -u root
     1.9              status
    1.10          else
    1.11          	echo "Don't forget to run ntpclient -s -h <NTP Server>"