Date: Tue, 06 Nov 2012 12:55:56 +0100 From: FreeBSD@nagilum.org To: svn-src-stable-9@freebsd.org Subject: Re: svn commit: r242643 - in stable/9: etc/root share/skel Message-ID: <20121106125556.Horde.rAUjZ5k8pphQmPrM49nBhR0@cakebox.homeunix.net> In-Reply-To: <201211060055.qA60ti7W035079@svn.freebsd.org> References: <201211060055.qA60ti7W035079@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
+1 for less ;) Zitat von Eitan Adler <eadler@FreeBSD.org>: > 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121106125556.Horde.rAUjZ5k8pphQmPrM49nBhR0>