diff options
author | Sadie Powell <sadie@witchery.services> | 2020-09-11 16:28:52 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-09-28 15:28:27 +0100 |
commit | f430522b410e43b60eac78c66fecb37400fbac18 (patch) | |
tree | 8283030bff71ce627b15555a7e06e3988e47b89d /src/tools | |
parent | 907aa603801b1d06d34b23ba9e473f4b74db28fe (diff) |
Rename things from services to anope.
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/anoperc.in | 4 |
1 files changed, 2 insertions, 2 deletions
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" |