Rephrased the SSL warning in the install script, as POP3 now depends on SSL too.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9408 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Nathan Whitehorn 2004-10-19 03:33:55 +00:00
parent 8df71f7876
commit 123862f8f8

View File

@ -20,7 +20,7 @@ fi
if [[ `uname -m` == BePC ]] && test ! -e ~/config/lib/libssl.so; then
RETURN=`alert "You don't seem to have OpenSSL installed, which is required for IMAP." "Get OpenSSL" "I Don't Care"`
RETURN=`alert "You don't seem to have OpenSSL installed, which the mail daemon requires." "Get OpenSSL" "I Don't Care"`
if [[ $RETURN = "Get OpenSSL" ]]
then