Re: PATCH src/etc/root : more->less

2000-07-13 Thread Doug Barton
Max Khon wrote: > > hi, there! > > On Tue, 11 Jul 2000 [EMAIL PROTECTED] wrote: > > > What about it for 4.0-ST? > > > > Index: src/etc/root/dot.cshrc > > [trim] > > and what's about this? > > --- usr.sbin/mergemaster/mergemaster.sh.origTue Jul 11 21:34:20 2000 > +++ usr.sbin/mergemaster/

Re: PATCH src/etc/root : more->less

2000-07-12 Thread Glenn Johnson
On Thu, Jul 13, 2000 at 12:30:38AM -0400, Sean Lutner wrote: > (17) sean@pulse: ~ $ ls -G > ls: illegal option -- G > usage: ls [-ACFHLPRTWacdfgiklnoqrstu1] [file ...] > (18) sean@pulse: ~ $ > > > sure about that? output from a 4.0-STABLE system, last cvsup'd july 1.

Re: PATCH src/etc/root : more->less

2000-07-12 Thread Sean Lutner
(17) sean@pulse: ~ $ ls -G ls: illegal option -- G usage: ls [-ACFHLPRTWacdfgiklnoqrstu1] [file ...] (18) sean@pulse: ~ $ sure about that? output from a 4.0-STABLE system, last cvsup'd july 1. On Wed, 12 Jul 2000, Daniel C. Sobral wrote: > [EMAIL PROTECTED] wrote: > > > > What about it for 4.

Re: PATCH src/etc/root : more->less

2000-07-12 Thread Daniel C. Sobral
[EMAIL PROTECTED] wrote: > > What about it for 4.0-ST? > > alias hhistory 25 > alias jjobs -l > -alias la ls -a > -alias lf ls -FA > -alias ll ls -lA > +alias la ls -aG > +alias lf ls -FAG > +alias ll ls -lAG No. If you want

Re: PATCH src/etc/root : more->less

2000-07-12 Thread Adam
On Tue, 11 Jul 2000, Brooks Davis wrote: >On Tue, Jul 11, 2000 at 03:13:06PM -0400, Robert Watson wrote: >> >> How about we don't :-). Let's just use whatever "more" is as the pager, >> the way it has always been. In new releases, more is less (or less is >> more, or something), so there shoul

Re: PATCH src/etc/root : more->less

2000-07-11 Thread Andrew Kenneth Milton
+[ Matthew Hunt ]- | On Tue, Jul 11, 2000 at 03:18:38PM -0700, Kris Kennaway wrote: | | > > +alias la ls -aG | > > +alias lf ls -FAG | > > +alias ll ls -lAG | > | > Rage..rising...blood..seething! Must not..thump..submitter! | | Er, why not? Viol

Re: PATCH src/etc/root : more->less

2000-07-11 Thread Matthew Hunt
On Tue, Jul 11, 2000 at 03:18:38PM -0700, Kris Kennaway wrote: > > +alias la ls -aG > > +alias lf ls -FAG > > +alias ll ls -lAG > > Rage..rising...blood..seething! Must not..thump..submitter! Er, why not? -- Matthew Hunt <[EMAIL PROTECTED]> * UNIX is a lever for the http://www.pobox.com

Re: PATCH src/etc/root : more->less

2000-07-11 Thread Kris Kennaway
On Tue, 11 Jul 2000 [EMAIL PROTECTED] wrote: > -alias la ls -a > -alias lf ls -FA > -alias ll ls -lA > +alias la ls -aG > +alias lf ls -FAG > +alias ll ls -lAG Rage..rising...blood..seething! Must not..thump..submitter! Kris -- In God we Trust -- all others must submit

Re: PATCH src/etc/root : more->less

2000-07-11 Thread Brooks Davis
On Tue, Jul 11, 2000 at 03:13:06PM -0400, Robert Watson wrote: > > How about we don't :-). Let's just use whatever "more" is as the pager, > the way it has always been. In new releases, more is less (or less is > more, or something), so there shouldn't be a problem, right? Also more as a symli

Re: PATCH src/etc/root : more->less

2000-07-11 Thread Robert Watson
How about we don't :-). Let's just use whatever "more" is as the pager, the way it has always been. In new releases, more is less (or less is more, or something), so there shouldn't be a problem, right? That said, there's still plenty of cleanup that needs to be done in some combination of /et

Re: PATCH src/etc/root : more->less

2000-07-11 Thread Dan Nelson
In the last episode (Jul 11), [EMAIL PROTECTED] said: > alias h history 25 > alias j jobs -l > -alias la ls -a > -alias lf ls -FA > -alias ll ls -lA > +alias la ls -aG > +alias lf ls -FAG > +alias ll ls -lAG Please, no. If the user wants colors

Re: PATCH src/etc/root : more->less

2000-07-11 Thread Max Khon
hi, there! On Tue, 11 Jul 2000 [EMAIL PROTECTED] wrote: > What about it for 4.0-ST? > > Index: src/etc/root/dot.cshrc [trim] and what's about this? --- usr.sbin/mergemaster/mergemaster.sh.origTue Jul 11 21:34:20 2000 +++ usr.sbin/mergemaster/mergemaster.sh Tue Jul 11 21:37:11 2000 @@ -11

Re: PATCH src/etc/root : more->less

2000-07-11 Thread Neil Blakey-Milner
On Tue 2000-07-11 (14:50), Michel Oosterhof wrote: > [snip] > > > > setenv EDITOR vi > >-setenv PAGER more > >+setenv PAGER less > > setenv BLOCKSIZE K > > > > I thought 'less' was in a port? Do you want to refer to programs that > need to be installed from a port

Re: PATCH src/etc/root : more->less

2000-07-11 Thread Michel Oosterhof
[EMAIL PROTECTED] writes: >What about it for 4.0-ST? [snip] > > setenvEDITOR vi >-setenvPAGER more >+setenvPAGER less > setenvBLOCKSIZE K > I thought 'less' was in a port? Do you want to refer to programs that need to be installed from a port first?

PATCH src/etc/root : more->less

2000-07-11 Thread laa
What about it for 4.0-ST? Index: src/etc/root/dot.cshrc === RCS file: /f/pub/FreeBSD/FreeBSD-CVS/src/etc/root/dot.cshrc,v retrieving revision 1.25.2.1 diff -u -r1.25.2.1 dot.cshrc --- src/etc/root/dot.cshrc 2000/05/28 15:13:28