I think I am not missing any condition:

$ ls -al /etc/profile.d/aliases.sh
-rw-r--r-- 1 root root 33 2006-09-09 12:56 /etc/profile.d/aliases.sh

Assuming this is supposed to be a shell script try changing the file
so it is rwxr-xr-x (755). ex: chmod 755 /etc/profile.d/aliases.sh

For a script to be executed it must have the 'x' flag set. I get
bitten by this every so often when creating new scripts.


-Drew
--
gentoo-user@gentoo.org mailing list

Reply via email to