From owner-freebsd-questions@FreeBSD.ORG Tue Jan 17 02:49:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8F4016A41F for ; Tue, 17 Jan 2006 02:49:06 +0000 (GMT) (envelope-from bsdq@gilmer.org) Received: from gilmer.org (ftp.gilmer.org [69.46.128.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70BE243D45 for ; Tue, 17 Jan 2006 02:49:04 +0000 (GMT) (envelope-from bsdq@gilmer.org) Received: from gilmer.org (localhost.localdomain [127.0.0.1]) by gilmer.org (8.13.3/8.13.3) with ESMTP id k0H2n3CT061779 for ; Mon, 16 Jan 2006 21:49:03 -0500 (EST) (envelope-from bsdq@gilmer.org) Received: (from bsdq@localhost) by gilmer.org (8.13.3/8.13.3/Submit) id k0H2n23R061778 for freebsd-questions@freebsd.org; Mon, 16 Jan 2006 21:49:02 -0500 (EST) (envelope-from bsdq) Date: Mon, 16 Jan 2006 21:49:02 -0500 (EST) From: BSD Questions user Message-Id: <200601170249.k0H2n23R061778@gilmer.org> To: freebsd-questions@freebsd.org Subject: Re: unable to build ntp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 02:49:07 -0000 Thanks everyone for the help. For the archive: I went to /usr/src/contrib/ntp/ntpdate and edited ntpdate.c. I searched for 'host found' and changed the stderror to stdout. I then went to /usr/src/usr.sbin/ntp and performed a make install clean. Problem solved; the new 'host found' messages now go to stdout, just like all the other messages, so I can dump them to /dev/null, but 'host not found' error messages still show up as mail to root. Brad