diff options
author | 2004-08-15 23:51:22 +0000 | |
---|---|---|
committer | 2004-08-15 23:51:22 +0000 | |
commit | 6e68ae042702acd169ce4093e7f8f0db3bacc83d (patch) | |
tree | 5c3995dfa7c18d1f4e37f82d0f75dd12e54d57f5 /mail-mta/postfix/files | |
parent | Changing net-www/squid to www-proxy/squid in depends (Manifest recommit) (diff) | |
download | gentoo-2-6e68ae042702acd169ce4093e7f8f0db3bacc83d.tar.gz gentoo-2-6e68ae042702acd169ce4093e7f8f0db3bacc83d.tar.bz2 gentoo-2-6e68ae042702acd169ce4093e7f8f0db3bacc83d.zip |
stable 2.1.3
Diffstat (limited to 'mail-mta/postfix/files')
-rw-r--r-- | mail-mta/postfix/files/digest-postfix-2.1.3 | 5 | ||||
-rw-r--r-- | mail-mta/postfix/files/postfix.rc6 | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/mail-mta/postfix/files/digest-postfix-2.1.3 b/mail-mta/postfix/files/digest-postfix-2.1.3 index ce5b7baaf1bc..0a294e55802b 100644 --- a/mail-mta/postfix/files/digest-postfix-2.1.3 +++ b/mail-mta/postfix/files/digest-postfix-2.1.3 @@ -1,7 +1,4 @@ -MD5 286856c9597cfa244c3b6133dce12749 postfix-2.1.0.tar.gz 1992845 -MD5 8c4fe863f3c11b6e89181ff208af88b6 postfix-2.1-patch01.gz 1599 -MD5 7944f4ed461158e3bce9e71a81baf544 postfix-2.1-patch02.gz 12662 -MD5 8cabea35416f48feab17bffc465c5956 postfix-2.1-patch03.gz 4111 +MD5 1f515b0d80cd1f9db0113240bf36f248 postfix-2.1.3.tar.gz 1971632 MD5 36f37634a71bed0a1bdae5061d4d6370 postfix-2.1.3.patch.gz 6924 MD5 d3211ebd4d2fbbc9c78235666ed355ac pfixtls-0.8.18-2.1.3-0.9.7d.tar.gz 239141 MD5 cd99ff3ddf9bb88e23a7e33ae42d0772 ipv6-1.25-pf-2.1.3.patch.gz 79473 diff --git a/mail-mta/postfix/files/postfix.rc6 b/mail-mta/postfix/files/postfix.rc6 index 58000efb7134..42f98aa0771b 100644 --- a/mail-mta/postfix/files/postfix.rc6 +++ b/mail-mta/postfix/files/postfix.rc6 @@ -1,13 +1,13 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/files/postfix.rc6,v 1.2 2004/07/14 22:33:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/files/postfix.rc6,v 1.3 2004/08/15 23:51:22 langthang Exp $ opts="${opts} reload" depend() { need net - use logger dns ypbind + use logger dns ypbind amavis mysql provide mta } |