diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-04 19:42:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-04 19:42:45 +0000 |
commit | 47c434f9bb9d52796e193942ae440d660ea3a584 (patch) | |
tree | 801b9c1a2b0878072cfe3bc4e6d0b6ebb0d1637c /mail/xmailbox/files/patch-ab | |
parent | Turn on boa. (diff) |
Initial import of xmailbox version 2.5.
xmailbox - mailbox checker with sound and animation for X
PR: 6748
Submitted by: andy@icc.surw.chel.su
Diffstat (limited to 'mail/xmailbox/files/patch-ab')
-rw-r--r-- | mail/xmailbox/files/patch-ab | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/xmailbox/files/patch-ab b/mail/xmailbox/files/patch-ab new file mode 100644 index 000000000000..f87044adad2f --- /dev/null +++ b/mail/xmailbox/files/patch-ab @@ -0,0 +1,16 @@ +--- MailboxP.h Mon Jul 1 11:13:47 1996 ++++ /home/andy/tmp/wrk/MailboxP.h Sun May 24 00:39:39 1998 +@@ -40,12 +40,10 @@ + + #ifdef SYSV + #define MAILBOX_DIRECTORY "/usr/mail" +-#else +-#ifdef SVR4 ++#elif defined(SVR4) || defined(__FreeBSD__) + #define MAILBOX_DIRECTORY "/var/mail" + #else + #define MAILBOX_DIRECTORY "/usr/spool/mail" +-#endif + #endif + + typedef struct { /* new fields for mailbox widget */ |