diff options
| author | Dmitri Pal <dpal@redhat.com> | 2009-02-26 19:13:29 -0500 |
|---|---|---|
| committer | Dmitri Pal <dpal@redhat.com> | 2009-02-26 19:13:29 -0500 |
| commit | 15f299ca2e6902cb4ba784f5923cf910f96173a8 (patch) | |
| tree | 41de0babf5ea48137738b40057969c51be587da6 /etc | |
| parent | c20626a18afc1545f1fbc58907529ba743bb0843 (diff) | |
| download | elapi_draft-15f299ca2e6902cb4ba784f5923cf910f96173a8.tar.gz elapi_draft-15f299ca2e6902cb4ba784f5923cf910f96173a8.tar.xz elapi_draft-15f299ca2e6902cb4ba784f5923cf910f96173a8.zip | |
Testing complete. High level API works.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/file_defaults.d/my_app1.conf | 2 | ||||
| -rw-r--r-- | etc/file_defaults.d/my_app2.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/file_defaults.d/my_app1.conf b/etc/file_defaults.d/my_app1.conf index 32cdfaf..53f58f9 100644 --- a/etc/file_defaults.d/my_app1.conf +++ b/etc/file_defaults.d/my_app1.conf @@ -1,7 +1,7 @@ ; This is the test application configuration ; Log into the given file: -file_name=/tmp/log1 +file_name="/tmp/log1" ; Open once and keep open (default is 1) diff --git a/etc/file_defaults.d/my_app2.conf b/etc/file_defaults.d/my_app2.conf index da3a8a0..8240e07 100644 --- a/etc/file_defaults.d/my_app2.conf +++ b/etc/file_defaults.d/my_app2.conf @@ -1,7 +1,7 @@ ; This is the test application configuration ; Log into the given file: -file_name=/tmp/log2 +file_name="/tmp/log2" ; Open once and keep open (default is 1) |
