diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-07-13 16:15:02 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-07-13 16:15:02 +0200 |
commit | 73ebadd5980f91079416a14ba6463d576ecb6207 (patch) | |
tree | 09d1b1a5aff124d037468295fdacb2214c007547 /tests/Makefile.am | |
parent | 824a4b98d5fd96183aa2c0961df604fd5ef48915 (diff) | |
download | rsyslog-73ebadd5980f91079416a14ba6463d576ecb6207.tar.gz rsyslog-73ebadd5980f91079416a14ba6463d576ecb6207.tar.xz rsyslog-73ebadd5980f91079416a14ba6463d576ecb6207.zip |
added new parser modules
most importantly pmlastmsg, which handles the pathetic "last message
repeated n times" messages that some syslogd's emit.
Also some minor fixes, like wrong files names in make dist (for new
files introduced after last release)
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a0cc8c7d..7f9d8cd5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -274,13 +274,13 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \ testsuites/execonlyonce.conf \ testsuites/execonlyonce.data \ execonlywhenprevsuspended.sh \ - testsuites/execonlywhenprevsuspended.sh \ + testsuites/execonlywhenprevsuspended.conf \ execonlywhenprevsuspended2.sh \ - testsuites/execonlywhenprevsuspended2.sh \ + testsuites/execonlywhenprevsuspended2.conf \ execonlywhenprevsuspended3.sh \ - testsuites/execonlywhenprevsuspended3.sh \ + testsuites/execonlywhenprevsuspended3.conf \ execonlywhenprevsuspended4.sh \ - testsuites/execonlywhenprevsuspended4.sh \ + testsuites/execonlywhenprevsuspended4.conf \ tabescape_dflt.sh \ testsuites/tabescape_dflt.conf \ testsuites/1.tabescape_dflt \ |