From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 11AE5138247 for ; Mon, 11 Nov 2013 20:49:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F3FFE0BE6; Mon, 11 Nov 2013 20:49:19 +0000 (UTC) Received: from mail-pd0-f171.google.com (mail-pd0-f171.google.com [209.85.192.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20D2AE0B06 for ; Mon, 11 Nov 2013 20:49:17 +0000 (UTC) Received: by mail-pd0-f171.google.com with SMTP id w10so5677228pde.2 for ; Mon, 11 Nov 2013 12:49:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=UGCYD3vn9Ur27XOg+nTQfvkTwtvpcZtBiOEJp6Jgru0=; b=j/c7JyWoG1iw6yTj3G3a7HwdHpo+oP5zUG8isK0/5CB9BZZfsYVmu3mV+I2l6LKKKj zbCD0bpkl7Jnq6Q4dm3N2xL1q+oYulU32zBkKHd+p5d2ZVFlntDvOgDNxCcDv4Ibq+tv NhtLV00pROunW6zg/81KFIMftFkfylQQ/IzqtGLYsPKSk8Tm8KoRene8EBYC7AqVRh6n dkkHsdDCxCn96CqQD9cUl6EvHO7gci3lDgnlVXyyAhXXswhKh2DGE85gAX7o1UGIeEEZ Mkn7YfkYyB8/71AcbIEDYu4IYCHSC8yxkCeMc0yiqvtnYGzcPg1N/2J4cliNzrH/VZE+ i5Lg== X-Received: by 10.66.186.204 with SMTP id fm12mr6470pac.189.1384202956705; Mon, 11 Nov 2013 12:49:16 -0800 (PST) Received: from [192.168.1.3] (213-154-212-42.static.vega-ua.net. [213.154.212.42]) by mx.google.com with ESMTPSA id ql10sm32756862pbc.44.2013.11.11.12.49.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 11 Nov 2013 12:49:15 -0800 (PST) Message-ID: <528142CE.9000600@gmail.com> Date: Mon, 11 Nov 2013 22:49:18 +0200 From: Alexander Kapshuk User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130923 Thunderbird/17.0.9 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 To: gentoo-user@lists.gentoo.org CC: Edward M Subject: Re: [gentoo-user] Firefox not killing processes on close References: <527FFCC8.8060508@gmail.com> <528121C3.6000805@gmail.com> <20131111185040.GG32524@server> <52813396.9060001@gmail.com> <52813696.7070409@gmail.com> <52814213.9000301@gmail.com> In-Reply-To: <52814213.9000301@gmail.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 9c985727-c8ed-4691-a423-b3fd84ff93e6 X-Archives-Hash: d522377368a759c4b985302c2c81561b On 11/11/2013 10:46 PM, Edward M wrote: > On 11/11/2013 11:57 AM, Alexander Kapshuk wrote: >> Alternatively, to the best of my knowledge, that could be shortened >> down to: >> >> rm `find ~/.mozilla -name "*lock"` > Thanks for sharing:-) > > After a little modification, tried it in a script on different > files and they deleted. > > No worries.