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:
@@ -20,7 +20,7 @@ fi
|
|||||||
|
|
||||||
if [[ `uname -m` == BePC ]] && test ! -e ~/config/lib/libssl.so; then
|
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" ]]
|
if [[ $RETURN = "Get OpenSSL" ]]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user