aboutsummaryrefslogtreecommitdiff
path: root/globals.c
diff options
context:
space:
mode:
authorLucas Castro <lucas@gnuabordo.com.br>2024-01-11 12:07:59 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-06-05 19:00:29 -0300
commita4676d0e2e75ebcadfb2c947f7a1fa39b8aea246 (patch)
tree635a07582f6f525318bfed44c38bda264f65f28c /globals.c
parentca0774165e52cc2c08a6bac98ed3f8622842930e (diff)
New upstream version 1.0.8
Diffstat (limited to 'globals.c')
-rw-r--r--globals.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/globals.c b/globals.c
index 7f2cae0..d37a306 100644
--- a/globals.c
+++ b/globals.c
@@ -12,7 +12,7 @@ License: GPLv2
#include "globals.h"
#include "defs.h"
-#define LSM_CONFIG_FILE ETCDIR "/lsm.conf"
+#define FOOLSM_CONFIG_FILE ETCDIR "/foolsm.conf"
static char *prog = NULL;
static int cont = TRUE;
@@ -20,8 +20,8 @@ static int dump = FALSE;
static int ident = 0;
static int reload_cfg = FALSE;
static int dump_if_list = FALSE;
-static char *configfile = LSM_CONFIG_FILE;
-static char *pidfile = "/var/run/lsm.pid";
+static char *configfile = FOOLSM_CONFIG_FILE;
+static char *pidfile = "/var/run/foolsm.pid";
static int nodaemon = 0;
static char *status_str[] = { "down", "up", "unknown", "long_down" };