summaryrefslogtreecommitdiff
path: root/mail/wmmail
diff options
context:
space:
mode:
authortron <tron>1999-01-23 14:31:50 +0000
committertron <tron>1999-01-23 14:31:50 +0000
commit2f5381a596927a61c85e4202b22539f29c125802 (patch)
tree8e077c49d55a632ab2e3519e435842b4211d0b49 /mail/wmmail
parentca4a0b6cd7d3aba0b1d8fa22f50ed7027f934b40 (diff)
downloadpkgsrc-2f5381a596927a61c85e4202b22539f29c125802.tar.gz
Fix mail directory path in example configuration.
Diffstat (limited to 'mail/wmmail')
-rw-r--r--mail/wmmail/patches/patch-aa12
1 files changed, 8 insertions, 4 deletions
diff --git a/mail/wmmail/patches/patch-aa b/mail/wmmail/patches/patch-aa
index 937cfdb8253..26b6a6770aa 100644
--- a/mail/wmmail/patches/patch-aa
+++ b/mail/wmmail/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/01/23 14:24:05 tron Exp $
+$NetBSD: patch-aa,v 1.2 1999/01/23 14:31:50 tron Exp $
--- WMMail.defaults.orig Sat Jan 16 05:41:46 1999
-+++ WMMail.defaults Sat Jan 23 15:02:26 1999
++++ WMMail.defaults Sat Jan 23 15:30:07 1999
@@ -6,24 +6,24 @@
DisplayFont = "-*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*";
DisplayLocation = (0, 10);
@@ -34,7 +34,7 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/01/23 14:24:05 tron Exp $
);
};
};
-@@ -32,7 +32,7 @@
+@@ -32,10 +32,10 @@
Name = "Home";
Type = mbox;
UpdateInterval = 15;
@@ -42,4 +42,8 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/01/23 14:24:05 tron Exp $
+ ExecuteOnUpdate = "@@LOCALBASE@@/bin/fetchmail";
Options = {
CheckTimeStampOnly = No;
- Path = "/var/spool/mail/bryan";
+- Path = "/var/spool/mail/bryan";
++ Path = "/var/mail/bryan";
+ };
+ },
+ {