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

2012-05-09 Thread Patrick Lauer
On 05/09/12 19:35, 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 21 cd /sys || { ewarn the error message return 1 } That's just a little less racy and certainly not atomic,

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

2012-05-09 Thread Kevin Chadwick
On Wed, 09 May 2012 19:45:51 +0800 Patrick Lauer wrote: On occasions I have had to resort to editing shell init scripts because I don't agree with the distro or devs. People shouldn't be forced to Gentoo and damaging the environment. Wat :) I presume you got distracted and meant to

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

2012-05-07 Thread Patrick Lauer
On 04/30/12 15:22, Nicolas Sebrecht wrote: 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

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

2012-04-30 Thread Kevin Chadwick
On Mon, 30 Apr 2012 09:22:42 +0200 Nicolas Sebrecht 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