Gentoo Archives: gentoo-user

From: Mike Kazantsev <mike_kazantsev@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] reload etc conf files
Date: Mon, 30 Mar 2009 15:24:11
Message-Id: 20090330212044.2c573794@coercion
In Reply to: [gentoo-user] reload etc conf files by laurent
1 On Mon, 30 Mar 2009 16:25:10 +0200
2 laurent <laurent@××××××××××××.org> wrote:
3
4 > I finished etc-updates with a lot of files, is there a way or even need
5 > to make all application reload the updated configuration files?
6
7 Not quite what you asked, but there's easy way to check if there are
8 any processes still using pre-update (non-existing now) libs:
9
10 lsof | grep 'DEL.*lib' | cut -f 1 -d ' ' | sort -u
11
12 "lsof" here is sys-process/lsof (not part of the @system afaik).
13
14 --
15 Mike Kazantsev // fraggod.net

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] reload etc conf files Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] reload etc conf files Momesso Andrea <momesso.andrea@×××××.com>