[Logcheck-commits] Hannes von Haugwitz: d/logcheck-test.1: fixed command name in EXAMPLES

Hannes von Haugwitz hvh-guest at alioth.debian.org
Sat Feb 19 17:35:03 UTC 2011


Module: logcheck
Branch: master
Commit: 91f90e855f718beae639276bc5f3057f253388eb
URL:    http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=91f90e855f718beae639276bc5f3057f253388eb

Author: Hannes von Haugwitz <hannes at vonhaugwitz.com>
Date:   Sat Feb 19 18:31:12 2011 +0100

d/logcheck-test.1: fixed command name in EXAMPLES

---

 debian/changelog     |    2 ++
 docs/logcheck-test.1 |    8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f00fbe7..d4c5b5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,8 @@ logcheck (1.3.14) unstable; urgency=low
   * ignore.d.server/snmpd:
     - adjusted UDP rule to match new SNMP output format, thanks to
       Robert Naylor (closes: #613124)
+  * docs/logcheck-test.1:
+    - use 'logcheck-test' instead of 'logcheck' in the EXAMPLES
 
  -- Hannes von Haugwitz <hannes at vonhaugwitz.com>  Thu, 17 Feb 2011 06:43:37 +0100
 
diff --git a/docs/logcheck-test.1 b/docs/logcheck-test.1
index c890e44..bb7babf 100644
--- a/docs/logcheck-test.1
+++ b/docs/logcheck-test.1
@@ -72,7 +72,7 @@ you can easily write and test new rules.
 Test a single rule against /var/log/syslog:
 .RS
 .fam C
-logcheck \-s "RULE"
+logcheck-test \-s "RULE"
 .fam T
 .RE
 
@@ -80,7 +80,7 @@ logcheck \-s "RULE"
 Test a single rule against ~/log, surround the rule with standard prefix and suffix and append "kernel " to prefix:
 .RS
 .fam C
-logcheck \-l ~/log \-e \-P "kernel " "RULE"
+logcheck-test \-l ~/log \-e \-P "kernel " "RULE"
 .fam T
 .RE
 
@@ -88,7 +88,7 @@ logcheck \-l ~/log \-e \-P "kernel " "RULE"
 Test the rules in rulefiles/linux/ignore.d.server/kernel against ~/log:
 .RS
 .fam C
-logcheck \-l ~/log \-r rulefiles/linux/ignore.d.server/kernel
+logcheck-test \-l ~/log \-r rulefiles/linux/ignore.d.server/kernel
 .fam T
 .RE
 
@@ -96,7 +96,7 @@ logcheck \-l ~/log \-r rulefiles/linux/ignore.d.server/kernel
 Test which lines the rules in rulefiles/linux/ignore.d.server/kernel doesn't match:
 .RS
 .fam C
-logcheck \-l ~/log \-r rulefiles/linux/ignore.d.server/kernel \-i
+logcheck-test \-l ~/log \-r rulefiles/linux/ignore.d.server/kernel \-i
 .fam T
 .RE
 




More information about the Logcheck-commits mailing list