summaryrefslogtreecommitdiff
path: root/debian/patches/init_try_runsystem.gnu.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/init_try_runsystem.gnu.patch')
-rw-r--r--debian/patches/init_try_runsystem.gnu.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/init_try_runsystem.gnu.patch b/debian/patches/init_try_runsystem.gnu.patch
deleted file mode 100644
index a8389b23..00000000
--- a/debian/patches/init_try_runsystem.gnu.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Also try runsystem.gnu
-
----
- daemons/console-run.c | 7 +++++++
- init/init.c | 24 ++++++++++++++++++++----
- 2 files changed, 27 insertions(+), 4 deletions(-)
-
-Index: hurd-debian/init/init.c
-===================================================================
---- hurd-debian.orig/init/init.c 2012-11-26 00:23:25.000000000 +0000
-+++ hurd-debian/init/init.c 2012-11-26 00:25:06.000000000 +0000
-@@ -1087,6 +1087,7 @@
- static const char *const tries[] =
- {
- "/libexec/runsystem",
-+ "/libexec/runsystem.gnu",
- _PATH_BSHELL,
- "/bin/shd", /* XXX */
- };