summaryrefslogtreecommitdiff
path: root/debian/patches/startup-usr-support.patch
blob: c7e12d12a7a12a9b20f0b7beb9e4bdc5f041856e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Debian GNU/Hurd has a real /usr
---
 daemons/rc.sh        |    2 +-
 daemons/runsystem.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- a/daemons/rc.sh
+++ b/daemons/rc.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-PATH=/bin:/sbin
+PATH=/bin:/sbin:/usr/bin:/usr/sbin
 
 # 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 @@
 ### Where to find programs, etc.
 ###
 
-PATH=/bin:/sbin
+PATH=/bin:/sbin:/usr/bin:/usr/sbin
 export PATH
 
 umask 022