summaryrefslogtreecommitdiff
path: root/debian/patches/uptime_w_path_fix.patch
blob: 89afa14ce0651ee83924e087e5a4129fc8db737e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- hurd-20080921/utils/uptime.sh.orig	2008-09-26 19:20:53.000000000 +0200
+++ hurd-20080921/utils/uptime.sh	2008-09-26 19:21:01.000000000 +0200
@@ -25,7 +25,7 @@
 USAGE="Usage: $0 [OPTION...]"
 DOC="Show system uptime, number of users, and load"
 
-W=${W-/bin/w}
+W=${W-/usr/bin/w}
 
 while :; do
   case "$1" in