From e1db278bb1acdc6de4eb400d905d663bfc3feecd Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 27 Jun 1999 11:10:30 +0000 Subject: Make default configuration more suitable for NetBSD. --- mail/wmmail/patches/patch-ac | 12 ++++++++++++ mail/wmmail/patches/patch-ad | 25 +++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 mail/wmmail/patches/patch-ac create mode 100644 mail/wmmail/patches/patch-ad (limited to 'mail/wmmail') diff --git a/mail/wmmail/patches/patch-ac b/mail/wmmail/patches/patch-ac new file mode 100644 index 00000000000..0bf9b1fbf36 --- /dev/null +++ b/mail/wmmail/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.5 1999/06/27 11:10:30 tron Exp $ + +--- Defaults/Makefile.in.orig Wed Mar 31 05:34:59 1999 ++++ Defaults/Makefile.in Sun Jun 27 13:05:21 1999 +@@ -209,6 +209,7 @@ + WMMail: $(srcdir)/WMMail.in ./Makefile + -rm -f WMMail + sed -e "s:#wmmaildir#:$(wmmaildir):" -e "s://:/:" \ ++ -e "s:#LOCALBASE#:$(LOCALBASE):" \ + $(srcdir)/WMMail.in > WMMail ; \ + chmod 644 WMMail + diff --git a/mail/wmmail/patches/patch-ad b/mail/wmmail/patches/patch-ad new file mode 100644 index 00000000000..911186bcfcc --- /dev/null +++ b/mail/wmmail/patches/patch-ad @@ -0,0 +1,25 @@ +$NetBSD: patch-ad,v 1.1 1999/06/27 11:10:31 tron Exp $ + +--- Defaults/WMMail.in.orig Mon Mar 29 13:55:08 1999 ++++ Defaults/WMMail.in Sun Jun 27 13:03:50 1999 +@@ -7,7 +7,6 @@ + DisplayLocation = (0, 10); + ExecuteOnClick = "xterm -geom 80x25 -name pine -T PINE -e pine -i"; + ExecuteOnNew = "play #wmmaildir#/Sounds/doorbell.au"; +- ExecuteOnNewOnce = No; + Animations = { + Empty = { + Delay = 10; +@@ -32,10 +31,10 @@ + Name = "Home"; + Type = mbox; + UpdateInterval = 15; +- ExecuteOnUpdate = "/usr/local/bin/fetchmail"; ++ ExecuteOnUpdate = "#LOCALBASE#/bin/fetchmail"; + Options = { + CheckTimeStampOnly = No; +- Path = "/var/spool/mail/bryan"; ++ Path = "/var/mail/bryan"; + MailboxHasInternalData = Yes; + }; + }, -- cgit v1.2.3