On Tue, 16 Aug 2011 at 11:19:05 -0500, Peter Samuelson wrote:
> But for those who think it's annoying to have
> to put 3 separate steps in your init script 'start' section (mkdir -p,
> chown, chmod), I'd like to point out that you may as well just use
> install -d, and do it all in one step.
... as long as /usr is mounted (Required-Start: $remote_fs). That's true for
the majority of init scripts anyway, but something to be aware of.
S