diff options
| author | Paul Buetow <paul@buetow.org> | 2010-12-04 12:26:37 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-12-04 12:26:37 +0000 |
| commit | 405dec6f0b9832ed66d9826497f2e729b959310a (patch) | |
| tree | 3e1579abe566bc8bf1af29ca2aa6c759bc74a4c3 /loadbars.pl | |
| parent | 83b3f711105314c076bdfd631070a4aee66e32ee (diff) | |
corrected linprocfs
Diffstat (limited to 'loadbars.pl')
| -rwxr-xr-x | loadbars.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loadbars.pl b/loadbars.pl index 197178d..eb44586 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -52,7 +52,7 @@ use threads::shared; use constant { DEPTH => 8, PROMPT => 'loadbars> ', - VERSION => 'loadbars v0.1-beta8-pre4', + VERSION => 'loadbars v0.1-beta8-pre5', COPYRIGHT => '2010 (c) Paul Buetow <loadbars@mx.buetow.org>', NULL => 0, MSG_SET_DIMENSION => 1, @@ -107,7 +107,7 @@ sub thr_get_stat ($) { if [ -e /proc/stat ]; then proc=/proc/stat else - proc=/usr/compat/linux/proc/stat + proc=/compat/linux/proc/stat fi for i in \$(seq $CONF{samples}); do |
