summaryrefslogtreecommitdiff
path: root/mail/mh/files/patch-ab
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-04-27 19:16:48 +0000
committerPaul Traina <pst@FreeBSD.org>1996-04-27 19:16:48 +0000
commit6cc416dad8a8c3a6b9917d3bfc5cbc18660db5f1 (patch)
tree9ff2bc5a4329a0c76c10cee3e1d7a665fb9f8746 /mail/mh/files/patch-ab
parentBring in the imaze port with NO_CDROM set (if we get permission, we'll change (diff)
Merge Mark's changes and my previous changes together to provide a 6.8.4
with the same functionality as 6.8.3.
Notes
Notes: svn path=/head/; revision=3041
Diffstat (limited to 'mail/mh/files/patch-ab')
-rw-r--r--mail/mh/files/patch-ab41
1 files changed, 16 insertions, 25 deletions
diff --git a/mail/mh/files/patch-ab b/mail/mh/files/patch-ab
index 83395d7de31b..b5d02ae2d62c 100644
--- a/mail/mh/files/patch-ab
+++ b/mail/mh/files/patch-ab
@@ -1,25 +1,16 @@
-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
+*** folder.c.orig Tue Nov 30 20:01:36 1993
+--- uip/folder.c Fri Jul 1 13:11:16 1994
+***************
+*** 551,556 ****
+--- 551,561 ----
+
+ base = strcmp (name, "./") ? name : name + 2;/* hack */
+
++ /* short-cut to see if directory has any sub-directories */
++
++ if (stat (name, &st) != NOTOK && st.st_nlink == 2)
++ return;
++
+ if ((dd = opendir (name)) == NULL) {
+ admonish (name, "unable to read directory ");
+ return;