From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-145221-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id BA906138978
	for <garchives@archives.gentoo.org>; Sun, 10 Feb 2013 19:17:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F148E21C092;
	Sun, 10 Feb 2013 19:17:34 +0000 (UTC)
Received: from mail-we0-f174.google.com (mail-we0-f174.google.com [74.125.82.174])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 3A31F21C016
	for <gentoo-user@lists.gentoo.org>; Sun, 10 Feb 2013 19:17:32 +0000 (UTC)
Received: by mail-we0-f174.google.com with SMTP id r6so4312447wey.5
        for <gentoo-user@lists.gentoo.org>; Sun, 10 Feb 2013 11:17:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:x-received:in-reply-to:references:date:message-id
         :subject:from:to:content-type;
        bh=VlRFS9m2rR3M3N6No5LirgFND6OWsExV4uN0DjcDqSI=;
        b=hcyQmEV7FURQL5DOLmeCggzfkXDBCagC+aPex4K7Zhm2CRbbnrEaPoqUkWyF8BLOed
         SrH2oo4zSgkUmKGp43Fa0x5RB8FnmasZ2v8e76tfDv6waS5kUTIcno0vUA3+HaKuaiKo
         dDZQcP6S+YT1lOO2QSbAX2EOueFs+Xj3N4rRIA6Rwvvq7Rm1ostJz1VkNZlbQvRgC3lf
         odLIkqRdYYQjCFTjolbG9556cUbKK1M+EhhaGbCU3cOzaH7fo/DQTeJfmqC963IRufcS
         kmRPthEk79MoGlErgeHMxkfYpyaBSOKmddpWO7duW73AZ6mnUH3yybXyzeRelHl1t8MI
         5VRg==
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
X-Received: by 10.195.13.11 with SMTP id eu11mr19886561wjd.39.1360523851885;
 Sun, 10 Feb 2013 11:17:31 -0800 (PST)
Received: by 10.194.242.103 with HTTP; Sun, 10 Feb 2013 11:17:31 -0800 (PST)
In-Reply-To: <20130210175617.0a4123c4@digimed.co.uk>
References: <CAN0CFw15FF-FaPrUehXdPE_+42s7voKNGj4jz_O1aoCMGHrfvw@mail.gmail.com>
	<51175A29.3090002@binarywings.net>
	<CA+czFiDt6UFFadAhc5XUzFkV24i5pNCm03bKMhb1_y=3i0Ni4A@mail.gmail.com>
	<51179534.4080308@gmail.com>
	<5117C26C.9080200@gmail.com>
	<5117C334.1080805@gmail.com>
	<5117CD52.8080708@gmail.com>
	<5117D14D.8070501@binarywings.net>
	<20130210175617.0a4123c4@digimed.co.uk>
Date: Sun, 10 Feb 2013 11:17:31 -0800
Message-ID: <CAN0CFw2kj1v9Es+SPfkpywyRTj7Lyi-7RJz+1-81GakVp-PczA@mail.gmail.com>
Subject: Re: [gentoo-user] What to do with /var/run?
From: Grant <emailgrant@gmail.com>
To: Gentoo mailing list <gentoo-user@lists.gentoo.org>
Content-Type: text/plain; charset=ISO-8859-1
X-Archives-Salt: 27a70276-2a2f-46da-b37c-813d05164c05
X-Archives-Hash: 0538f82575ef8a4585d923aa77494433

>> I guess the simplest approach is:
>> 1. drop into single user runlevel (`rc single`)
>> 2. move the remnants from /var/run to /run
>> 3. symlink /var/run to /run
>> 4. reboot or go back to default runlevel (`rc default`)
>
> /run is a tmpfs mounted at boot time, so anything you copy in there
> before rebooting will disappear.

Ah that makes sense.  /run/openerp/ disappears after a reboot and
re-emerging openerp brings it back.  Should that be an ebuild bug?

- Grant