From: Stig Bakken Date: Tue, 27 Jul 1999 13:10:15 +0000 (+0000) Subject: forgot to mention the password X-Git-Tag: php-4.0b2~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55b31d5103f8b555fad2b2b338338513d20d6e6c;p=php forgot to mention the password --- diff --git a/buildconf b/buildconf index d4c60eb2d5..1524dfff55 100755 --- a/buildconf +++ b/buildconf @@ -80,6 +80,7 @@ if test ! -d libzend; then echo " libzend should be installed in . or .., how to fetch:" echo "" echo " cvs -d :pserver:cvsread@cvs.zend.com:/repository login" + echo " (password \"zend\")" echo " cvs -d :pserver:cvsread@cvs.zend.com:/repository co libzend" echo "" exit 1 @@ -94,6 +95,7 @@ if test ! -d TSRM; then echo " TSRM should be installed in . or .., how to fetch:" echo "" echo " cvs -d :pserver:cvsread@cvs.zend.com:/repository login" + echo " (password \"zend\")" echo " cvs -d :pserver:cvsread@cvs.zend.com:/repository co TSRM" echo "" exit 1