Subject: Re: etcupdate To: Arto Huusko <armihu@utu.fi> From: Eric Haszlakiewicz <erh@jodi.nimenees.com> List: current-users Date: 02/04/2004 11:12:00
On Wed, Feb 04, 2004 at 02:21:29PM +0200, Arto Huusko wrote:
> Is there some trick, and could this be etcupdate default,
> to make more(1) stop always when it shows the diff.
export MORE=-e
or
setenv MORE -e
eric