1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Change default mail path to include a trailing '/'.

PR:	ports/29309
Submitted by:	maintainer
This commit is contained in:
SADA Kenji 2001-08-05 18:01:19 +00:00
parent ec36763f89
commit c22c7be550
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45839

View File

@ -1,5 +1,5 @@
--- unixlib/dboxpath.h.orig Wed May 16 18:39:49 2001
+++ unixlib/dboxpath.h Mon Jun 18 00:08:26 2001
--- unixlib/dboxpath.h.orig Thu May 17 01:39:49 2001
+++ unixlib/dboxpath.h Mon Aug 6 02:52:11 2001
@@ -5,6 +5,7 @@
#include <string>
@ -14,7 +14,7 @@
-#define DKIMAP4DIR "/var/spool/dkimap/"
+#ifndef GLOBALMAILDIR
+#define GLOBALMAILDIR _PATH_MAILDIR
+#define GLOBALMAILDIR _PATH_MAILDIR "/"
+#endif
//#define DBOXSYSTEMDIR "%s" "system" DIRCHAR