summaryrefslogtreecommitdiff
path: root/debian/patches/uptime_w_path_fix.patch
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-05-14 00:38:11 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-05-14 00:38:11 +0200
commitf765a34e3b4f1fb6fc152d2a7b5c391417d26a04 (patch)
tree20bf11a9a8045816ee80d38821a99a0168b1b3b8 /debian/patches/uptime_w_path_fix.patch
parent2438cdc6f403cd293486ac43a5674418b1f499c3 (diff)
Fix /usr/bin/w-hurd command name
* debian/patches/uptime_w_path_fix.patch: Fix /usr/bin/w-hurd command name, thanks harish badrinath for the notice.
Diffstat (limited to 'debian/patches/uptime_w_path_fix.patch')
-rw-r--r--debian/patches/uptime_w_path_fix.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/uptime_w_path_fix.patch b/debian/patches/uptime_w_path_fix.patch
index 3d5f1c39..a2e595ef 100644
--- a/debian/patches/uptime_w_path_fix.patch
+++ b/debian/patches/uptime_w_path_fix.patch
@@ -1,4 +1,4 @@
-Debian has a real /usr
+Debian has a real /usr and uses w-hurd file name
---
utils/uptime.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -10,7 +10,7 @@ Debian has a real /usr
DOC="Show system uptime, number of users, and load"
-W=${W-/bin/w}
-+W=${W-/usr/bin/w}
++W=${W-/usr/bin/w-hurd}
while :; do
case "$1" in