1998-10-10 04:29:27 +00:00
|
|
|
--- pine/osdep/os-bsf.h.orig Tue Sep 22 11:19:52 1998
|
|
|
|
+++ pine/osdep/os-bsf.h Tue Sep 22 11:23:50 1998
|
1998-08-24 01:24:44 +00:00
|
|
|
@@ -74,7 +74,7 @@
|
|
|
|
default-composer-hdrs or customized-hdrs to get at it. Instead of
|
|
|
|
defining NEVER_ALLOW_CHANGING_FROM, an easier way of preventing From
|
|
|
|
changing is to put the feature "no-allow-changing-from" in the
|
|
|
|
- /usr/local/lib/pine.conf.fixed file.
|
1998-10-10 04:29:27 +00:00
|
|
|
+ @@PREFIX@@/etc/pine.conf.fixed file.
|
1998-08-24 01:24:44 +00:00
|
|
|
----*/
|
|
|
|
/* #define NEVER_ALLOW_CHANGING_FROM /* probably not needed */
|
|
|
|
|
1998-08-09 00:51:28 +00:00
|
|
|
@@ -87,7 +87,7 @@
|
|
|
|
NOTE: You'll also have to make sure the appropriate osdep/postreap.*
|
|
|
|
file is included in the os-*.ic file for your system.
|
|
|
|
----*/
|
|
|
|
-/* #define BACKGROUND_POST /* comment out to disable posting from child */
|
1998-10-10 04:29:27 +00:00
|
|
|
+#define BACKGROUND_POST /* comment out to disable posting from child */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -160,8 +160,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
/*----- System-wide config file ----------------------------------------*/
|
|
|
|
-#define SYSTEM_PINERC "/usr/local/lib/pine.conf"
|
|
|
|
-#define SYSTEM_PINERC_FIXED "/usr/local/lib/pine.conf.fixed"
|
|
|
|
+#define SYSTEM_PINERC "@@PREFIX@@/etc/pine.conf"
|
|
|
|
+#define SYSTEM_PINERC_FIXED "@@PREFIX@@/etc/pine.conf.fixed"
|
1998-08-09 00:51:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -219,7 +219,9 @@
|
|
|
|
/*----------------------------------------------------------------------
|
|
|
|
If no nntp-servers are defined, this program will be used to post news.
|
|
|
|
----*/
|
|
|
|
-#define SENDNEWS "/usr/local/news/inews -h" /* news posting cmd */
|
|
|
|
+#define SENDNEWS "/usr/local/news/lib/inews -h" /* For NN inews */
|
|
|
|
+/*#define SENDNEWS "/usr/local/bin/inews -h" /* For INN inews */
|
|
|
|
+/*#define SENDNEWS "/usr/local/bin/inews -h" /* For Cnews inews */
|
|
|
|
|
|
|
|
|
|
|
|
/*--------- Program employed by users to change their password ---------*/
|
|
|
|
@@ -268,7 +270,7 @@
|
|
|
|
8
|
|
|
|
9 logs gross details of command execution
|
|
|
|
----*/
|
|
|
|
-#define DEFAULT_DEBUG 2
|
|
|
|
+#define DEFAULT_DEBUG 0
|
1998-07-21 14:11:48 +00:00
|
|
|
|
1998-07-30 12:30:41 +00:00
|
|
|
|
1998-07-21 14:11:48 +00:00
|
|
|
|