Re: ile, grep

From: Michele Andreoli (m.andreoli@tin.it)
Date: Thu Sep 07 2000 - 14:38:05 CEST


On Thu, Sep 07, 2000 at 01:27:28PM +0300, Vesa-Pekka Palmu nicely wrote:
> > 1) I tried to remove the command history with no success
> > I went in the "misc" section of setup. When I say "no" to command
> > history, ile is still loaded at startup. I checked that
> > /etc/history.conf no longer exists. However, I could not find where this
> > file is used again...
>
> Look at the /bin/login script and remove ile from there, worked for
> me (HD mu with bash)
>

Thank you, a but in /bin/login.

I changed it from:
--------------------
if [ -x /usr/bin/ile ] ; then
        HISTORY="/usr/bin/ile -/etc/ilerc"
else
        HISTORY=
fi
--------------------
to:

--------------------
if [ -x /usr/bin/ile ] && [ -f /etc/history ] ; then
        HISTORY="/usr/bin/ile -/etc/ilerc"
else
        HISTORY=
fi
--------------------

Michele

-- 
I'd like to conclude with a positive statement, but I can't 
remember any. Would two negative ones do?       -- Woody Allen
---------------------------------------------------------------------
To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.auc.dk
For additional commands, e-mail: mulinux-help@sunsite.auc.dk


This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:15 CET