From owner-freebsd-stable Mon Oct 30 3:56:27 2000 Delivered-To: freebsd-stable@freebsd.org Received: from vivaldi.pn.npi.msu.ru (gw.pn.npi.msu.ru [193.232.127.202]) by hub.freebsd.org (Postfix) with ESMTP id 75FB237B479 for ; Mon, 30 Oct 2000 03:56:22 -0800 (PST) Received: from scarlatti.pn.sinp.msu.ru (scarlatti.pn.npi.msu.ru [195.208.223.16]) (authenticated) by vivaldi.pn.npi.msu.ru (8.11.1/8.11.1) with ESMTP id e9UBuBb35643 for ; Mon, 30 Oct 2000 14:56:12 +0300 (MSK) (envelope-from svysh@pn.sinp.msu.ru) Message-Id: <4.3.2.7.2.20001030144701.00aa0890@vivaldi> X-Sender: svysh@vivaldi X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Mon, 30 Oct 2000 14:56:22 +0300 To: freebsd-stable@FreeBSD.ORG From: Sergei Vyshenski Subject: nulled output of rc.network Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG /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