summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2009-02-26 16:36:49 -0500
committerDmitri Pal <dpal@redhat.com>2009-02-26 16:36:49 -0500
commitc20626a18afc1545f1fbc58907529ba743bb0843 (patch)
tree6a264795cec3d3f9b26e07a097b7dd731b7f0691 /etc
parent8fb404ff3d803964764452f7e027ded5bf1d85b3 (diff)
downloadelapi_draft-c20626a18afc1545f1fbc58907529ba743bb0843.tar.gz
elapi_draft-c20626a18afc1545f1fbc58907529ba743bb0843.tar.xz
elapi_draft-c20626a18afc1545f1fbc58907529ba743bb0843.zip
Added missing files and removed dups.
Diffstat (limited to 'etc')
-rw-r--r--etc/file_defaults.d/my_app1.conf~8
-rw-r--r--etc/file_defaults.d/my_app2.conf~17
2 files changed, 0 insertions, 25 deletions
diff --git a/etc/file_defaults.d/my_app1.conf~ b/etc/file_defaults.d/my_app1.conf~
deleted file mode 100644
index 33f860c..0000000
--- a/etc/file_defaults.d/my_app1.conf~
+++ /dev/null
@@ -1,8 +0,0 @@
-; This is the test application configuration
-; Log into the given file:
-
-file_name=/tmp/log1
-
-; Open once and keep open
-
-keep_open=1
diff --git a/etc/file_defaults.d/my_app2.conf~ b/etc/file_defaults.d/my_app2.conf~
deleted file mode 100644
index fe5846a..0000000
--- a/etc/file_defaults.d/my_app2.conf~
+++ /dev/null
@@ -1,17 +0,0 @@
-; This is the test application configuration
-; Identify myself as "TESTAPP"
-; See /usr/include/sys/syslog.h for more details
-
-identity="TESTAPP"
-
-; Default option is to include PID
-
-option = 1
-
-; Level is LOG_INFO.
-
-level = 6
-
-; Facility is LOG_AUTHPRIV (upper 28 bits) 10<<3
-
-facility = 80