FS#35572 - [filesystem] drop /bin, /sbin and /usr/sbin from default PATH in /etc/profile
Attached to Project:
Arch Linux
Opened by Sebastian Schwarz (seschwar) - Friday, 31 May 2013, 15:34 GMT
Last edited by Tom Gundersen (tomegun) - Saturday, 01 June 2013, 18:14 GMT
Opened by Sebastian Schwarz (seschwar) - Friday, 31 May 2013, 15:34 GMT
Last edited by Tom Gundersen (tomegun) - Saturday, 01 June 2013, 18:14 GMT
|
Details
Now that the /usr move is about to be completed, should the
components of the default PATH environment variable -- set
in /etc/profile -- which are symlinks to /usr/bin be omitted
from it? This would cut PATH down from
PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin"
to PATH="/usr/local/bin:/usr/bin:/usr/local/sbin".
|
This task depends upon
Closed by Tom Gundersen (tomegun)
Saturday, 01 June 2013, 18:14 GMT
Reason for closing: Implemented
Additional comments about closing: in testing
Saturday, 01 June 2013, 18:14 GMT
Reason for closing: Implemented
Additional comments about closing: in testing
Comment by Tom Gundersen (tomegun) -
Friday, 31 May 2013, 18:55 GMT
I changed the path to
PATH="/usr/local/sbin:/usr/local/bin:/usr/bin" to be in line with
the system-wide one set by systemd.