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
commite6ee9f1dbf7d2ea1d04885f59c8c3d4b86266735 (patch)
tree2f6a44c21ab157ce1b5de41f08262d1d84e512ff /net-nds/ypbind
parentImproved start script, added RDEPEND's (diff)
downloadgentoo-2-e6ee9f1dbf7d2ea1d04885f59c8c3d4b86266735.tar.gz
gentoo-2-e6ee9f1dbf7d2ea1d04885f59c8c3d4b86266735.tar.bz2
gentoo-2-e6ee9f1dbf7d2ea1d04885f59c8c3d4b86266735.zip
*** empty log message ***
Diffstat (limited to 'net-nds/ypbind')
-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