summaryrefslogtreecommitdiff
path: root/debian/patches/startup-usr-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/startup-usr-support.patch')
-rw-r--r--debian/patches/startup-usr-support.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/startup-usr-support.patch b/debian/patches/startup-usr-support.patch
index 1d705fc9..c7e12d12 100644
--- a/debian/patches/startup-usr-support.patch
+++ b/debian/patches/startup-usr-support.patch
@@ -12,8 +12,8 @@ Debian GNU/Hurd has a real /usr
-PATH=/bin:/sbin
+PATH=/bin:/sbin:/usr/bin:/usr/sbin
- # Start the default pager. It will bail if there is already one running.
- /hurd/mach-defpager
+ # Set up swap space. This will complain if no default pager is functioning.
+ swapon -a
--- a/daemons/runsystem.sh
+++ b/daemons/runsystem.sh
@@ -11,7 +11,7 @@