summaryrefslogtreecommitdiffstats
path: root/grammar/debian.new
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-04 16:00:26 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-04 16:00:26 +0200
commit460010068b1d46c23829e7106380ffb8527df949 (patch)
treed8fbd4284d6769f5659d5d4cd6c71d5509c03fa1 /grammar/debian.new
parentbffa39ab9539c0e26dbbfb450f42de93638292e1 (diff)
downloadrsyslog-460010068b1d46c23829e7106380ffb8527df949.tar.gz
rsyslog-460010068b1d46c23829e7106380ffb8527df949.tar.xz
rsyslog-460010068b1d46c23829e7106380ffb8527df949.zip
milestone: strings and vars are now stored correctly in in-memory representation
Diffstat (limited to 'grammar/debian.new')
-rw-r--r--grammar/debian.new6
1 files changed, 3 insertions, 3 deletions
diff --git a/grammar/debian.new b/grammar/debian.new
index e995a2e8..6cf9b5e5 100644
--- a/grammar/debian.new
+++ b/grammar/debian.new
@@ -47,7 +47,7 @@ $Umask 0022
#
# Include all config files in /etc/rsyslog.d/
#
-$IncludeConfig /etc/rsyslog.d/*.conf
+#$IncludeConfig /etc/rsyslog.d/*.conf
###############
@@ -102,7 +102,7 @@ daemon.*;mail.*;\
global (dnscache="yes" arg1="1 2" arg2 = "1 2" arg3 ="1=2\"3")
# samples added to get full "flavor" of what we need to support...
:msg, contains, "error" /var/log/somelog
-action(type=omfile target=/var/log/mail/log)
+action(type="omfile" target="/var/log/mail/log")
*.* /* comment */ * # test
*.info :ommysql:, tra, la , la # comment (comment to be part of old style line!)
@@ -134,7 +134,7 @@ then /dev/tty10
& |/dev/xconsole
*.* rger # write to user (ugly...)
-ruleset name
+#ruleset name
# FEDORA, a bit more complex config
# ### begin forwarding rule ###