summaryrefslogtreecommitdiffstats
path: root/tools/omfile.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-30 12:01:53 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-30 12:01:53 +0100
commit5a0bd837e9ea203d6a427d61c869b44c25bf44cf (patch)
treeaeeea61f11ff1ca31a182870fa6c137014967cbb /tools/omfile.c
parent52a0120a3845bd17855156dd59ed6beaf9658e0f (diff)
parentcf1275d846783d84cc46de103108a899d3907f8c (diff)
downloadrsyslog-5a0bd837e9ea203d6a427d61c869b44c25bf44cf.tar.gz
rsyslog-5a0bd837e9ea203d6a427d61c869b44c25bf44cf.tar.xz
rsyslog-5a0bd837e9ea203d6a427d61c869b44c25bf44cf.zip
Merge branch 'v4-stable' into v5-stable
Conflicts: doc/rsyslog_conf_modules.html
Diffstat (limited to 'tools/omfile.c')
-rw-r--r--tools/omfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/omfile.c b/tools/omfile.c
index 9d6b3d1d..4c06f304 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? */