diff options
author | Paul Traina <pst@FreeBSD.org> | 1994-10-04 23:32:54 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1994-10-04 23:32:54 +0000 |
commit | 47ed59f7d12eda197b1a83bd4c996aa9ad28ff79 (patch) | |
tree | 4eba445d32be2f92f62ebb07b229d07ff599d7b7 /mail/mh/files/patch-aa | |
parent | Add an install prefix for packages, so that they're built by default (diff) |
MH 6.8.3 port
Notes
Notes:
svn path=/head/; revision=177
Diffstat (limited to 'mail/mh/files/patch-aa')
-rw-r--r-- | mail/mh/files/patch-aa | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/mail/mh/files/patch-aa b/mail/mh/files/patch-aa new file mode 100644 index 000000000000..2819ec54a471 --- /dev/null +++ b/mail/mh/files/patch-aa @@ -0,0 +1,31 @@ +*** /dev/null Tue Oct 4 16:00:58 1994 +--- conf/FreeBSD Tue Oct 4 15:18:03 1994 +*************** +*** 0 **** +--- 1,26 ---- ++ # @(#)$Id: MH,v 1.7 1990/04/06 09:44:31 sources Exp $ ++ # FreeBSD running sendmail ++ ++ bin /usr/local/bin ++ etc /usr/local/lib/mh ++ mandir /usr/local/man ++ mail /var/mail ++ chown /usr/sbin/chown ++ mts sendmail/smtp ++ cc cc ++ signal void ++ ++ # Good options for all MH installations (personal preferences) ++ options ATHENA DUMB FOLDPROT='"0700"' MHE MHRC RPATHS SBACKUP='"\\043"' ++ ++ # 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 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 APOP='"/etc/pop.auth"' MPOP RPOP ++ #ldoptlibs -lcrypt |