2009/7/11 Dan Kegel <dank at kegel.com>: > On Fri, Jul 10, 2009 at 8:37 AM, Richard Hughes<hughsient at gmail.com> wrote: >> # get affected pids >> affected_pids = [] >> for file in files: >> if prefix(/lib) or prefix (/usr/lib): > > Don't forget lib32... Match on */lib* ? Richard.