mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
remove bind
This commit is contained in:
parent
f3435ec58b
commit
ec270e2d09
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue