[arch-general] Re: [Bulk] Re:RFC: OpenRC as init system for Arch

2012-05-09 Thread Nicolas Sebrecht
The 09/05/12, Kevin Chadwick wrote: > On Wed, 9 May 2012 12:30:34 +0200 > Nicolas Sebrecht wrote: > > > You should turn them all in things like: > > > > mkdir /sys 2> /dev/null 2>&1 > > cd /sys || { > > ewarn "" > > return 1 > > } > > That's just a little less racy and certainly no

[arch-general] Re: [Bulk] Re:RFC: OpenRC as init system for Arch

2012-05-09 Thread Nicolas Sebrecht
The 07/05/12, Patrick Lauer wrote: > So anyway. If you complain about bad shell, fix it, or throw some > examples at me so I can rewrite them cleanly. "Patch it yourself" is exactly the opposite of what I would expect. This is not peace of mind to add patches to already too much stressed code in

[arch-general] Re: [Bulk] Re:RFC: OpenRC as init system for Arch

2012-04-30 Thread Nicolas Sebrecht
The 29/04/12, Patrick Lauer wrote: > In my opinion, if I have to start hacking random C to add or adapt > features (which happens as soon as the builtins do the wrong things - > that's about twice a year for me) it'll be a lot more crashy than a > simple shell script where I add one line of code.