ports/sysutils/rsyslog6-devel/files/patch-plugins__im3195__im3195.c
Philip M. Gollucci 69a9c7639e RSYSLOG OVERHAUL: Part 11
- Don't compile the imtemplate plugin
- Fix the im3195 plugin compile

PR:             ports/151021
2010-10-06 00:20:08 +00:00

13 lines
828 B
C

--- ./plugins/im3195/im3195.c.orig 2010-10-05 05:17:31.289999990 +0000
+++ ./plugins/im3195/im3195.c 2010-10-05 05:18:22.651270169 +0000
@@ -161,8 +161,8 @@
CODEmodInit_QueryRegCFSLineHdlr
CHKiRet(objUse(errmsg, CORE_COMPONENT));
- CHKiRet(omsdRegCFSLineHdlr((uchar *)"input3195listenport", 0, eCmdHdlrInt, NULL, &listenPort, STD_LOADABLE_MODULE_ID));
- CHKiRet(omsdRegCFSLineHdlr((uchar *)"resetconfigvariables", 1, eCmdHdlrCustomHandler, resetConfigVariables, NULL, STD_LOADABLE_MODULE_ID));
+ CHKiRet(omsdRegCFSLineHdlr((uchar *)"input3195listenport", 0, eCmdHdlrInt, NULL, &listenPort, STD_LOADABLE_MODULE_ID, eConfObjAction));
+ CHKiRet(omsdRegCFSLineHdlr((uchar *)"resetconfigvariables", 1, eCmdHdlrCustomHandler, resetConfigVariables, NULL, STD_LOADABLE_MODULE_ID, eConfObjAction));
ENDmodInit
/* vim:set ai:
*/