mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
e30e7d6653
PR: 34989 Submitted by: maintainer
23 lines
672 B
C
23 lines
672 B
C
--- src/defs.h.orig Thu Feb 14 10:18:52 2002
|
|
+++ src/defs.h Sat Feb 16 04:12:54 2002
|
|
@@ -67,8 +67,8 @@
|
|
#define MARK_VERSION 2
|
|
|
|
#define DEFAULT_SIGNATURE ".signature"
|
|
-#define DEFAULT_INC_PATH "/usr/bin/mh/inc"
|
|
-#define DEFAULT_INC_PROGRAM "inc"
|
|
+#define DEFAULT_INC_PATH ""
|
|
+#define DEFAULT_INC_PROGRAM ""
|
|
/* #define DEFAULT_INC_PATH "/usr/bin/imget" */
|
|
/* #define DEFAULT_INC_PROGRAM "imget" */
|
|
#define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t"
|
|
@@ -76,7 +76,7 @@
|
|
#ifdef _PATH_MAILDIR
|
|
# define DEFAULT_SPOOL_PATH _PATH_MAILDIR
|
|
#else
|
|
-# define DEFAULT_SPOOL_PATH "/var/spool/mail"
|
|
+# define DEFAULT_SPOOL_PATH "/var/mail"
|
|
#endif
|
|
|
|
#define BUFFSIZE 8192
|