[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: an easier bash



On Tue, 30 Mar 1999, Birger Langkjer wrote:

> This is the Install script:
> 
> #! bin/sh
> cat hushrc>>/etc/bashrc

a better way of doing it is to put an executable file called hushrc.sh in
/etc/profile.d . This makes it easier to uninstall.

/etc/profile ( at least on Redhat ) sources all executable .sh files in
/etc/profile.d 

Actually, I like the idea. I can whip up an RPM of it ... ( and you can
put it on your site ... ) 

cheers,

-- Donovan