Blame 0079-bootchart-module-setup.sh-no-need-for-mknod-anymore.patch

Harald Hoyer 53e990
From 07a8e55f418f9362f074eb4de59070e297f54fd6 Mon Sep 17 00:00:00 2001
Harald Hoyer 53e990
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 53e990
Date: Fri, 22 Jun 2012 15:23:56 +0200
Harald Hoyer 53e990
Subject: [PATCH] bootchart/module-setup.sh: no need for mknod anymore
Harald Hoyer 53e990
Harald Hoyer 53e990
---
Harald Hoyer 53e990
 modules.d/00bootchart/module-setup.sh |    2 --
Harald Hoyer 53e990
 1 file changed, 2 deletions(-)
Harald Hoyer 53e990
Harald Hoyer 53e990
diff --git a/modules.d/00bootchart/module-setup.sh b/modules.d/00bootchart/module-setup.sh
Harald Hoyer 53e990
index 17dd137..a2a2c00 100755
Harald Hoyer 53e990
--- a/modules.d/00bootchart/module-setup.sh
Harald Hoyer 53e990
+++ b/modules.d/00bootchart/module-setup.sh
Harald Hoyer 53e990
@@ -25,7 +25,5 @@ install() {
Harald Hoyer 53e990
     inst /bin/grep
Harald Hoyer 53e990
     inst /bin/usleep
Harald Hoyer 53e990
     inst /usr/bin/[  /bin/[
Harald Hoyer 53e990
-
Harald Hoyer 53e990
-    mknod -m 0666 "${initdir}/dev/null" c 1 3
Harald Hoyer 53e990
 }
Harald Hoyer 53e990