29 Jan
2009
29 Jan
'09
5:20 p.m.
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.