summaryrefslogtreecommitdiff
path: root/mail/procmail/files/patch-aj
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:20:38 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:20:38 +0000
commit8e7fd48a294d7d6e54c6d07989807cff33ab19bd (patch)
tree0e35601cdb966c752e15cc4e5381c7e20e13fd50 /mail/procmail/files/patch-aj
parentscience/sigrok-cli: update to 0.5.0 (diff)
Rename mail/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'mail/procmail/files/patch-aj')
-rw-r--r--mail/procmail/files/patch-aj11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/procmail/files/patch-aj b/mail/procmail/files/patch-aj
deleted file mode 100644
index 02d3e9a9ba74..000000000000
--- a/mail/procmail/files/patch-aj
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/comsat.c.orig Tue Sep 11 08:55:46 2001
-+++ src/comsat.c Wed Nov 17 09:44:12 2004
-@@ -120,7 +120,7 @@
- { int s;const char*p;
- if(!csvalid||!buf) /* is comat on and set to a valid address? */
- return;
-- if(!*cslgname||strlen(cslgname)+2>linebuf) /* is $LOGNAME bogus? */
-+ if(!cslgname||!*cslgname||strlen(cslgname)+2>linebuf) /* is $LOGNAME bogus? */
- return;
- if(!(p=folder?folder:cslastf)) /* do we have a folder? */
- return;