diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-04-26 18:06:07 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-04-26 18:06:07 +0000 |
commit | 7f775bdc887c5f7ea98d7171b7c38b085bcc4de5 (patch) | |
tree | 3034bf9d0cff31b1197a35373b75327b4cc3ce85 /mail-mta/esmtp | |
parent | add Application to opera.desktop to show up in GNOME, bug #90508 (diff) | |
download | gentoo-2-7f775bdc887c5f7ea98d7171b7c38b085bcc4de5.tar.gz gentoo-2-7f775bdc887c5f7ea98d7171b7c38b085bcc4de5.tar.bz2 gentoo-2-7f775bdc887c5f7ea98d7171b7c38b085bcc4de5.zip |
fix mailer.conf
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-mta/esmtp')
-rw-r--r-- | mail-mta/esmtp/Manifest | 12 | ||||
-rw-r--r-- | mail-mta/esmtp/files/mailer.conf | 10 |
2 files changed, 6 insertions, 16 deletions
diff --git a/mail-mta/esmtp/Manifest b/mail-mta/esmtp/Manifest index f8cfc8e195f9..24f5cfed3b36 100644 --- a/mail-mta/esmtp/Manifest +++ b/mail-mta/esmtp/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 56741e27828d3290ba9d737f01d4e7dd esmtp-0.5.0-r1.ebuild 1039 MD5 90d397985e999ce4d33e3c19c5eac5fa esmtp-0.5.0-r2.ebuild 898 MD5 f7cb8cb9f3865b8490784699e92bbc6c ChangeLog 1594 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 c99a26bd6ed6b3b450d77f9c3ef0e823 files/digest-esmtp-0.5.0-r1 64 MD5 c99a26bd6ed6b3b450d77f9c3ef0e823 files/digest-esmtp-0.5.0-r2 64 -MD5 1288d6fd07e3533a4a77d3ce14964442 files/mailer.conf 294 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCbiu/ViELBEf1JB0RAsKBAJ0UF5DIy9zm+ePIG6EbGCyu7sTsPACfcct7 -xwM0KoBj7kdlVLWDvd2+ALc= -=9lbO ------END PGP SIGNATURE----- +MD5 dd9819ed49591bb161487c5ff4d11637 files/mailer.conf 290 diff --git a/mail-mta/esmtp/files/mailer.conf b/mail-mta/esmtp/files/mailer.conf index 72ed19d7e39e..9f306b4da7ba 100644 --- a/mail-mta/esmtp/files/mailer.conf +++ b/mail-mta/esmtp/files/mailer.conf @@ -1,8 +1,8 @@ -# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/files/mailer.conf,v 1.1 2005/04/26 11:53:13 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/files/mailer.conf,v 1.2 2005/04/26 18:06:07 ferdy Exp $ # Execute the "real" sendmail program from esmtp # -sendmail /usr/bin/sendmail.ebsmtp -send-mail /usr/bin/sendmail.ebsmtp -mailq /usr/bin/mailq.ebsmtp -newaliases /usr/bin/newaliases.ebsmtp +sendmail /usr/bin/sendmail.esmtp +send-mail /usr/bin/sendmail.esmtp +mailq /usr/bin/mailq.esmtp +newaliases /usr/bin/newaliases.esmtp |