UTILS ===== This is a collection of misc utils. This includes; adslchk : a simple interface monitor/restarter to use from cron. redserver : a simple "redirection http server" to use from inetd. catserver : a simple "cat file http server" to use from inetd. ddiff : directory diff. unify : hardlink identical files between directories. getetc : host:/etc config directory fetcher. lessdisks-unify: unify a lessdisks chroot with its host. INSTALL ------- Many of these utilities require python. Both unify and ddiff rely on the python module ddiffutils.py. Some of these may require redefining constants for your particular application, but most use options and will return a "Usage:" message if given the option "-?". To install, copy ddiffutils.py to /usr/local/lib/python2.3/site-packages/, and other tools as required to /usr/local/bin or /usr/local/sbin.