diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-04-19 08:24:25 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-04-19 08:24:25 +0200 |
commit | bbe1f2688c4bd5cb1b66bb48af1ce5428d69c3b9 (patch) | |
tree | 08e4f48d250765693153e0ecc13db01cc32e4542 /plugins/pmsnare | |
parent | e1c34e174139ad030ca1108ff9782b294909013c (diff) | |
download | rsyslog-bbe1f2688c4bd5cb1b66bb48af1ce5428d69c3b9.tar.gz rsyslog-bbe1f2688c4bd5cb1b66bb48af1ce5428d69c3b9.tar.bz2 rsyslog-bbe1f2688c4bd5cb1b66bb48af1ce5428d69c3b9.zip |
renaming conf.* wasn't a good idea -- undoing
too many dependencies, things get cluttered (and merging probably
gets problematic). Now new config will be "conf2".
Diffstat (limited to 'plugins/pmsnare')
-rw-r--r-- | plugins/pmsnare/pmsnare.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pmsnare/pmsnare.c b/plugins/pmsnare/pmsnare.c index 757e6a8f..f3658d11 100644 --- a/plugins/pmsnare/pmsnare.c +++ b/plugins/pmsnare/pmsnare.c @@ -46,7 +46,7 @@ #include <string.h> #include <assert.h> #include <ctype.h> -#include "legacyconf.h" +#include "conf.h" #include "syslogd-types.h" #include "template.h" #include "msg.h" |