ports/160257: [patch] mail/ssmtp: pkg-message needs further description for package installs

Sam Cassiba sam at cassiba.com
Sun Aug 28 15:30:15 UTC 2011


>Number:         160257
>Category:       ports
>Synopsis:       [patch] mail/ssmtp: pkg-message needs further description for package installs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 28 15:30:14 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sam Cassiba
>Release:        n/a
>Organization:
>Environment:
n/a
>Description:
When installing ssmtp from a package, there is no mention of what "make replace" does. This patch adds that additional information into pkg-message
>How-To-Repeat:
Install ssmtp from package
>Fix:
See included patch

Patch attached with submission follows:

--- ssmtp/files/pkg-message.in.orig	2008-11-19 15:23:49.000000000 -0600
+++ ssmtp/files/pkg-message.in	2011-08-28 10:25:29.793091010 -0500
@@ -1,6 +1,15 @@
 sSMTP has been installed successfully.
 
-To replace sendmail with ssmtp type "make replace"
+To replace sendmail with ssmtp type "make replace" or change 
+your /etc/mail/mailer.conf to:
+
+sendmail	/usr/local/sbin/ssmtp
+send-mail	/usr/local/sbin/ssmtp
+mailq		/usr/local/sbin/ssmtp
+newaliases	/usr/local/sbin/ssmtp
+hoststat	/usr/bin/true
+purgestat	/usr/bin/true
+
 
 However, before you can use the program, you should copy the files
 "revaliases.sample" and "ssmtp.conf.sample" in %%PREFIX%%/etc/ssmtp


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list