diff options
author | Peter Powell <petpow@saberuk.com> | 2015-06-28 11:24:07 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-12-14 23:28:35 +0000 |
commit | 100ac438aed721d40c516a782ba148b273a2a863 (patch) | |
tree | 78830fd7eb4ceb2508817abf061261d04ac09f68 /src | |
parent | c3ab38811523d73e49356940c60dfd8dec32fb01 (diff) |
Rename PID file to "anope.pid" from "services.pid".
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 2e82e33ac..6a7102083 100644 --- a/src/tools/anoperc.in +++ b/src/tools/anoperc.in @@ -14,7 +14,7 @@ -ANOPEPID="@INSTDIR@/data/services.pid" +ANOPEPID="@INSTDIR@/data/anope.pid" ANOPROG="@INSTDIR@/bin/anope" LOG="@INSTDIR@/data/logs/" ARCVERSION="2" |