summaryrefslogtreecommitdiff
path: root/debian/patches/runsystem_setup_pflocal.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/runsystem_setup_pflocal.patch')
-rw-r--r--debian/patches/runsystem_setup_pflocal.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/patches/runsystem_setup_pflocal.patch b/debian/patches/runsystem_setup_pflocal.patch
deleted file mode 100644
index 3f8a96ed..00000000
--- a/debian/patches/runsystem_setup_pflocal.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Automatically setup local sockets if not already done so. Needed early for shell
-pipelines.
----
- daemons/runsystem.sh | 6 ++++++
- 1 file changed, 6 insertions(+)
-
-merged upstream
---- a/daemons/runsystem.sh
-+++ b/daemons/runsystem.sh
-@@ -53,6 +53,12 @@ function singleuser ()
- }
-
-
-+# See whether pflocal is setup already, and do so if not (install case)
-+
-+if ! test -e /servers/socket/1 && which settrans >/dev/null ; then
-+ settrans -c /servers/socket/1 /hurd/pflocal
-+fi
-+
- # We expect to be started by console-run, which gives us no arguments and
- # puts FALLBACK_CONSOLE=file-name in the environment if our console is
- # other than a normal /dev/console.