summaryrefslogtreecommitdiff
path: root/debian/patches/uptime_w_path_fix.patch
blob: 3d5f1c39e3627208a18840cc2cb1e2f172bb04ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Debian has a real /usr
---
 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}
 
 while :; do
   case "$1" in