Bug 21900 - smail port suggests overwriting of sendmail
Summary: smail port suggests overwriting of sendmail
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: torstenb
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-10-11 01:40 UTC by wolfgang
Modified: 2001-09-21 18:15 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wolfgang 2000-10-11 01:40:01 UTC
	The make procedure for the smail port (/usr/ports/mail/smail)
	outputs a suggestion to the user to enter "make replace" to
	replace sendmail on the system. A "make replace" actually does
	replace /usr/sbin/sendmail, which is nowadays a symlink to
	mailwrapper. The right action would be to replace the
	/etc/mail/mailer.conf with a version pointing to smail,
	at least at systems using mailwrapper (FreeBSD >= 4.x ?).

Fix: 

Change Makefile to replace /etc/mail/mailer.conf instead of
	/usr/sbin/sendmail on calling "make replace", if the former exists.
How-To-Repeat: 
	cd /usr/ports/mail/smail
	make install
	make replace
Comment 1 Ade Lovett freebsd_committer freebsd_triage 2000-10-12 22:13:09 UTC
Responsible Changed
From-To: freebsd-ports->torstenb

Over to maintainer
Comment 2 Pete Fritchman freebsd_committer freebsd_triage 2001-09-21 18:14:37 UTC
State Changed
From-To: open->closed

Fixed, thanks!