summaryrefslogtreecommitdiff
path: root/hebrew/pine/files/patch-aw
diff options
context:
space:
mode:
Diffstat (limited to 'hebrew/pine/files/patch-aw')
-rw-r--r--hebrew/pine/files/patch-aw12
1 files changed, 12 insertions, 0 deletions
diff --git a/hebrew/pine/files/patch-aw b/hebrew/pine/files/patch-aw
new file mode 100644
index 000000000000..ae3ad3c1e484
--- /dev/null
+++ b/hebrew/pine/files/patch-aw
@@ -0,0 +1,12 @@
+--- imap/src/osdep/unix/env_unix.c.orig Sun Oct 10 13:43:21 1999
++++ imap/src/osdep/unix/env_unix.c Wed Oct 13 20:11:32 1999
+@@ -825,7 +825,8 @@
+ }
+ close (pi[0]); close (pi[1]);
+ }
+- if (lockEaccesError) {/* punt silently if paranoid site */
++ if (strncmp(base->lock,"/var/mail/",10) && lockEaccesError) {
++ /* punt silently if paranoid site */
+ sprintf (tmp,"Mailbox vulnerable - directory %.80s",hitch);
+ if (s = strrchr (tmp,'/')) *s = '\0';
+ strcat (tmp," must have 1777 protection");