On Mon, 30 Mar 2009 16:25:10 +0200
laurent <laur...@logiquefloue.org> wrote:

> I finished etc-updates with a lot of files, is there a way or even need 
> to make all application reload the updated configuration files?

Not quite what you asked, but there's easy way to check if there are
any processes still using pre-update (non-existing now) libs:

  lsof | grep 'DEL.*lib' | cut -f 1 -d ' ' | sort -u

"lsof" here is sys-process/lsof (not part of the @system afaik).

-- 
Mike Kazantsev // fraggod.net

Attachment: signature.asc
Description: PGP signature

Reply via email to