summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-21 11:17:11 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-21 11:17:11 +0000
commite139d82246ce94e298530a8b3dae0790e71a150f (patch)
tree6c1f10797bdcbaef330c32852686fb75c093224b /net-nds
parentImproved start script, added RDEPEND's (diff)
downloadhistorical-e139d82246ce94e298530a8b3dae0790e71a150f.tar.gz
historical-e139d82246ce94e298530a8b3dae0790e71a150f.tar.bz2
historical-e139d82246ce94e298530a8b3dae0790e71a150f.zip
*** empty log message ***
Diffstat (limited to 'net-nds')
-rwxr-xr-xnet-nds/ypbind/files/ypbind1
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