summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-05-18 01:13:17 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-19 07:31:22 +0200
commit735a02c65622da0bc9c2d6b4ce44d126d4c766aa (patch)
tree1ad78ccd124e76d0280abbe87cb47cc6b3dc646a
parent81875845e63bf64922726c3da134e43b56e5d879 (diff)
downloadrsyslog-735a02c65622da0bc9c2d6b4ce44d126d4c766aa.tar.gz
rsyslog-735a02c65622da0bc9c2d6b4ce44d126d4c766aa.tar.xz
rsyslog-735a02c65622da0bc9c2d6b4ce44d126d4c766aa.zip
Cleanup and typo fixes
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
-rw-r--r--configure.ac8
-rw-r--r--doc/dev_oplugins.html2
2 files changed, 3 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index db4de163..a93a968c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -697,7 +697,7 @@ AC_ARG_ENABLE(imtemplate,
# for samples
#
AM_CONDITIONAL(ENABLE_IMTEMPLATE, test x$enable_imtemplate = xyes)
-# end of copy template - be sure to serach for imtemplate to find everything!
+# end of copy template - be sure to search for imtemplate to find everything!
SHAVE_INIT
@@ -732,7 +732,7 @@ AC_ARG_ENABLE(omtemplate,
# for samples
#
AM_CONDITIONAL(ENABLE_OMTEMPLATE, test x$enable_omtemplate = xyes)
-# end of copy template - be sure to serach for omtemplate to find everything!
+# end of copy template - be sure to search for omtemplate to find everything!
# settings for omstdout
@@ -747,10 +747,6 @@ AC_ARG_ENABLE(omstdout,
esac],
[enable_omstdout=no]
)
-#
-# you may want to do some library checks here - see snmp, mysql, pgsql modules
-# for samples
-#
AM_CONDITIONAL(ENABLE_OMSTDOUT, test x$enable_omstdout = xyes)
diff --git a/doc/dev_oplugins.html b/doc/dev_oplugins.html
index 5bfc974c..cc2f7f38 100644
--- a/doc/dev_oplugins.html
+++ b/doc/dev_oplugins.html
@@ -47,7 +47,7 @@ copying omtemplate. Then, the basic steps you need to do are:
<li>mv omtemplate.c your-plugin.c
<li>cd ../..
<li>vi Makefile.am configure.ac
-<br>serach for omtemplate, copy and modify (follow comments)
+<br>search for omtemplate, copy and modify (follow comments)
</ul>
<p>Basically, this is all you need to do ... Well, except, of course, coding
your plugin ;). For testing, you need rsyslog's debugging support. Some useful