diff options
author | Philip Balister <philip@balister.org> | 2007-01-18 15:15:25 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-01-18 15:15:25 +0000 |
commit | 585f4e7c27219d784cbed507eab188b91d9ad0f1 (patch) | |
tree | 77c2025f3ebdbac1c07e17bc923a4efb8fde9a5c /packages/postfix/postfix_2.0.20.bb | |
parent | 4e96c29dc9b9ea5f6652ed63bcfd82d912ab41b8 (diff) | |
parent | 419ef2d081af1db73844871ce0858abda1bf7ec9 (diff) |
merge of '16141cfb7ddd939f1759a94546b737b35c0ece43'
and 'c77de7a09c5852f1bfe63afbd011ef701c76bdf6'
Diffstat (limited to 'packages/postfix/postfix_2.0.20.bb')
-rw-r--r-- | packages/postfix/postfix_2.0.20.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/postfix/postfix_2.0.20.bb b/packages/postfix/postfix_2.0.20.bb index 117fd2fc61..280f073333 100644 --- a/packages/postfix/postfix_2.0.20.bb +++ b/packages/postfix/postfix_2.0.20.bb @@ -1,7 +1,7 @@ SECTION = "console/network" DEPENDS = "virtual/db libpcre postfix-native" LICENSE = "IPL" -PR = "r10" +PR = "r11" SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ file://${FILESDIR}/makedefs.patch;patch=1 \ @@ -9,6 +9,7 @@ SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV file://main.cf_2.0 \ file://volatiles \ file://postfix \ + file://internal_recipient \ " S = "${WORKDIR}/postfix-${PV}" @@ -47,6 +48,7 @@ do_install () { install -m 755 ${WORKDIR}/main.cf_2.0 ${D}${localstatedir}/tmp/main_cf.sh install -m 644 ${WORKDIR}/volatiles ${D}${sysconfdir}/default/volatiles/01_postfix install -m 755 ${WORKDIR}/postfix ${D}${sysconfdir}/init.d/postfix + install -m 644 ${WORKDIR}/internal_recipient ${D}${sysconfdir}/postfix/internal_recipient mv ${D}${sbindir}/sendmail ${D}${sbindir}/sendmail.${PN} } |