]> git.pld-linux.org Git - packages/syslog-ng.git/blob - syslog-ng-datadir.patch
- start after nfsfs
[packages/syslog-ng.git] / syslog-ng-datadir.patch
1 --- syslog-ng-3.2.2/lib/syslog-ng.h~    2011-01-04 12:57:06.000000000 +0100
2 +++ syslog-ng-3.2.2/lib/syslog-ng.h     2011-01-17 19:31:46.933293237 +0100
3 @@ -47,10 +47,10 @@
4  #define PATH_SYSLOGNG           PATH_LIBEXECDIR "/syslog-ng"
5  #endif
6  
7 -#define PATH_PERSIST_CONFIG     PATH_LOCALSTATEDIR "/syslog-ng.persist"
8 -#define PATH_QDISK              PATH_LOCALSTATEDIR
9 -#define PATH_PATTERNDB_FILE     PATH_LOCALSTATEDIR "/patterndb.xml"
10 -#define PATH_XSDDIR             PATH_DATADIR "/xsd"
11 +#define PATH_PERSIST_CONFIG     "/var/lib/syslog-ng/syslog-ng.persist"
12 +#define PATH_QDISK              "/var/lib/syslog-ng"
13 +#define PATH_PATTERNDB_FILE     "/var/lib/syslog-ng/patterndb.xml"
14 +#define PATH_XSDDIR             "/var/lib/syslog-ng/xsd"
15  
16  #define LOG_PRIORITY_LISTEN 0
17  #define LOG_PRIORITY_READER 0
This page took 0.060266 seconds and 3 git commands to generate.