On Fri, Aug 13, 2010 at 1:04 PM, Ulrich Mueller wrote: > On Fri, 13 Aug 2010, Mike Frysinger wrote: >> for people who do wish to improve their init.d scripts, recreating a >> dir is easy if your init.d runs after localmount: >> [ ! -d /var/run/foo ] && install -d -m 755 -o fowner -g fgroup /var/run/foo > > Why not "checkpath -d -o fowner:fgroup -m 0755 /var/run/foo"?
i thought there was something. that was the whole point of Bug 192682. if we dont get openrc out the door, i'll have to add to baselayout-1. -mike