Blame 0086-i18n-parse-i18n.sh-remove-udev-rules.patch

Harald Hoyer 811c04
From d782ffb8224cccd87ab5e1f314f011c5bb760f34 Mon Sep 17 00:00:00 2001
Harald Hoyer 811c04
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 811c04
Date: Mon, 30 Jul 2012 17:01:08 +0200
Harald Hoyer 811c04
Subject: [PATCH] i18n/parse-i18n.sh: remove udev rules
Harald Hoyer 811c04
Harald Hoyer 811c04
---
Harald Hoyer 811c04
 modules.d/10i18n/parse-i18n.sh | 3 ++-
Harald Hoyer 811c04
 1 file changed, 2 insertions(+), 1 deletion(-)
Harald Hoyer 811c04
Harald Hoyer 811c04
diff --git a/modules.d/10i18n/parse-i18n.sh b/modules.d/10i18n/parse-i18n.sh
Harald Hoyer 811c04
index 90152cf..3aa8d70 100755
Harald Hoyer 811c04
--- a/modules.d/10i18n/parse-i18n.sh
Harald Hoyer 811c04
+++ b/modules.d/10i18n/parse-i18n.sh
Harald Hoyer 811c04
@@ -36,6 +36,7 @@ if [ -f /etc/locale.conf ]; then
Harald Hoyer 811c04
 fi
Harald Hoyer 811c04
 
Harald Hoyer 811c04
 if [ -n "$DRACUT_SYSTEMD" ]; then
Harald Hoyer 811c04
-    rm -f /{etc,lib}/udev/rules.d/10-console.rules
Harald Hoyer 811c04
+    rm -f /etc/udev/rules.d/10-console.rules
Harald Hoyer 811c04
+    rm -f /lib/udev/rules.d/10-console.rules
Harald Hoyer 811c04
     rm -f /lib/udev/console_init
Harald Hoyer 811c04
 fi