summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index ba6a8d5..48d07c8 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -531,7 +531,7 @@ void configfile_read(void)
if (configfile)
conf_read(configfile, 1);
else {
- conf_read(SYSCONFDIR "/bmonrc", 0);
+ conf_read(SYSCONFDIR "/bmon.conf", 0);
if (getenv("HOME")) {
char path[FILENAME_MAX+1];