diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1995-08-16 04:08:02 +0800 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1995-08-16 04:08:02 +0800 |
commit | 509ca8bc46f417fd24f16bc8014b763299576d63 (patch) | |
tree | 35078463a734822e595fc726331c666dd16715d7 /mail/mh | |
parent | 7343cbbccd6acb178e369f59d4f16ec21033ef89 (diff) | |
download | freebsd-ports-gnome-509ca8bc46f417fd24f16bc8014b763299576d63.tar.gz freebsd-ports-gnome-509ca8bc46f417fd24f16bc8014b763299576d63.tar.zst freebsd-ports-gnome-509ca8bc46f417fd24f16bc8014b763299576d63.zip |
Take out the APOP option from the default config (even though it
was commented out). APOP causes problems if you try to compile
with it optioned in.
Diffstat (limited to 'mail/mh')
-rw-r--r-- | mail/mh/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mh/files/patch-aa b/mail/mh/files/patch-aa index 2819ec54a471..793bcaded6b0 100644 --- a/mail/mh/files/patch-aa +++ b/mail/mh/files/patch-aa @@ -3,7 +3,7 @@ *************** *** 0 **** --- 1,26 ---- -+ # @(#)$Id: MH,v 1.7 1990/04/06 09:44:31 sources Exp $ ++ # @(#)$Id: patch-aa,v 1.1.1.1 1994/10/04 23:32:54 pst Exp $ + # FreeBSD running sendmail + + bin /usr/local/bin @@ -27,5 +27,5 @@ + # free to customize it. + #pop on + #popdir /usr/local/libexec -+ #options APOP='"/etc/pop.auth"' MPOP RPOP ++ #options MPOP RPOP + #ldoptlibs -lcrypt |