blob: 4bc85d6e567c2c7bf49e21fa9101fd9e8dde6894 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
--- pine/osdep/os-bsf.h.orig Fri Jun 26 14:19:54 1998
+++ pine/osdep/os-bsf.h Tue Jul 28 08:35:05 1998
@@ -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 */
+#define BACKGROUND_POST /* comment out to disable posting from child */
@@ -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
|