summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-05-12 12:55:25 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-05-12 12:55:25 +0200
commit054837a480a3a5b15f48b8d0bdcde5a687d98c54 (patch)
treea50b766057921ff16f205d92787e26a81a6315e4
parent759904862dab6e580c6b890fd9ed75e1f29271f1 (diff)
downloadrsyslog-054837a480a3a5b15f48b8d0bdcde5a687d98c54.tar.gz
rsyslog-054837a480a3a5b15f48b8d0bdcde5a687d98c54.tar.bz2
rsyslog-054837a480a3a5b15f48b8d0bdcde5a687d98c54.zip
imttcp: will not be upgraded to v2 config system
This was an experimental module which did not work out well, so there is no point in enhancing it.
-rw-r--r--plugins/imttcp/imttcp.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/plugins/imttcp/imttcp.c b/plugins/imttcp/imttcp.c
index e62360bd..89c1dfd2 100644
--- a/plugins/imttcp/imttcp.c
+++ b/plugins/imttcp/imttcp.c
@@ -989,30 +989,6 @@ startupListeners()
}
-BEGINbeginCnfLoad
-CODESTARTbeginCnfLoad
-ENDbeginCnfLoad
-
-
-BEGINendCnfLoad
-CODESTARTendCnfLoad
-ENDendCnfLoad
-
-
-BEGINcheckCnf
-CODESTARTcheckCnf
-ENDcheckCnf
-
-
-BEGINactivateCnf
-CODESTARTactivateCnf
-ENDactivateCnf
-
-
-BEGINfreeCnf
-CODESTARTfreeCnf
-ENDfreeCnf
-
/* This function is called to gather input.
*/
BEGINrunInput