FS#4283 - ntp 4.2.0a-4 typo in PKGBUILD
|
Details
Look at the backup entry. I believe it's called
conf/ntp-client.conf' and not 'conf/ntp-clinet.conf'.
|
This task depends upon
Closed by arjan timmerman (blaasvis)
Tuesday, 28 March 2006, 17:56 GMT
Reason for closing: Fixed
Additional comments about closing: in -5
Tuesday, 28 March 2006, 17:56 GMT
Reason for closing: Fixed
Additional comments about closing: in -5
First
/usr/bin/ntpdate $NTP_CLIENT_OPTION -t $NTPCLIENT_TIMEOUT $NTP_CLIENT_SERVER &
should be
/usr/bin/ntpdate $NTP_CLIENT_OPTION -t $NTPCLIENT_TIMEOUT $NTP_CLIENT_SERVER > /dev/null 2>&1
to remove the ugly output when booting, plus we don't need an & to background it, that will make the lovely @ in rc.conf useless, better leave it to user's choice
secondly i don't know why ntp-client.conf is in /etc/conf/ it should be in /etc/conf.d/ with other config files no ?? the /etc/conf directory only contains ntp-client.conf