diff options
author | Guillem Jover <guillem@debian.org> | 2004-09-09 18:09:56 +0000 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2004-09-09 18:09:56 +0000 |
commit | 978df42a48f2256446ab00285a68f95f3252f883 (patch) | |
tree | 661d166ab02f08de8b3a116efe649a484c48404a /debian/patches | |
parent | b75f344204a58d2eec537e843c0f613966ac1a37 (diff) |
Import new release.
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/startup-usr-support.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/startup-usr-support.patch b/debian/patches/startup-usr-support.patch new file mode 100644 index 00000000..f5255f40 --- /dev/null +++ b/debian/patches/startup-usr-support.patch @@ -0,0 +1,21 @@ +--- daemons/rc.sh.old 2004-06-11 13:31:03.030701904 -0400 ++++ daemons/rc.sh 2004-06-11 13:31:14.870307857 -0400 +@@ -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 +--- daemons/runsystem.sh.old 2004-06-11 13:31:07.771817617 -0400 ++++ daemons/runsystem.sh 2004-06-11 13:31:25.036119303 -0400 +@@ -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. |