]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
syslog-genrules.sh: Shebang should be /bin/sh not /bin/dash
authorPhilippe Seewer <philippe.seewer@bfh.ch>
Fri, 27 Nov 2009 10:57:12 +0000 (11:57 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 27 Nov 2009 13:07:20 +0000 (14:07 +0100)
modules.d/98syslog/syslog-genrules.sh

index 64aa08c7928636ecf9dd158bf7b6519e825bfd1d..8d99fb8cadbd3b12fa9389c1cf00e04243a0599c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/dash
+#!/bin/sh
 # Creates the syslog udev rules to be triggered when interface becomes online.
 . /lib/dracut-lib.sh