>> 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

