Re: [gentoo-user] Problem with modifying PATH with a file in env.d

2008-05-31 Thread Stroller
On 31 May 2008, at 21:01, Marc Blumentritt wrote: Hi, I want to modify PATH for every user by adding this file in /etc/ env.d: hive env.d # cat 99busybox PATH=/bblinks hive env.d # ls -l 99busybox -rw-r--r-- 1 root root 14 2008-05-31 21:46 99busybox Neither env-update && . /etc/profile nor

[gentoo-user] Problem with modifying PATH with a file in env.d

2008-05-31 Thread Marc Blumentritt
Hi, I want to modify PATH for every user by adding this file in /etc/env.d: hive env.d # cat 99busybox PATH=/bblinks hive env.d # ls -l 99busybox -rw-r--r-- 1 root root 14 2008-05-31 21:46 99busybox Neither env-update && . /etc/profile nor a reboot adds /bblinks to my PATH. Any advice? Marc -

[gentoo-user] Problem with modifying PATH with a file in env.d

2008-05-31 Thread Marc Blumentritt
Hi, I want to modify the PATH variable for every user by adding this file in /etc/env.d : hive env.d # cat 99busybox PATH=/bblinks hive env.d # ls -l 99busybox -rw-r--r-- 1 root root 14 2008-05-31 21:46 99busybox The dir /bblinks does exist, but my PATH variable is not changed. I did run env