aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-05 23:26:02 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-05 23:26:02 +0000
commit3770080f6f507a9e8b332b43187724e171540a57 (patch)
tree8e4be28a24068b2da464b1bee6022ef4bdcbd669 /mail
parente79f5510e82ab22138416a6af3e53798cec40b1a (diff)
downloadslackbuilds-3770080f6f507a9e8b332b43187724e171540a57.tar.gz
slackbuilds-3770080f6f507a9e8b332b43187724e171540a57.tar.bz2
postfix fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@890 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'mail')
-rwxr-xr-xmail/mta/postfix/postfix.SlackBuild2
-rw-r--r--mail/mta/postfix/slack-required3
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/mta/postfix/postfix.SlackBuild b/mail/mta/postfix/postfix.SlackBuild
index 216c6afa..f5132c65 100755
--- a/mail/mta/postfix/postfix.SlackBuild
+++ b/mail/mta/postfix/postfix.SlackBuild
@@ -73,7 +73,7 @@ if [ "$RTOOL" == "wget" ]; then
wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
fi
if [ ! -f "$SRC_DIR/$VDA" ]; then
- wget "$VDA_URL" -O "$SRC_DIR/$VDA" || exit $ERROR_WGET
+ wget "$VDA_URL" -O "$SRC_DIR/$VDA" # || exit $ERROR_WGET
fi
if [ ! -f "$SRC_DIR/$SRC.sig" ]; then
wget "$URL.sig" -O "$SRC_DIR/$SRC.sig" || exit $ERROR_WGET
diff --git a/mail/mta/postfix/slack-required b/mail/mta/postfix/slack-required
index 40c7570a..7d28ba71 100644
--- a/mail/mta/postfix/slack-required
+++ b/mail/mta/postfix/slack-required
@@ -1,6 +1,7 @@
glibc-solibs >= 2.3.5-i486-5
mysql >= 4.1.14-i486-1
-openssl >= 0.9.7g-i486-2 | openssl-solibs >= 0.9.7g-i486-2
+openssl >= 0.9.7g-i486-2
+openssl-solibs >= 0.9.7g-i486-2
pcre >= 6.4-i486-1
zlib >= 1.2.3-i486-1
libgpg-error