diff options
author | rsc <devnull@localhost> | 2006-09-17 20:52:18 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-09-17 20:52:18 +0000 |
commit | ec270e2d09a8eacadc3061573f8bade8e7132d23 (patch) | |
tree | ec32d5a7077b1d0d712125d4fff7b75acf1033dd /lp | |
parent | f3435ec58b8e5e2b403ba5040392495ef9727233 (diff) | |
download | plan9port-ec270e2d09a8eacadc3061573f8bade8e7132d23.tar.gz plan9port-ec270e2d09a8eacadc3061573f8bade8e7132d23.tar.bz2 plan9port-ec270e2d09a8eacadc3061573f8bade8e7132d23.zip |
remove bind
Diffstat (limited to 'lp')
-rwxr-xr-x | lp/stat/generic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lp/stat/generic b/lp/stat/generic index 67cfaf1a..c1b1ba25 100755 --- a/lp/stat/generic +++ b/lp/stat/generic @@ -9,7 +9,7 @@ if (~ $THIS_HOST $DEST_HOST) { cd $LPSPOOL if (test -d $LPDEST) { once='' - for (i in `{bind -b $LPLIB/sched /bin;$SCHED $LPDEST}) { + for (i in `{lpsub sched $SCHED $LPDEST}) { if (~ $once '') { echo echo queue on $THIS_HOST: |