From owner-freebsd-stable@FreeBSD.ORG Thu Mar 30 14:54:19 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 719F616A401 for ; Thu, 30 Mar 2006 14:54:19 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EF3C43D7F for ; Thu, 30 Mar 2006 14:54:12 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so300018wxc for ; Thu, 30 Mar 2006 06:54:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dRbniVa2/qobaGJojAaY82tATtTuBzkl/nRi6sfNSUqsx4MuOV0W3bXlLVb8RsxM8iQjIRBsCrx21QeyROeW6ilMJjxYgD7kuV4XaLR2iNkwbSLbFTDET7RKehCsFzHh5tG3qT1HOq1ghDrDSiRH/Hit8VUqfX9UCbr55ePhlu8= Received: by 10.70.70.19 with SMTP id s19mr1990859wxa; Thu, 30 Mar 2006 06:54:12 -0800 (PST) Received: by 10.70.27.14 with HTTP; Thu, 30 Mar 2006 06:54:11 -0800 (PST) Message-ID: <790a9fff0603300654h4f36ce67yc828e736319ff8a5@mail.gmail.com> Date: Thu, 30 Mar 2006 08:54:11 -0600 From: "Scot Hetzel" To: gareth In-Reply-To: <20060330121255.GA12616@lordcow.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060330121255.GA12616@lordcow.org> Cc: stable@freebsd.org Subject: Re: ntpdate X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 14:54:19 -0000 On 3/30/06, gareth wrote: > hey guys, i get a problem from ntpdate saying: > > ntpdate[34131]: cannot find family compatible socket to send ntp packet > > and i got a tip off google awhile back and changed 'sock' in > /usr/src/contrib/ntp/ntpdate/ntpdate.c from '0' to '-1'. but now, how > do i recompile, since there's only a Makefile.am & Makefile.in in > /usr/src/contrib/ntp/ntpdate/ ? do i need to go into /usr/src > and type 'make'? > There are 2 ways you could rebuild ntpdate: 1. rebuild the entire world 2. change to sub directory where FreeBSD builds ntpdate: cd /usr/src/usr.sbin/ntp/ntpdate make clean make make install make clean Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.