diff options
| author | Lucas Castro <lucas@gnuabordo.com.br> | 2024-01-11 12:07:59 -0300 |
|---|---|---|
| committer | Lucas Castro <lucas@gnuabordo.com.br> | 2024-01-11 12:07:59 -0300 |
| commit | 11c6082673831a4e7c07633394522a3a9cffeba0 (patch) | |
| tree | e42650dfeafc8bc253377a689f84b34ae5948042 /globals.c | |
| parent | f07863bd15070279a38dad7caa3617b0aaf44e96 (diff) | |
New upstream version 1.0.8
Diffstat (limited to 'globals.c')
| -rw-r--r-- | globals.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" }; |
