]> git.pld-linux.org Git - packages/anope.git/blob - anope-fhs.patch
- NFY
[packages/anope.git] / anope-fhs.patch
1 diff -ur anope-1.7.18-o/include/config.h anope-1.7.18/include/config.h
2 --- anope-1.7.18-o/include/config.h     2006-12-31 15:34:10.000000000 -0700
3 +++ anope-1.7.18/include/config.h       2007-04-28 13:08:29.000000000 -0600
4 @@ -22,11 +22,11 @@
5  
6  /******* General configuration *******/
7  
8 -/* Name of configuration file (in Services directory) */
9 -#define SERVICES_CONF  "services.conf"
10 +/* Name of configuration file */
11 +#define SERVICES_CONF  "/etc/anope/anope.conf"
12  
13  /* Name of log file (in Services directory) */
14 -#define LOG_FILENAME   "services.log"
15 +#define LOG_FILENAME   "/var/log/anope/anope.log"
16  
17  /* Maximum amount of data from/to the network to buffer (bytes). */
18  #define NET_BUFSIZE    65536
This page took 0.064291 seconds and 3 git commands to generate.