summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-30 11:57:49 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-30 11:57:49 +0100
commitc3f07d9dda55a993aebeb4fbb05f1d597de46eaa (patch)
tree0e66ed079b6ce38a5b05c859eea833aee6f14b28 /tools
parent26893eb8edfa38fb06c61379919a817dadf01615 (diff)
parent4cc7a7c16c99a41153c6161f8ba200fae9703c99 (diff)
downloadrsyslog-c3f07d9dda55a993aebeb4fbb05f1d597de46eaa.tar.gz
rsyslog-c3f07d9dda55a993aebeb4fbb05f1d597de46eaa.tar.xz
rsyslog-c3f07d9dda55a993aebeb4fbb05f1d597de46eaa.zip
Merge branch 'v4-beta' into v4-devel
Diffstat (limited to 'tools')
-rw-r--r--tools/omfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/omfile.c b/tools/omfile.c
index 82548247..2c547b2b 100644
--- a/tools/omfile.c
+++ b/tools/omfile.c
@@ -98,7 +98,7 @@ static uid_t fileUID; /* UID to be used for newly created files */
static uid_t fileGID; /* GID to be used for newly created files */
static uid_t dirUID; /* UID to be used for newly created directories */
static uid_t dirGID; /* GID to be used for newly created directories */
-static int bCreateDirs; /* auto-create directories for dynaFiles: 0 - no, 1 - yes */
+static int bCreateDirs = 1;/* auto-create directories for dynaFiles: 0 - no, 1 - yes */
static int bEnableSync = 0;/* enable syncing of files (no dash in front of pathname in conf): 0 - no, 1 - yes */
static int iZipLevel = 0; /* zip compression mode (0..9 as usual) */
static bool bFlushOnTXEnd = 1;/* flush write buffers when transaction has ended? */