summaryrefslogtreecommitdiff
path: root/debian/patches/libexec-splitinit.patch
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-09-02 23:31:38 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-09-02 23:31:38 +0200
commitfb33b35bd87df2192bf1c11a43c304d800cc13ba (patch)
treebf8be33d839683c8cdcbba1a7fc9e97ce32431ab /debian/patches/libexec-splitinit.patch
parentc615c89c185306f45ebaa7da928a1e31a394e88c (diff)
grrrrr splitinit patch series
Diffstat (limited to 'debian/patches/libexec-splitinit.patch')
-rw-r--r--debian/patches/libexec-splitinit.patch4
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 */
};