diff options
-rw-r--r-- | data/example.chk | 2 | ||||
-rw-r--r-- | data/example.conf | 2 | ||||
-rw-r--r-- | src/tools/anoperc.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/data/example.chk b/data/example.chk index 633971e83..179513a9b 100644 --- a/data/example.chk +++ b/data/example.chk @@ -15,7 +15,7 @@ ANOPATH=/home/ircd/services/bin ANODATA=/home/ircd/services/data # Name of the pid file -ANOPIDF=services.pid +ANOPIDF=anope.pid # Name of the executable ANOPROG=anope diff --git a/data/example.conf b/data/example.conf index 6843c8021..38fdd7de4 100644 --- a/data/example.conf +++ b/data/example.conf @@ -231,7 +231,7 @@ serverinfo * The filename containing the Services process ID. The path is relative to the * services root directory. */ - pid = "data/services.pid" + pid = "data/anope.pid" /* * The filename containing the Message of the Day. The path is relative to the 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" |