File: startup-usr-support.patch

package info (click to toggle)
hurd 1%3A0.9.git20250801-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 37,308 kB
  • sloc: ansic: 538,797; sh: 5,143; asm: 2,998; makefile: 2,303; perl: 589; pascal: 484; awk: 157
file content (44 lines) | stat: -rw-r--r-- 1,157 bytes parent folder | download
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Debian GNU/Hurd has a real /usr
---
 daemons/rc.sh        |    2 +-
 daemons/runsystem.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: hurd-debian/daemons/rc.sh
===================================================================
--- hurd-debian.orig/daemons/rc.sh
+++ hurd-debian/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
Index: hurd-debian/daemons/runsystem.sh
===================================================================
--- hurd-debian.orig/daemons/runsystem.sh
+++ hurd-debian/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
Index: hurd-debian/daemons/runsystem.hurd.sh
===================================================================
--- hurd-debian.orig/daemons/runsystem.hurd.sh
+++ hurd-debian/daemons/runsystem.hurd.sh
@@ -11,7 +11,7 @@
 ### Where to find programs, etc.
 ###
 
-PATH=/bin:/sbin
+PATH=/bin:/sbin:/usr/bin:/usr/sbin
 export PATH
 
 umask 022