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