From d610d3f344b78d8ef45b5d27b9466eeab192fc8f Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 6 Jan 2016 02:00:12 -0600 Subject: [PATCH] config.h: fix SPATH --- include/config.h | 2 +- include/config.h.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config.h b/include/config.h index 4428a287a..96a6fc777 100644 --- a/include/config.h +++ b/include/config.h @@ -58,7 +58,7 @@ #define HPATH HELP_DIR "/opers" /* files */ -#define SPATH BINPATH "/" PROGRAM_PREFIX "ircd" /* ircd executable */ +#define SPATH BINPATH "/" PROGRAM_PREFIX "charybdis" /* ircd executable */ #define CPATH ETCPATH "/ircd.conf" /* ircd.conf file */ #define MPATH ETCPATH "/ircd.motd" /* MOTD file */ #define LPATH LOGPATH "/ircd.log" /* ircd logfile */ diff --git a/include/config.h.dist b/include/config.h.dist index 5a026fb6e..bfc34017a 100644 --- a/include/config.h.dist +++ b/include/config.h.dist @@ -58,7 +58,7 @@ #define HPATH HELP_DIR "/opers" /* files */ -#define SPATH BINPATH "/" PROGRAM_PREFIX "/ircd" /* ircd executable */ +#define SPATH BINPATH "/" PROGRAM_PREFIX "charybdis" /* ircd executable */ #define CPATH ETCPATH "/ircd.conf" /* ircd.conf file */ #define MPATH ETCPATH "/ircd.motd" /* MOTD file */ #define LPATH LOGPATH "/ircd.log" /* ircd logfile */