From owner-cvs-all@FreeBSD.ORG Thu Jul 22 10:58:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3DA316A4CE; Thu, 22 Jul 2004 10:58:52 +0000 (GMT) Received: from pinky.otenet.gr (pinky.otenet.gr [195.170.0.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id A73FD43D31; Thu, 22 Jul 2004 10:58:50 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i6MAwUvN020124; Thu, 22 Jul 2004 13:58:41 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i6MAxHNY005010; Thu, 22 Jul 2004 13:59:17 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)i6MAxFVN005009; Thu, 22 Jul 2004 13:59:15 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 22 Jul 2004 13:59:15 +0300 From: Giorgos Keramidas To: Ollivier Robert Message-ID: <20040722105914.GA4708@orion.daedalusnetworks.priv> References: <200407220814.i6M8EbKM092483@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407220814.i6M8EbKM092483@repoman.freebsd.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/ntp config.h src/usr.sbin/ntp/ntpdc Makefile src/usr.sbin/ntp/ntpq Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 10:58:52 -0000 On 2004-07-22 08:14, Ollivier Robert wrote: > > Allow ntpd to be compiled w/o readline when NO_GNU is defined. Part > of a larger patchset to get a GNU-free world. > > Patch rewritten to cope with the 4.2.0 changes. Just a thought, without having looked at the source of ntp stuff. Would it be extremely difficult or cause conflict/merge problems if we replaced readline with libedit in the NO_GNU case? - Giorgos