Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
$Id$ -> $FreeBSD$
Revert $FreeBSD$ to $Id$
Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so long.Boy, I'm glad we're not using sup anymore. This update would have beeninsane otherwise.
show more ...
- Add a BSD-style copyright. (Should have done that before.)- Be more intelligent about library-like objects that are actually symlinks. (Suggested by Steve Price)- Complain about nonexistent l
- Add a BSD-style copyright. (Should have done that before.)- Be more intelligent about library-like objects that are actually symlinks. (Suggested by Steve Price)- Complain about nonexistent libraries referenced by executables (instead of creating a library called 'not' and putting them there. (oops)- Fix a few typos.
LibraryReport is a Tcl script that attempts to report on the status ofshared libraries in the system.It locates libraries using the output of 'ldconfig -r' to finddirectories containing libraries
LibraryReport is a Tcl script that attempts to report on the status ofshared libraries in the system.It locates libraries using the output of 'ldconfig -r' to finddirectories containing libraries, and then performs a recursivedescent of the entire filesystem heirachy looking for dynamicallylinked executables and recording the libraries that they use.After scanning, a report is produced listing used libraries and theexecutable(s) that use them, and seperately listing unused libraries.