diff options
Diffstat (limited to 'net-nds/ypbind')
-rwxr-xr-x | net-nds/ypbind/files/ypbind | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-nds/ypbind/files/ypbind b/net-nds/ypbind/files/ypbind index c032342bf1c4..84f905387349 100755 --- a/net-nds/ypbind/files/ypbind +++ b/net-nds/ypbind/files/ypbind @@ -22,7 +22,6 @@ start() { for i in 0 1 2 3 4 5 6 7 8 9 do ypwhich &>/dev/null && { notfound=0; break; }; - echo -n " ." sleep 1; eend 0 done |