Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 1997 16:10:55 +0900 (JST)
From:      sanpei@yy.cs.keio.ac.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/4532: path of sendmail in MH
Message-ID:  <199709140710.QAA03502@lavender.sanpei.org>
Resent-Message-ID: <199709140720.AAA27461@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         4532
>Category:       ports
>Synopsis:       path of sendmail in MH
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 14 00:20:01 PDT 1997
>Last-Modified:
>Originator:     MIHIRA Yoshiro
>Organization:
Keio Univ.
>Release:        FreeBSD 2.2.2-RELEASE i386
>Environment:

	

>Description:

A sendmail path in MH(Message Handler) is mis-match for FreeBSD.


>How-To-Repeat:

	

>Fix:

apply this patch.
	
diff -urN mh.org/patches/patch-ai mh/patches/patch-ai
--- mh.org/patches/patch-ai	Thu Jan  1 09:00:00 1970
+++ mh/patches/patch-ai	Fri Sep 12 00:09:07 1997
@@ -0,0 +1,15 @@
+--- conf/config/mts.c.org	Wed Sep 10 12:07:03 1997
++++ conf/config/mts.c	Wed Sep 10 12:32:32 1997
+@@ -119,7 +119,12 @@
+ 
+ #ifdef	SENDMTS
+ char   *hostable = "@(MHETCPATH)/hosts";
++#ifdef __FreeBSD__
++#include <paths.h>
++char   *sendmail = _PATH_SENDMAIL;
++#else
+ char   *sendmail = "/usr/lib/sendmail";
++#endif /* __FreeBSD__ */
+ #endif /* SENDMTS */
+ 
+ 

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709140710.QAA03502>