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 # 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.