]> git.pld-linux.org Git - packages/ecartis.git/blob - ecartis-paths.patch
- tabs in preamble
[packages/ecartis.git] / ecartis-paths.patch
1 --- ./src/inc/config.h.org      Tue Mar  4 08:45:05 2003
2 +++ ./src/inc/config.h  Tue Mar  4 22:01:50 2003
3 @@ -20,7 +20,7 @@
4  #define SERVICE_NAME_UC "ECARTIS"
5  #define SERVICE_NAME_MC "Ecartis"
6  #define SERVICE_NAME_LC "ecartis"
7 -#define GLOBAL_CFG_FILE "ecartis.cfg"
8 +#define GLOBAL_CFG_FILE "/etc/ecartis/ecartis.cfg"
9  #define SERVICE_ADDRESS "ecartis@localhost"
10  
11  #endif /* _CONFIG_H */
12 --- ./src/variables.c.org       Tue Mar  4 08:45:05 2003
13 +++ ./src/variables.c   Tue Mar  4 22:03:50 2003
14 @@ -1295,12 +1295,12 @@
15      register_var("default-flags", "|ECHOPOST|", "Basic Configuration",
16                   "Default flags given to a user when they are subscribed.",
17                   "default-flags = |NOPOST|DIGEST|", VAR_STRING, VAR_ALL);
18 -    register_var("global-blacklist", "banned", "Files",
19 +    register_var("global-blacklist", "/etc/ecartis/banned", "Files",
20                   "Global file containing regular expressions for users who are not allowed to subscribe to lists hosted on this server.",
21 -                 "global-blacklist = banned", VAR_STRING, VAR_GLOBAL|VAR_SITE);
22 +                 "global-blacklist = /etc/ecartis/banned", VAR_STRING, VAR_GLOBAL|VAR_SITE);
23      register_var("logfile", NULL, "Debugging",
24                   "Filename where debugging log information will be stored.",
25 -                 "logfile = ./server.log", VAR_STRING, VAR_GLOBAL|VAR_SITE);
26 +                 "logfile = /var/log/ecartis.log", VAR_STRING, VAR_GLOBAL|VAR_SITE);
27      register_var("full-bounce", "no", "SMTP",
28                   "Should bounces contain the full message or only the headers.",
29                   "full-bounce = false", VAR_BOOL, VAR_ALL);
30 @@ -1317,7 +1317,7 @@
31      register_var("moderate-verbose-subject", "yes", "Moderation",
32                   "Should moderated messages have a more informative subject?",
33                   "moderate-verbose-subject = yes", VAR_BOOL, VAR_ALL);
34 -    buffer_printf(buf, sizeof(buf) - 1, "%s.hlp", SERVICE_NAME_LC);
35 +    buffer_printf(buf, sizeof(buf) - 1, "/etc/ecartis/%s.hlp", SERVICE_NAME_LC);
36      register_var("no-command-file", buf, "Files",
37                   "This is a global file to send if a message to the main listserver or request address has no commands.",
38                   "no-command-file = helpfile",VAR_STRING, VAR_GLOBAL|VAR_SITE);
This page took 0.040567 seconds and 4 git commands to generate.