626d8c1aa6
in /usr. - Move post script to fix symlinks in /etc/systemd/system to a trigger to run it after old systemd is uninstalled. - Add fix-debugshell.patch: use /bin/bash if sushell isn't installed (bnc#789052). - Add handle-root-uses-lang.patch: handle ROOT_USES_LANG=ctype (bnc#792182). - Ensure libudev1 and libudev-mini1 conflicts. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=317
14 lines
594 B
Diff
14 lines
594 B
Diff
Index: systemd-195/src/udev/udevd.c
|
|
===================================================================
|
|
--- systemd-195.orig/src/udev/udevd.c
|
|
+++ systemd-195/src/udev/udevd.c
|
|
@@ -820,7 +820,7 @@ static void static_dev_create_from_modul
|
|
FILE *f;
|
|
|
|
uname(&kernel);
|
|
- util_strscpyl(modules, sizeof(modules), ROOTPREFIX "/lib/modules/", kernel.release, "/modules.devname", NULL);
|
|
+ util_strscpyl(modules, sizeof(modules), "/lib/modules/", kernel.release, "/modules.devname", NULL);
|
|
f = fopen(modules, "re");
|
|
if (f == NULL)
|
|
return;
|