]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
removed shebang from .sh and changed mode to 0644
authorHarald Hoyer <harald@redhat.com>
Fri, 19 Jun 2009 10:19:40 +0000 (12:19 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 19 Jun 2009 11:00:09 +0000 (13:00 +0200)
modules.d/50plymouth/plymouth-emergency.sh
modules.d/90dmraid/dmraid.sh
modules.d/95resume/resume-genrules.sh [changed mode: 0755->0644]
modules.d/95rootfs-block/block-genrules.sh [changed mode: 0755->0644]
modules.d/95rootfs-block/parse-block.sh [changed mode: 0755->0644]
modules.d/99base/parse-root-opts.sh [changed mode: 0755->0644]

index e8b642d6c671cc6018a18e5f6e60cc00bba33763..311933097bc142cd64118da8b8078820fb5b7a10 100644 (file)
@@ -1,2 +1 @@
-#!/sbin/sh
 [ -x /bin/plymouth ] && /bin/plymouth --hide-splash
index 17a92fb9b09f3edb914237e8002e5fda05b25c3c..c64d686a62a0a99bc0404ad40689338efa54e98c 100644 (file)
@@ -1,4 +1,3 @@
-#!/bin/sh
 dmraid -ay
 udevadm settle --timeout=30 >/dev/null 2>&1 
 
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)