On Tue, Jun 14, 2005 at 01:46:49PM +0400, Alexey Tourbin wrote: > Обнаруженные нарушители конвенции приведены ниже. Что бы с ними > сделать? Развесить block-баги? $ sort -u +2 list |while read bin lib pkg; do { echo "Binary executable file $bin apparently depends on shared library $lib. However, binaries in /bin and /sbin should only depend on libraries in /lib. Please consider $bin to be reloacated to /usr$bin. Also please check other files in this package." |fmt; grep -w $pkg list; } | ~/bin/altbug --pkg=$pkg --subj="$pkg: $bin depends on $lib"; done committed #7091: awesfx: /bin/asfxload depends on /usr/lib/libawe.so.5 committed #7092: ifplugd: /sbin/ifplugd depends on /usr/lib/libdaemon.so.0 committed #7093: info-install: /sbin/install-info depends on /usr/lib/libzio.so.0 committed #7094: magma: /sbin/circleping depends on /usr/lib/libmagma.so.DEVEL committed #7095: syslog-ng: /sbin/syslog-ng depends on /usr/lib/libol.so.0 committed #7096: udev: /sbin/scsi_id depends on /usr/lib/libsysfs.so.1 $