On Thu, Jan 29, 2009 at 11:20 AM, Daenyth Blank <daenyth+arch@gmail.com> wrote:
On Thu, Jan 29, 2009 at 11:33, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
I don't know how much it would break things, but I do like linking sh to dash in general. Just change the initscripts to use #!/bin/bash instead of /bin/sh (Which they should anyway if they don't, as they use bashisms)
output trimmed: $ grep bash * netfs:#!/bin/bash network:#!/bin/bash rc.local:#!/bin/bash rc.local.shutdown:#!/bin/bash rc.multi:#!/bin/bash rc.shutdown:#!/bin/bash rc.single:#!/bin/bash rc.sysinit:#!/bin/bash
Ah nice, I missed that change. Seems like it shouldn't have a huge impact. Worth a news item if you do it though.
Looks like they'd been sneaking in for some time. Here's one change I found: http://projects.archlinux.org/?p=initscripts.git;a=commitdiff;h=662a52c15343... And that was Nov. 2007.