Custom Query (19643 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 19643)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#746 fixed /etc/profile enhancement suggestion bdubbs@… tushar@…
Description

See the above thread.

#2425 wontfix /etc/profile.d/X.sh is no longer needed blfs-book@… Joe
Description

In Chapter 3, The Bash Shell Startup Files, /etc/profile.d/X.sh tests for the existence of /usr/X11R6/bin/X and /usr/X11R6/lib/pkgconfig, but since /usr/X11R6 is symlinked to /usr, the additions to PATH and PKG_CONFIG_PATH are unnecessary.

#889 invalid /etc/profile.d/extrapaths.sh shows error messages if no /opt/*/lib/pkgconfig are found. blfs-book@… roadkill@…
Description

In extrapaths.sh the line: for directory in $(find /opt/*/lib/pkgconfig -type d ); do

was giving me ugly error message spam when I was loggin in since I don't have much installed into /opt at this point. I updated the line in the scripts on my box to show :

for directory in $(find /opt/*/lib/pkgconfig -type d 2> /dev/null ); do

so that if nothing is found the error messages are suppressed.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.