[go: up one dir, main page]

File: suck_config.dpatch

package info (click to toggle)
suck 4.3.2-11
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,544 kB
  • sloc: ansic: 12,075; perl: 528; sh: 363; makefile: 352; java: 144
file content (31 lines) | stat: -rw-r--r-- 1,560 bytes parent folder | download | duplicates (5)
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
--- suck_config.h.orig	Tue Dec 26 00:11:21 2000
+++ suck_config.h	Tue Dec 26 00:13:52 2000
@@ -42,7 +42,7 @@
 /* as number of seconds before timeout 				   */
 /* else, comment it out.  If you comment it out, if link goes down */
 /* we'll just sit, twiddling our bits, until whenever.             */
-#define TIMEOUT 90
+#define TIMEOUT 180
 #endif /* HAVE_SELECT */
 
 /* signal which will interrupt us DON'T USE SIGKILL OR SIGSTOP */
@@ -92,8 +92,8 @@
 #define N_LMOVE_CONFIG  "lmove-config"          /* config file for lmove */
 #define N_XOVER         "suckxover"             /* parameter file for which articles NOT to download via xover */
 #define N_NODOWNLOAD    "sucknodownload"        /* file name for message-ids that I never download */
-#define N_PHRASES "/usr/local/lib/suck.phrases"	/* default location for phrase file */
-#define HISTORY_FILE "/usr/news/db/history"     /* default location for history file */
+#define N_PHRASES "/etc/suck/phrases"	/* default location for phrase file */
+#define HISTORY_FILE "/var/lib/news/history"     /* default location for history file */
 
 /* TEMP FILES created */
 #define N_NEWRC "suck.newrc"
@@ -109,7 +109,7 @@
 
 /* Various DIRECTORY PATHS, these can be overriden from command line */
 #define N_TMPDIR "."		/* location of Temp Files */
-#define N_DATADIR "."		/* location of Data Files */
+#define N_DATADIR "/etc/suck"	/* location of Data Files */
 #define N_MSGDIR "./Msgs"	/*location of articles produced by suck, if multifile option selected */
 
 /* Argument substition strings for rpost */