Package: bash Version: 3.1dfsg-8 Severity: wishlist File: /etc/skel/.bash_profile
/etc/skel/.bash_profile currently contains code to add ~/bin to the user's PATH if it exists. Please consider adding similar code for ~/lib and LD_LIBRARY_PATH. It should look something like this: if [ -d ~/lib ] ; then export LD_LIBRARY_PATH=~/lib${LD_LIBRARY_PATH:+:}"$LD_LIBRARY_PATH" fi Note that LD_LIBRARY_PATH may not exist already (and on a normal system, most likely won't). We must avoid leaving a trailing colon, because an empty component in LD_LIBRARY_PATH would cause the dynamic linker to look in the current directory, a security risk. ${LD_LIBRARY_PATH:+:} provides a colon only if LD_LIBRARY_PATH exists and has a non-empty value. - Josh Triplett -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.21-rc2test (PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages bash depends on: ii base-files 4.0 Debian base system miscellaneous f ii debianutils 2.18 Miscellaneous utilities specific t ii libc6 2.5-2 GNU C Library: Shared libraries ii libncurses5 5.5-5 Shared libraries for terminal hand bash recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]