Lonnie Cumberland wrote:
>
> Hello All,
>
> could someone please tekk me where I can set some global environment variables
> that are system wide.
>
> I tried to put some in the rc.local by doing "ODBCINI=/etc/odbc.ini" for
> example but they did not show up in the "set" list.
>
> I am trying to install an odbc manager that will talk to PostgreSQL 7.0.x
> database server.
>
> Any ideas?
You can put them in the /etc/profile for bash users, in /etc/csh.cshrc
for csh users,
/etc/zshenv for zsh users, ...
I don't think there is one global place for any shell as you want the
parameters to
be set for each user.
The file /etc/rc.local is for configuration specific to the system, not
the users. For
example, it overwrites the /etc/issue and /etc/issue.net at each reboot.
--
Frédéric Bothamy <[EMAIL PROTECTED]>