summaryrefslogtreecommitdiff
path: root/debian/patches/uptime_w_path_fix.patch
blob: a2e595efdf7ddb239b72c8d3568ce2a297126dc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Debian has a real /usr and uses w-hurd file name
---
 utils/uptime.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/utils/uptime.sh
+++ b/utils/uptime.sh
@@ -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-hurd}
 
 while :; do
   case "$1" in