diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-04-27 17:43:54 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-04-27 17:43:54 +0000 |
commit | 13053f004acdce6151d396fc933485a4a0182b58 (patch) | |
tree | 843624e881c16a0e3dbdf4bfddb0bdd431eb7110 /mail/mh/files/patch-ab | |
parent | Formatting and cosmetic changes only. (diff) |
Add POP services to MH. Mercifully, this is actually quite light on bloat.
Also add some repairs to the slocal .maildelivery db file system for
BSD4.4.
Submitted by: Paul Traina (.maildelivery repairs)
Notes
Notes:
svn path=/head/; revision=3037
Diffstat (limited to 'mail/mh/files/patch-ab')
-rw-r--r-- | mail/mh/files/patch-ab | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/mh/files/patch-ab b/mail/mh/files/patch-ab new file mode 100644 index 000000000000..83395d7de31b --- /dev/null +++ b/mail/mh/files/patch-ab @@ -0,0 +1,25 @@ +diff -udr ../mh-6.8.3.ORG/conf/FreeBSD ./conf/FreeBSD +--- ../mh-6.8.3.ORG/conf/FreeBSD Sat Apr 27 18:53:50 1996 ++++ ./conf/FreeBSD Sat Apr 27 18:48:58 1996 +@@ -27,14 +27,16 @@ + # + # POP + # +-#pop on +-#popdir /usr/local/libexec ++pop on ++popdir /usr/local/libexec ++ldoptlibs -lcrypt ++options POP2 ++options RPOP ++options POPSERVICE='"pop3"' + #options APOP='"/usr/local/etc/pop.auth"' + #options DPOP + #options MPOP +-#options POP2 +-#options RPOP +-#options POPSERVICE='"pop3"' ++#options KPOP + # + # + #bboards nntp |