diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-05-12 12:55:25 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-05-12 12:55:25 +0200 |
commit | 054837a480a3a5b15f48b8d0bdcde5a687d98c54 (patch) | |
tree | a50b766057921ff16f205d92787e26a81a6315e4 /plugins | |
parent | 759904862dab6e580c6b890fd9ed75e1f29271f1 (diff) | |
download | rsyslog-054837a480a3a5b15f48b8d0bdcde5a687d98c54.tar.gz rsyslog-054837a480a3a5b15f48b8d0bdcde5a687d98c54.tar.xz 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.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/imttcp/imttcp.c | 24 |
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 |