On Tue, May 17, 2011 at 11:50:32PM +0100, Ciaran McCreesh wrote: > On Tue, 17 May 2011 11:57:48 -0500 > William Hubbs wrote: > > I think we should support the /run directory [1] [2]. > > I would be interested to hear how you plan to do the migration, given > that everyone else has managed to screw it up... I'm not sure what you mean here. Openrc git will mount a tmpfs on /run if it exists and create a lock directory inside the tmpfs. To make it work, I just need a new release of baselayout to make the /run directory. Then, I also need to figure out where in the boot process to make the symbolic links from /var/lock to /run/lock and from /var/run to /run. what else am I missing? William