diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-25 22:29:25 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-25 22:29:25 +0000 |
commit | 86e2003a3163f2bb5ff0ea7c6f1a2b453902fcbe (patch) | |
tree | cf1351fd77c77f18fbd1907a39b0e11052b728c8 /include | |
parent | 7f98a73857690a9de3142402f428bc057d91bf69 (diff) |
- ircd binary is now again placed in /bin instead of /sbin
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3047 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/defaults.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/defaults.h b/include/defaults.h index 87eb94f..3ba7eb1 100644 --- a/include/defaults.h +++ b/include/defaults.h @@ -51,7 +51,6 @@ /* dirs */ #define DPATH PREFIX -#define SBINPATH PREFIX "/sbin/" #define BINPATH PREFIX "/bin/" #define MSGPATH DATADIR "/" PACKAGE "/messages" #define MODPATH LIBDIR "/" PACKAGE "/modules/" @@ -62,7 +61,7 @@ #define RUNPATH LOCALSTATEDIR "/run" /* files */ -#define SPATH SBINPATH "/ircd" /* ircd executable */ +#define SPATH BINPATH "/ircd" /* ircd executable */ #define CPATH ETCPATH "/ircd.conf" /* ircd.conf file */ #define KPATH ETCPATH "/kline.db" /* kline file */ #define RESVPATH ETCPATH "/resv.db" /* resv file */ |