You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.2 KiB
27 lines
1.2 KiB
diff -ur hal-0.5.14_origin/hald/linux/blockdev.c hal-0.5.14/hald/linux/blockdev.c
|
|
--- hal-0.5.14_origin/hald/linux/blockdev.c 2012-02-15 01:44:51.000000000 +0100
|
|
+++ hal-0.5.14/hald/linux/blockdev.c 2012-02-15 01:45:12.000000000 +0100
|
|
@@ -1864,7 +1864,7 @@
|
|
char *ret;
|
|
char *u_stdout;
|
|
int u_exit_status;
|
|
- const char *argv[] = {"/sbin/udevadm", "info", "--root", "--query", "name", "--path", NULL, NULL};
|
|
+ const char *argv[] = {"/usr/bin/udevadm", "info", "--root", "--query", "name", "--path", NULL, NULL};
|
|
GError *g_error;
|
|
|
|
ret = NULL;
|
|
diff -ur hal-0.5.14_origin/hald/linux/coldplug.c hal-0.5.14/hald/linux/coldplug.c
|
|
--- hal-0.5.14_origin/hald/linux/coldplug.c 2012-02-15 01:44:51.000000000 +0100
|
|
+++ hal-0.5.14/hald/linux/coldplug.c 2012-02-15 01:45:08.000000000 +0100
|
|
@@ -154,8 +154,8 @@
|
|
static gboolean
|
|
hal_util_init_sysfs_to_udev_map (void)
|
|
{
|
|
- char *udevdb_export_argv[] = { "/sbin/udevadm", "info", "-e", NULL };
|
|
- char *udevroot_argv[] = { "/sbin/udevadm", "info", "-r", NULL };
|
|
+ char *udevdb_export_argv[] = { "/usr/bin/udevadm", "info", "-e", NULL };
|
|
+ char *udevroot_argv[] = { "/usr/bin/udevadm", "info", "-r", NULL };
|
|
int udevinfo_exitcode;
|
|
UdevInfo *info = NULL;
|
|
char *p;
|