diff options
author | Peter Powell <petpow@saberuk.com> | 2015-06-28 11:18:03 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-12-14 23:28:02 +0000 |
commit | c3ab38811523d73e49356940c60dfd8dec32fb01 (patch) | |
tree | 2afec5ba55a6100d44c5243ac8ebefb01acc65be /src | |
parent | a2d95263789b2c4830e96e4abe3e82ee31aea050 (diff) |
Use the binary name "anope" on all platforms.
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/anoperc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/anoperc.in b/src/tools/anoperc.in index 5f4e6c5eb..2e82e33ac 100644 --- a/src/tools/anoperc.in +++ b/src/tools/anoperc.in @@ -15,7 +15,7 @@ ANOPEPID="@INSTDIR@/data/services.pid" -ANOPROG="@INSTDIR@/bin/services" +ANOPROG="@INSTDIR@/bin/anope" LOG="@INSTDIR@/data/logs/" ARCVERSION="2" |