From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LoJLP-0004mB-JU for garchives@archives.gentoo.org; Mon, 30 Mar 2009 15:24:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EFA2E0762; Mon, 30 Mar 2009 15:24:10 +0000 (UTC) Received: from mail.fraggod.net (unknown [91.191.238.58]) by pigeon.gentoo.org (Postfix) with ESMTP id BD1FAE0762 for ; Mon, 30 Mar 2009 15:24:09 +0000 (UTC) Received: from coercion (coercion.core [IPv6:2001:470:1f0b:11de::13]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.fraggod.net (Postfix) with ESMTPSA id 8342B105E19 for ; Mon, 30 Mar 2009 21:24:04 +0600 (YEKST) Date: Mon, 30 Mar 2009 21:20:44 +0600 From: Mike Kazantsev To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] reload etc conf files Message-ID: <20090330212044.2c573794@coercion> In-Reply-To: <49D0D646.3090802@logiquefloue.org> References: <49D0D646.3090802@logiquefloue.org> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; i686-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/qcL/VuYoIUjhnb._Lec._yy"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Archives-Salt: 91645693-b770-456b-8082-e2f90aefbcc3 X-Archives-Hash: 7fb8b4a62f36fcfa3331ee6e664906c9 --Sig_/qcL/VuYoIUjhnb._Lec._yy Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 30 Mar 2009 16:25:10 +0200 laurent wrote: > I finished etc-updates with a lot of files, is there a way or even need=20 > 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). --=20 Mike Kazantsev // fraggod.net --Sig_/qcL/VuYoIUjhnb._Lec._yy Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) iEYEARECAAYFAknQ41IACgkQASbOZpzyXnHB1ACfVxCSEpjNJPr1Gn57Yd7UlMOf sk4An1Ak7gLtzi/OO9ziDyb50X5kX0bT =up/v -----END PGP SIGNATURE----- --Sig_/qcL/VuYoIUjhnb._Lec._yy--