summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.c
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2011-01-31 13:26:56 +0000
committerAntoine Ginies <aginies@mandriva.com>2011-01-31 13:26:56 +0000
commitd47c8e5649c64ca814fc838d67263a1a6ba1870b (patch)
tree8b82b19ed17b9be9f0a2365b821494db854d6179 /mdk-stage1/modules.c
parent6169cef9eca13af257c1070c39ffbb4cd876b1c1 (diff)
downloaddrakx-backup-do-not-use-d47c8e5649c64ca814fc838d67263a1a6ba1870b.tar
drakx-backup-do-not-use-d47c8e5649c64ca814fc838d67263a1a6ba1870b.tar.gz
drakx-backup-do-not-use-d47c8e5649c64ca814fc838d67263a1a6ba1870b.tar.bz2
drakx-backup-do-not-use-d47c8e5649c64ca814fc838d67263a1a6ba1870b.tar.xz
drakx-backup-do-not-use-d47c8e5649c64ca814fc838d67263a1a6ba1870b.zip
fix ka methog
Diffstat (limited to 'mdk-stage1/modules.c')
-rw-r--r--mdk-stage1/modules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c
index 5f02d2a6d..371c241dc 100644
--- a/mdk-stage1/modules.c
+++ b/mdk-stage1/modules.c
@@ -40,7 +40,7 @@
#include "modules.h"
#define UEVENT_HELPER_FILE "/sys/kernel/uevent_helper"
-#define UEVENT_HELPER_VALUE "/sbin/hotplug"
+#define UEVENT_HELPER_VALUE "/hotplug"
static char modules_directory[100];
static struct module_deps_elem * modules_deps = NULL;