[5156] in SIPB bug reports
Re: /usr/athena/bin/more
daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Feb 13 12:26:36 1995
To: Greg Hudson <ghudson@MIT.EDU>
Cc: yoav@MIT.EDU, jhawk@MIT.EDU, netbsd-dev@MIT.EDU, bug-sipb@MIT.EDU
In-Reply-To: Your message of "Mon, 13 Feb 1995 10:56:41 EST."
<199502131556.KAA09943@glacier.MIT.EDU>
Date: Mon, 13 Feb 1995 12:24:41 EST
From: Greg Hudson <ghudson@MIT.EDU>
> As I said in my mail, I put the `setenv MORE "-csd"' back in
> /usr/athena/lib/init/cshrc. I'll change this during lunch to be a
> different environment variable than the one used by /usr/bin/more.
Okay, I've made the following changes:
* /usr/athena/bin/more now uses ATHENA_MORE in preference to
MORE, but will use MORE if ATHENA_MORE isn't set.
* /usr/athena/lib/init/cshrc sets ATHENA_MORE to "-csd" and
MORE to "-cs".
* The /mit/sipb/bin/pmail sources now use /usr/athena/bin/more
under AIX, Ultrix, and NetBSD. I have only rebuilt pmail
for NetBSD, however.
Sal still won't be able to correctly use programs which call
/usr/bin/more directly, since he sets MORE to "-csd" in his dotfiles
(like a number of people). This is roughly equivalent to people
aliasing "ps" to "ps aux"--we can't really do anything about it, and
people shouldn't expect every system's basic utilities to take the
same options. People using the standard dotfiles will have everything
work correctly (and consistently with other platforms), however, and
Sal will be able to use "more" from the command line.