From 8fb404ff3d803964764452f7e027ded5bf1d85b3 Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Thu, 26 Feb 2009 16:32:20 -0500 Subject: Major changes. Added high level API. Unstable. Checkin before testing. --- etc/file_defaults.d/my_app2.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 etc/file_defaults.d/my_app2.conf (limited to 'etc/file_defaults.d/my_app2.conf') diff --git a/etc/file_defaults.d/my_app2.conf b/etc/file_defaults.d/my_app2.conf new file mode 100644 index 0000000..da3a8a0 --- /dev/null +++ b/etc/file_defaults.d/my_app2.conf @@ -0,0 +1,8 @@ +; This is the test application configuration +; Log into the given file: + +file_name=/tmp/log2 + +; Open once and keep open (default is 1) + +keep_open=0 -- cgit