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
|
cd $LPSPOOL
|
||||||
if (test -d $LPDEST) {
|
if (test -d $LPDEST) {
|
||||||
once=''
|
once=''
|
||||||
for (i in `{bind -b $LPLIB/sched /bin;$SCHED $LPDEST}) {
|
for (i in `{lpsub sched $SCHED $LPDEST}) {
|
||||||
if (~ $once '') {
|
if (~ $once '') {
|
||||||
echo
|
echo
|
||||||
echo queue on $THIS_HOST:
|
echo queue on $THIS_HOST:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue