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 e8b642d..3119330 100644 (file)
@@ -1,2 +1 @@
-#!/sbin/sh
 [ -x /bin/plymouth ] && /bin/plymouth --hide-splash
index 17a92fb..c64d686 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)