Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2000 14:56:22 +0300
From:      Sergei Vyshenski <svysh@pn.sinp.msu.ru>
To:        freebsd-stable@FreeBSD.ORG
Subject:   nulled output of rc.network
Message-ID:  <4.3.2.7.2.20001030144701.00aa0890@vivaldi>

next in thread | raw e-mail | index | archive | help
/etc/rc.network script has a line:

  ${ntpdate_program:-ntpdate} ${ntpdate_flags} >/dev/null 2>&1

With output here being sent to null, how can I notice that my favorite
ntp server  went down, has changed its service policy, its IP etc?
Maybe just

  ${ntpdate_program:-ntpdate} ${ntpdate_flags}

could be a better option?



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.2.7.2.20001030144701.00aa0890>