- Timestamp:
- Jun 24, 2013, 7:18:38 AM (12 years ago)
- Location:
- branches/3.0/mindi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mindi/deplist.d/minimal.conf
r3151 r3156 122 122 /etc/conf.modules 123 123 /etc/modules.conf.local 124 # Debian 7 125 /bin/kmod 124 126 125 127 # For mdadm -
branches/3.0/mindi/mindi
r3154 r3156 878 878 fi 879 879 elif [ -h "$fname" ] && [ -x "$fname" ] ; then 880 LogFile "INFO: $fname is softlink" 880 newf=`readlink -f $fname` 881 LogFile "INFO: $fname is softlink to $newf which deps will be analyzed" 882 ldd $newf 2> /dev/null | ProcessLDD 881 883 else 882 884 ldd $fname 2> /dev/null | ProcessLDD
Note:
See TracChangeset
for help on using the changeset viewer.