From owner-freebsd-stable@FreeBSD.ORG Thu Mar 30 12:13:16 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 C744416A400 for ; Thu, 30 Mar 2006 12:13:16 +0000 (UTC) (envelope-from bsd@lordcow.org) Received: from smtp1.uct.ac.za (smtp1.uct.ac.za [137.158.128.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id B003843D49 for ; Thu, 30 Mar 2006 12:13:04 +0000 (GMT) (envelope-from bsd@lordcow.org) Received: from anubis.uct.ac.za ([137.158.128.125]) by smtp1.uct.ac.za with esmtp (Exim 4.30; FreeBSD) id 1FOw1H-000IoK-DL for stable@freebsd.org; Thu, 30 Mar 2006 14:12:55 +0200 Received: from lhc.phy.uct.ac.za ([137.158.37.93]) by anubis.uct.ac.za with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FOw1H-000HfV-5U for stable@freebsd.org; Thu, 30 Mar 2006 14:12:55 +0200 Received: from lordcow by lhc.phy.uct.ac.za with local (Exim 4.60) (envelope-from ) id 1FOw1H-0003Ur-Gl for stable@freebsd.org; Thu, 30 Mar 2006 14:12:55 +0200 Date: Thu, 30 Mar 2006 14:12:55 +0200 From: gareth To: stable@freebsd.org Message-ID: <20060330121255.GA12616@lordcow.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11+cvs20060126 Cc: Subject: 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 12:13:16 -0000 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'? thanx gareth