mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
14 lines
474 B
C
14 lines
474 B
C
--- src/main.h.orig Fri May 4 20:46:11 2001
|
|
+++ src/main.h Fri May 4 20:46:57 2001
|
|
@@ -71,9 +71,9 @@
|
|
#define DEFAULT_INC_PROGRAM "inc"
|
|
/* #define DEFAULT_INC_PATH "/usr/bin/imget" */
|
|
/* #define DEFAULT_INC_PROGRAM "imget" */
|
|
-#define DEFAULT_SPOOL_PATH "/var/spool/mail"
|
|
+#define DEFAULT_SPOOL_PATH "/var/mail"
|
|
|
|
-#define DEFAULT_ISPELL_COMMAND "ispell -d russian -a"
|
|
+#define DEFAULT_ISPELL_COMMAND "ispell-ru -a"
|
|
|
|
#define BUFFSIZE 8192
|
|
#define MAXPATHLEN 4095
|