diff options
author | 2001-04-21 11:17:11 +0000 | |
---|---|---|
committer | 2001-04-21 11:17:11 +0000 | |
commit | e139d82246ce94e298530a8b3dae0790e71a150f (patch) | |
tree | 6c1f10797bdcbaef330c32852686fb75c093224b /net-nds | |
parent | Improved start script, added RDEPEND's (diff) | |
download | historical-e139d82246ce94e298530a8b3dae0790e71a150f.tar.gz historical-e139d82246ce94e298530a8b3dae0790e71a150f.tar.bz2 historical-e139d82246ce94e298530a8b3dae0790e71a150f.zip |
*** empty log message ***
Diffstat (limited to 'net-nds')
-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 |