also sprach Peter Eisentraut <[EMAIL PROTECTED]> [2006.07.15.0140 +0200]: > > NTPSERVERS="$(sed -rne 's/^server ([-_.[:alnum:]]+)$/\1/p' > > /etc/ntp.conf 2>/dev/null || echo echo > > {0,1,2,3}.debian.pool.ntp.org)" # override: > > #NTPSERVERS="time.ethz.ch" > > This seems to contradict the request in #375280 to use a different set > of default servers for ntpdate than for ntp, which I'm inclined to > agree with.
Yeah, so: NTPSERVERS="$(sed -rne '0,/^server/s/^server ([-_.[:alnum:]]+)$/\1/p' /etc/ntp.conf 2>/dev/null || echo 3.debian.pool.ntp.org)" # override: #NTPSERVERS="time.ethz.ch" I don't see much point in randomising the {0..3} as the servers in the recordset are randomised already. -- Please do not send copies of list mail to me; I read the list! .''`. martin f. krafft <[EMAIL PROTECTED]> : :' : proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system
signature.asc
Description: Digital signature (GPG/PGP)