From owner-svn-src-stable-9@FreeBSD.ORG Tue Nov 6 11:56:16 2012 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 791E4132 for ; Tue, 6 Nov 2012 11:56:16 +0000 (UTC) (envelope-from FreeBSD@nagilum.org) Received: from mo6-p00-ob.rzone.de (mo6-p00-ob.rzone.de [IPv6:2a01:238:20a:202:5300::1]) by mx1.freebsd.org (Postfix) with ESMTP id C49D58FC19 for ; Tue, 6 Nov 2012 11:56:15 +0000 (UTC) X-RZG-AUTH: :O2kGeEG7b/pS1EO4THa/nJdkGexqY2koBVOK1IEPiZ6uSkEMG05qYmSsddWNogGEcA== X-RZG-CLASS-ID: mo00 Received: from cakebox.homeunix.net (164-010-186-093.dialin.vsenet.de [93.186.10.164]) by smtp.strato.de (jorabe mo8) (RZmta 31.1 DYNA|AUTH) with (DHE-RSA-AES256-SHA encrypted) ESMTPA id f07c8doA6B6vsW for ; Tue, 6 Nov 2012 12:56:14 +0100 (CET) Received: from cakebox.homeunix.net (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id 415DE679C8 for ; Tue, 6 Nov 2012 12:56:00 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on cakebox.tis X-Spam-Level: X-Spam-Status: No, score=-2.9 required=3.4 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Received: by cakebox.homeunix.net (Postfix, from userid 80) id 95503679C7; Tue, 6 Nov 2012 12:55:57 +0100 (CET) Received: from bbnwebdproxy3.europe.hp.net (bbnwebdproxy3.europe.hp.net [15.195.185.83]) by cakebox.homeunix.net (Horde Framework) with HTTP; Tue, 06 Nov 2012 12:55:57 +0100 Date: Tue, 06 Nov 2012 12:55:56 +0100 Message-ID: <20121106125556.Horde.rAUjZ5k8pphQmPrM49nBhR0@cakebox.homeunix.net> From: FreeBSD@nagilum.org To: svn-src-stable-9@freebsd.org Subject: Re: svn commit: r242643 - in stable/9: etc/root share/skel References: <201211060055.qA60ti7W035079@svn.freebsd.org> In-Reply-To: <201211060055.qA60ti7W035079@svn.freebsd.org> User-Agent: Internet Messaging Program (IMP) H4 (5.0.23) Content-Type: text/plain; charset=iso-8859-15; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2012 11:56:16 -0000 +1 for less ;) Zitat von Eitan Adler : > Author: eadler > Date: Tue Nov 6 00:55:43 2012 > New Revision: 242643 > URL: http://svnweb.freebsd.org/changeset/base/242643 > > Log: > MFC r242514,r242541: > > Revert the change that makes less default. > > Since I've committed this I've receieved roughly an equal > amount of email thanking me for making this change > and asking me to revert it. > > I've resisted making this change because > new users tend to prefer less over more > and these users are the least likely to know > how to change the PAGER on their own. > > Requested by: many > Objected to: just as many > Decision made by: core > > ==== > Change default prompt to show ~ again for the home directory > > Approved by: cperciva (implicit) > > Modified: > stable/9/etc/root/dot.cshrc > stable/9/share/skel/dot.cshrc > Directory Properties: > stable/9/etc/ (props changed) > stable/9/share/skel/ (props changed) > > Modified: stable/9/etc/root/dot.cshrc > ============================================================================== > --- stable/9/etc/root/dot.cshrc Tue Nov 6 00:55:43 2012 (r242642) > +++ stable/9/etc/root/dot.cshrc Tue Nov 6 00:55:43 2012 (r242643) > @@ -18,7 +18,7 @@ umask 22 > set path = (/sbin /bin /usr/sbin /usr/bin /usr/games > /usr/local/sbin /usr/local/bin $HOME/bin) > > setenv EDITOR vi > -setenv PAGER less > +setenv PAGER more > setenv BLOCKSIZE K > > if ($?prompt) then > @@ -26,7 +26,7 @@ if ($?prompt) then > if ($uid == 0) then > set user = root > endif > - set prompt = "%n@%m:%/ %# " > + set prompt = "%n@%m:%~ %# " > set promptchars = "%#" > > set filec > > Modified: stable/9/share/skel/dot.cshrc > ============================================================================== > --- stable/9/share/skel/dot.cshrc Tue Nov 6 00:55:43 2012 (r242642) > +++ stable/9/share/skel/dot.cshrc Tue Nov 6 00:55:43 2012 (r242643) > @@ -18,7 +18,7 @@ umask 22 > set path = (/sbin /bin /usr/sbin /usr/bin /usr/games > /usr/local/sbin /usr/local/bin $HOME/bin) > > setenv EDITOR vi > -setenv PAGER less > +setenv PAGER more > setenv BLOCKSIZE K > > if ($?prompt) then > @@ -26,7 +26,7 @@ if ($?prompt) then > if ($uid == 0) then > set user = root > endif > - set prompt = "%n@%m:%/ %# " > + set prompt = "%n@%m:%~ %# " > set promptchars = "%#" > > set filec > _______________________________________________ > svn-src-stable-9@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 > To unsubscribe, send any mail to "svn-src-stable-9-unsubscribe@freebsd.org"