diff options
Diffstat (limited to 'debian/patches/libexec-splitinit.patch')
-rw-r--r-- | debian/patches/libexec-splitinit.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/patches/libexec-splitinit.patch b/debian/patches/libexec-splitinit.patch index 03a2594a..460dd4e7 100644 --- a/debian/patches/libexec-splitinit.patch +++ b/debian/patches/libexec-splitinit.patch @@ -90,14 +90,12 @@ index d66bee0..14d822e 100644 argv[1] = prog; argv[2 + argc] = 0; while (argc-- > 0) -@@ -1086,8 +1086,8 @@ launch_something (const char *why) +@@ -1086,7 +1086,7 @@ launch_something (const char *why) static unsigned int try; static const char *const tries[] = { - "/libexec/runsystem", -- "/libexec/runsystem.gnu", + "/etc/hurd/runsystem", -+ "/etc/hurd/runsystem.gnu", _PATH_BSHELL, "/bin/shd", /* XXX */ }; |