summaryrefslogtreecommitdiffstats
path: root/rsyslog.conf
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-04 13:55:07 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-04 13:55:07 +0000
commitee629c4f742ac904c4a5055e85ef86d6decfb344 (patch)
treea2f83001f9239279ff2d80f6d5b806ae17e57e6c /rsyslog.conf
parent6a3b85a41c75555827370953eff08836d3af8025 (diff)
downloadrsyslog-ee629c4f742ac904c4a5055e85ef86d6decfb344.tar.gz
rsyslog-ee629c4f742ac904c4a5055e85ef86d6decfb344.tar.xz
rsyslog-ee629c4f742ac904c4a5055e85ef86d6decfb344.zip
fixed typo
Diffstat (limited to 'rsyslog.conf')
-rw-r--r--rsyslog.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsyslog.conf b/rsyslog.conf
index 2ff7d271..9a91823c 100644
--- a/rsyslog.conf
+++ b/rsyslog.conf
@@ -41,7 +41,7 @@ local7.* /var/log/boot.log
#$ActionQueueMaxDiskSpace 1g # 1gb space limit (use as much as possible)
#$ActionQueueSaveOnShutdown on # save messages to disk on shutdown
#$ActionQueueType LinkedList # run asynchronously
-#$ActionResumeRetryCount -1 # infinety retries if host is down
+#$ActionResumeRetryCount -1 # infinite retries if host is down
# remote host is: name/ip:port, e.g. 192.168.0.1:514, port optional
#*.* @@remote-host