X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fconfigfile.c;h=f9c20fc3116bed1f2f8a54b8fa87c4dc77da4a19;hb=03576db7496264c5e7054e6cc765db0beea4a0da;hp=b1030fe939098ce818bb44e88a87c7137164df14;hpb=576d966de9a98aacd1a2740abb349022cc32d913;p=collectd.git diff --git a/src/configfile.c b/src/configfile.c index b1030fe9..f9c20fc3 100644 --- a/src/configfile.c +++ b/src/configfile.c @@ -891,7 +891,7 @@ int cf_read (char *filename) /* Read the default types.db if no `TypesDB' option was given. */ if (cf_default_typesdb) - read_types_list (PLUGINDIR"/types.db"); + read_types_list (PKGDATADIR"/types.db"); return (0); } /* int cf_read */