diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-09-02 23:31:38 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-09-02 23:31:38 +0200 |
commit | fb33b35bd87df2192bf1c11a43c304d800cc13ba (patch) | |
tree | bf8be33d839683c8cdcbba1a7fc9e97ce32431ab /debian/patches/libexec-splitinit.patch | |
parent | c615c89c185306f45ebaa7da928a1e31a394e88c (diff) |
grrrrr splitinit patch series
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 */ }; |