summaryrefslogtreecommitdiff
path: root/mail/teapop/files/patch-ac
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2002-06-30 21:48:41 +0000
committerJim Mock <jim@FreeBSD.org>2002-06-30 21:48:41 +0000
commitbc6a683a0778b5661e83a7fad986c6e802dcd3d1 (patch)
treee8d2f87ab358629adb9e353e76a6efdac1b35390 /mail/teapop/files/patch-ac
parentLook for my.cnf in ${PREFIX}/etc rather than /etc. (diff)
Update to version 0.3.5. While I'm here, pass maintainership to
ports@FreeBSD.org. Update requested by: Gea-Suan Lin <gslin@Infomath.math.NCTU.edu.tw>
Notes
Notes: svn path=/head/; revision=62230
Diffstat (limited to 'mail/teapop/files/patch-ac')
-rw-r--r--mail/teapop/files/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/teapop/files/patch-ac b/mail/teapop/files/patch-ac
deleted file mode 100644
index ac6e0e40c71d..000000000000
--- a/mail/teapop/files/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
---- teapop/pop_lock.c.orig Sun Mar 31 09:12:59 2002
-+++ teapop/pop_lock.c Sun Mar 31 09:14:38 2002
-@@ -239,6 +239,10 @@
- {
- struct flock lock_data;
-
-+ /* xpinfo is unset if no mailbox is opened */
-+ if (xpinfo == NULL)
-+ return;
-+
- /* Maildir OR mbox */
- if (xpinfo->mboxtype == 1 || xpinfo->locktype & LOCK_DOTLOCK) {
- (void)unlink(xpinfo->dotlock);