blob: 5acfd63824c4b7267d83278095469d47a0c76ba6 (
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
|
---
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
# Start the default pager. It will bail if there is already one running.
/hurd/mach-defpager
--- 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
# If we lose badly, try to exec each of these in turn.
|