diff options
| author | iru <devnull@localhost> | 2011-04-14 00:19:51 -0300 |
|---|---|---|
| committer | iru <devnull@localhost> | 2011-04-14 00:19:51 -0300 |
| commit | dd468419f2fbaa2c3fec570a88d13e8eae8f3faf (patch) | |
| tree | d21a8922545dde7237e67dd68dc5742b0570259b /rc/bin/inst/watchfd | |
| parent | 715570c24e89cea414feb181be3aee65df1ceec5 (diff) | |
| download | plan9front-dd468419f2fbaa2c3fec570a88d13e8eae8f3faf.tar.xz | |
Change installer to use statusbar(8) instead of bargraph and remove the latter.
Diffstat (limited to 'rc/bin/inst/watchfd')
| -rwxr-xr-x | rc/bin/inst/watchfd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/inst/watchfd b/rc/bin/inst/watchfd index ca37294e3..d836abd8d 100755 --- a/rc/bin/inst/watchfd +++ b/rc/bin/inst/watchfd @@ -14,4 +14,4 @@ if(~ $textinst 1) { while(test -f /proc/$p/fd) grep '^ *'^$2^' ' /proc/$p/fd >[2]/dev/null -} | awk '{print $9 " '^$3^'"; fflush("/dev/stdout")}' | bargraph $baropt $4 +} | awk '{print $9 " '^$3^'"; fflush("/dev/stdout")}' | aux/statusbar $baropt $4 |
