Changeset 13 for devel/sshgw/bin/computelibs
- Timestamp:
- 05/22/07 14:59:00 (5 years ago)
- File:
-
- 1 edited
-
devel/sshgw/bin/computelibs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
devel/sshgw/bin/computelibs
r11 r13 1 1 # Give all symlinks recursively of a full path name 2 LOGFILE=/tmp/computelibs.log 3 2 4 ReadAllLink() { 3 5 file="$1" … … 21 23 22 24 for i in $*; do 23 libs="$libs `ldd $i 2> /dev/null | awk '{if (match($1,/\//)) {print $1} else {if (match($3,/\//)) print $3} fi}'` "25 libs="$libs `ldd $i 2> /dev/null | awk '{if (match($1,/\//)) {print $1} else {if (match($3,/\//)) print $3} fi}'` /lib/libnss_files*" 24 26 for j in $libs; do 25 27 echo "$j"
Note: See TracChangeset
for help on using the changeset viewer.
