# HG changeset patch # User Pascal Bellard # Date 1217419780 0 # Node ID 327fe5ea9abb25649148068a554e8efb62f80a9d # Parent d2ed22109d901f59bc3451fd153f08c21d18b3d1 postfix: fix depends diff -r d2ed22109d90 -r 327fe5ea9abb postfix/receipt --- a/postfix/receipt Wed Jul 30 11:58:18 2008 +0000 +++ b/postfix/receipt Wed Jul 30 12:09:40 2008 +0000 @@ -8,8 +8,8 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.postfix.org/" WGET_URL="ftp://mir1.ovh.net/ftp.postfix.org/postfix-release/official/$TARBALL" -BUILD_DEPENDS="db-dev openldap-dev pcre-dev" -DEPENDS="libdb libldap pcre" +BUILD_DEPENDS="db-dev openldap-dev pcre-dev openssl-dev" +DEPENDS="libdb libldap pcre openssl" # Rules to configure and make the package. compile_rules() diff -r d2ed22109d90 -r 327fe5ea9abb postfix/stuff/etc/init.d/postfix --- a/postfix/stuff/etc/init.d/postfix Wed Jul 30 11:58:18 2008 +0000 +++ b/postfix/stuff/etc/init.d/postfix Wed Jul 30 12:09:40 2008 +0000 @@ -10,7 +10,7 @@ NAME=Postfix DESC="SMTP server" -DAEMON=/usr/libexec/master +DAEMON=/usr/libexec/postfix/master OPTIONS=$POSTFIX_OPTIONS PIDFILE=/var/spool/postfix/pid/master.pid