From owner-cvs-all@FreeBSD.ORG Wed Sep 5 16:06:26 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78D7716A41B; Wed, 5 Sep 2007 16:06:26 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id AAB1413C480; Wed, 5 Sep 2007 16:06:25 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile.ondsl.gr [83.235.244.135]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-8) with ESMTP id l85FqeXx007632 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 5 Sep 2007 18:52:49 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l85FqLfb008764; Wed, 5 Sep 2007 18:52:37 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l85FqJdI008762; Wed, 5 Sep 2007 18:52:19 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 5 Sep 2007 18:52:19 +0300 From: Giorgos Keramidas To: Xin LI Message-ID: <20070905155219.GB8526@kobe.laptop> References: <200709041354.l84Ds9Mf051551@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200709041354.l84Ds9Mf051551@repoman.freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.956, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.44, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/less main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 05 Sep 2007 16:06:26 -0000 On 2007-09-04 13:54, Xin LI wrote: > delphij 2007-09-04 13:54:09 UTC > > FreeBSD src repository > > Modified files: > contrib/less main.c > Log: > Restore historical behavior where more(1) does not check for dumb terminals. > > Reported by: rwatson on -current > Tested by: keramida, rwatson > Approved by: re (rwatson) > > Revision Changes Path > 1.12 +1 -1 src/contrib/less/main.c Super cool, thanks :)