[Pkg-sysvinit-devel] Re: [Pkg-sysvinit-commits] r368 - sysvinit/trunk/debian/initscripts/etc/init.d

Petter Reinholdtsen pere at hungry.com
Wed Dec 14 19:58:58 UTC 2005


[Thomas Hood]
> @@ -1,4 +1,5 @@
> -#! /bin/sh
> +#! /bin/bash
> +# Use bash because we use PIPESTATUS[]

Can we avoid bash?  I would prefer to let all the scripts in the
default boot process use /bin/sh to avoid having to load another
program into memory during boot.  I'm working on speeding up the boot
process, remember. :)

Not sure if it matters, but I've stayed with /bin/sh complient code so
far because of this.



More information about the Pkg-sysvinit-devel mailing list