Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7448 - ssmtp ebuild issue (/usr/bin/mail)
Summary: ssmtp ebuild issue (/usr/bin/mail)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-04 03:17 UTC by Mike Javorski
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Updated ebuild to fix /usr/bin/mail symlink issue (ssmtp-2.38.14-r2.ebuild,1.38 KB, text/plain)
2002-09-04 03:18 UTC, Mike Javorski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Javorski 2002-09-04 03:17:11 UTC
The current ssmtp ebuild (ssmtp-2.38.14-r1) creates a symlink to the sendmail
program from /usr/bin/mail.  This should be removed as the sendmail command does
not support the same syntax as the mail command. 

This also overrides the /bin/mail command (due to PATH order) provided by the
mailx ebuild (which does support the mail command syntax correctly)

This "issue" can be simply resolved by removing the following line from the ebuild.

 dosym /usr/sbin/ssmtp /usr/bin/mail

I will attach a new ebuild with this change performed.

- Mike
Comment 1 Mike Javorski 2002-09-04 03:18:47 UTC
Created attachment 3639 [details]
Updated ebuild to fix /usr/bin/mail symlink issue
Comment 2 Mike Javorski 2002-09-04 03:20:25 UTC
Attachment should have been called: ssmtp-2.38.14-r2.ebuild - Sorry.
Comment 3 Nick Hadaway 2002-09-05 10:19:58 UTC
The ebuild has been updated.  It should be available in portage within 24 hours.
I did not make a new revision as it is not a significant enough change in the
ebuild.  Thanks for reporting the bug!