summaryrefslogtreecommitdiffstats
path: root/0079-bootchart-module-setup.sh-no-need-for-mknod-anymore.patch
diff options
context:
space:
mode:
Diffstat (limited to '0079-bootchart-module-setup.sh-no-need-for-mknod-anymore.patch')
-rw-r--r--0079-bootchart-module-setup.sh-no-need-for-mknod-anymore.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/0079-bootchart-module-setup.sh-no-need-for-mknod-anymore.patch b/0079-bootchart-module-setup.sh-no-need-for-mknod-anymore.patch
new file mode 100644
index 0000000..bc89103
--- /dev/null
+++ b/0079-bootchart-module-setup.sh-no-need-for-mknod-anymore.patch
@@ -0,0 +1,21 @@
+From 07a8e55f418f9362f074eb4de59070e297f54fd6 Mon Sep 17 00:00:00 2001
+From: Harald Hoyer <harald@redhat.com>
+Date: Fri, 22 Jun 2012 15:23:56 +0200
+Subject: [PATCH] bootchart/module-setup.sh: no need for mknod anymore
+
+---
+ modules.d/00bootchart/module-setup.sh | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/modules.d/00bootchart/module-setup.sh b/modules.d/00bootchart/module-setup.sh
+index 17dd137..a2a2c00 100755
+--- a/modules.d/00bootchart/module-setup.sh
++++ b/modules.d/00bootchart/module-setup.sh
+@@ -25,7 +25,5 @@ install() {
+ inst /bin/grep
+ inst /bin/usleep
+ inst /usr/bin/[ /bin/[
+-
+- mknod -m 0666 "${initdir}/dev/null" c 1 3
+ }
+