summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-09-11 16:28:52 +0100
committerSadie Powell <sadie@witchery.services>2020-09-28 15:28:27 +0100
commitf430522b410e43b60eac78c66fecb37400fbac18 (patch)
tree8283030bff71ce627b15555a7e06e3988e47b89d /src
parent907aa603801b1d06d34b23ba9e473f4b74db28fe (diff)
Rename things from services to anope.
Diffstat (limited to 'src')
-rw-r--r--src/config.cpp2
-rw-r--r--src/init.cpp2
-rw-r--r--src/tools/anoperc.in4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/config.cpp b/src/config.cpp
index 3b8e5c34d..b1fc8c8af 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -19,7 +19,7 @@
using namespace Configuration;
-File ServicesConf("services.conf", false); // Services configuration file name
+File ServicesConf("anope.conf", false); // Services configuration file name
Conf *Config = NULL;
Block::Block(const Anope::string &n) : name(n), linenum(-1)
diff --git a/src/init.cpp b/src/init.cpp
index 31eae9901..1f60dd4b7 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -488,7 +488,7 @@ void Anope::Init(int ac, char **av)
catch (const ConfigException &ex)
{
Log(LOG_TERMINAL) << ex.GetReason();
- Log(LOG_TERMINAL) << "*** Support resources: Read through the services.conf self-contained";
+ Log(LOG_TERMINAL) << "*** Support resources: Read through the anope.conf self-contained";
Log(LOG_TERMINAL) << "*** documentation. Read the documentation files found in the 'docs'";
Log(LOG_TERMINAL) << "*** folder. Visit our portal located at https://www.anope.org/. Join";
Log(LOG_TERMINAL) << "*** our support channel on /server irc.anope.org channel #anope.";
diff --git a/src/tools/anoperc.in b/src/tools/anoperc.in
index 8cf265ab7..bdcbe06a8 100644
--- a/src/tools/anoperc.in
+++ b/src/tools/anoperc.in
@@ -14,8 +14,8 @@
-ANOPEPID="@INSTDIR@/data/services.pid"
-ANOPROG="@INSTDIR@/bin/services"
+ANOPEPID="@INSTDIR@/data/anope.pid"
+ANOPROG="@INSTDIR@/bin/anope"
LOG="@INSTDIR@/logs/"
ARCVERSION="2"