diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-09-23 13:15:00 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-09-23 13:15:00 +0000 |
commit | 8c3b705cb9d14f4d83d721d6d066adbdd1017b13 (patch) | |
tree | b583a9c7f7e9cf05a9f8cf10739d17cc341a2ff1 /net-mail | |
parent | added sparc/sparc64 keywords (diff) | |
download | historical-8c3b705cb9d14f4d83d721d6d066adbdd1017b13.tar.gz historical-8c3b705cb9d14f4d83d721d6d066adbdd1017b13.tar.bz2 historical-8c3b705cb9d14f4d83d721d6d066adbdd1017b13.zip |
Modified build to install the /var/spool/postfix/hold directory.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/postfix/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/postfix/postfix-1.1.11.20020917.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-mail/postfix/ChangeLog b/net-mail/postfix/ChangeLog index 42c4692e28f4..4f24ce3c7ade 100644 --- a/net-mail/postfix/ChangeLog +++ b/net-mail/postfix/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for net-mail/postfix # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.37 2002/09/20 14:14:20 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.38 2002/09/23 13:15:00 raker Exp $ *postfix-1.1.11.20020917 (19 Sep 2002) + 23 Sep 2002; Nick Hadaway <raker@gentoo.org> + postfix-1.1.11.20020917.ebuild : + Added /var/spool/postfix/hold directory to install. This seems to fix + some postfix start problems. + 20 Sep 2002; Nick Hadaway <raker@gentoo.org> postfix-1.1.11.20020917.ebuild : Updated postfix SRC_URI to the pfixtls site. I have also copied files diff --git a/net-mail/postfix/postfix-1.1.11.20020917.ebuild b/net-mail/postfix/postfix-1.1.11.20020917.ebuild index 7651754c6f67..bce4f724474e 100644 --- a/net-mail/postfix/postfix-1.1.11.20020917.ebuild +++ b/net-mail/postfix/postfix-1.1.11.20020917.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-1.1.11.20020917.ebuild,v 1.2 2002/09/20 14:14:21 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-1.1.11.20020917.ebuild,v 1.3 2002/09/23 13:15:00 raker Exp $ PF_PV=1.1.11-20020917 PF_P=postfix-${PF_PV} @@ -112,7 +112,8 @@ src_compile() { src_install () { - dodir /usr/bin /usr/sbin /usr/lib/postfix /etc/postfix/sample + dodir /usr/bin /usr/sbin /usr/lib/postfix /etc/postfix/sample \ + /var/spool/postfix/hold cd ${S}/bin dosbin post* sendmail |