diff options
author | Paul Traina <pst@FreeBSD.org> | 1996-02-23 01:25:09 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1996-02-23 01:25:09 +0000 |
commit | d260a31f0ace4be7662a67bf6f6180ad741eee3f (patch) | |
tree | ed90dd1ab6fe79233134a76e7c3570c8a178bc24 /mail/mh/files/patch-aa | |
parent | Upgrade to 1.0.3 (diff) |
Fix shared library linking (again).
Fix and enable pop support code.
Fix and enable slocal msgid support code (eliminates duplicates) if .db file
present.
Diffstat (limited to 'mail/mh/files/patch-aa')
-rw-r--r-- | mail/mh/files/patch-aa | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/mh/files/patch-aa b/mail/mh/files/patch-aa index 793bcaded6b0..d450a4342054 100644 --- a/mail/mh/files/patch-aa +++ b/mail/mh/files/patch-aa @@ -1,9 +1,9 @@ -*** /dev/null Tue Oct 4 16:00:58 1994 ---- conf/FreeBSD Tue Oct 4 15:18:03 1994 +*** /dev/null Thu Feb 22 04:05:03 1996 +--- conf/FreeBSD Thu Feb 22 10:22:22 1996 *************** *** 0 **** --- 1,26 ---- -+ # @(#)$Id: patch-aa,v 1.1.1.1 1994/10/04 23:32:54 pst Exp $ ++ # @(#)$Id: patch-aa,v 1.2 1995/08/15 20:08:02 gpalmer Exp $ + # FreeBSD running sendmail + + bin /usr/local/bin @@ -20,12 +20,12 @@ + + # FreeBSD specific options (for FreeBSD-1.x, remove BSD44) + options BSD42 BSD43 BSD44 WAITINT UNISTD VSPRINTF MORE='"/usr/bin/more"' -+ options NORUSERPASS DBMPWD POSIX NTOHLSWAP SYS5DIR OVERHEAD ++ options NORUSERPASS DBMPWD POSIX NTOHLSWAP SYS5DIR OVERHEAD MSGID FCNTL + options BIND MIME SENDMTS SMTP WHATNOW ZONEINFO + + # If you want POP support, this will help you get started, but feel + # free to customize it. -+ #pop on -+ #popdir /usr/local/libexec -+ #options MPOP RPOP -+ #ldoptlibs -lcrypt ++ pop on ++ popdir /usr/local/libexec ++ options RPOP APOP='"/usr/local/etc/pop.auth"' POPSERVICE='"pop3"' ++ ldoptlibs -lcrypt |