wok rev 1166

postfix: fix depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 30 12:09:40 2008 +0000 (2008-07-30)
parents d2ed22109d90
children 65a6365f0550
files postfix/receipt postfix/stuff/etc/init.d/postfix
line diff
     1.1 --- a/postfix/receipt	Wed Jul 30 11:58:18 2008 +0000
     1.2 +++ b/postfix/receipt	Wed Jul 30 12:09:40 2008 +0000
     1.3 @@ -8,8 +8,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.postfix.org/"
     1.6  WGET_URL="ftp://mir1.ovh.net/ftp.postfix.org/postfix-release/official/$TARBALL"
     1.7 -BUILD_DEPENDS="db-dev openldap-dev pcre-dev"
     1.8 -DEPENDS="libdb libldap pcre"
     1.9 +BUILD_DEPENDS="db-dev openldap-dev pcre-dev openssl-dev"
    1.10 +DEPENDS="libdb libldap pcre openssl"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
     2.1 --- a/postfix/stuff/etc/init.d/postfix	Wed Jul 30 11:58:18 2008 +0000
     2.2 +++ b/postfix/stuff/etc/init.d/postfix	Wed Jul 30 12:09:40 2008 +0000
     2.3 @@ -10,7 +10,7 @@
     2.4  
     2.5  NAME=Postfix
     2.6  DESC="SMTP server"
     2.7 -DAEMON=/usr/libexec/master
     2.8 +DAEMON=/usr/libexec/postfix/master
     2.9  OPTIONS=$POSTFIX_OPTIONS
    2.10  PIDFILE=/var/spool/postfix/pid/master.pid
    2.11