Re: command history

From: Michele Andreoli (m.andreoli@tin.it)
Date: Wed Jul 12 2000 - 18:37:02 CEST


On Tue, Jul 11, 2000 at 10:19:48PM +0200, Jef Knoors nicely wrote:
> hello everybody,
>
> Question: which file in the USR section causes the command
> history and how is it initiated ?
> When I don't setup USR, the command history doesn't work.
> I'd like some info on this.
>

Take a look to the /bin/login command in muLinux: this is a script
wrapper. It starts:

        1) ash, if EXT is *not* mounted (fake 'login')
        2) /usr/local/bin/login, if EXT si mounted (the true 'login')
        3) /usr/bin/ile, if USR is mounted (the command history),

Command history in muLinux is full demanded to an external program,
"ile", used in this way:

                # /usr/bin/ile -/etc/ilerc /bin/-ash -si
                (this is the *fake* case).

If you wish command history without USR, put "ile" in /bin, and change
/bin/login accordly.

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