summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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