diff options
author | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-01 15:16:47 +0000 |
---|---|---|
committer | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-01 15:16:47 +0000 |
commit | 1e5825ab5719209389732b5b3ce8f0b4d7ab2088 (patch) | |
tree | 9482123681051b6f39a6dfac9945cc96b858a690 /src | |
parent | 4f312227d79180ee5927c3d5cfec03e216024b13 (diff) |
Updated anoperc.in to reflect relocated services binary
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1942 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/anoperc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/anoperc.in b/src/bin/anoperc.in index 3e678c300..b0961ecbb 100644 --- a/src/bin/anoperc.in +++ b/src/bin/anoperc.in @@ -16,9 +16,9 @@ ANOPEPID="@INSTDIR@/data/services.pid" -ANOPROG="@INSTDIR@/services" +ANOPROG="@INSTDIR@/bin/services" LOG="@INSTDIR@/data/logs/" -ARCVERSION="1.2" +ARCVERSION="1.3" isAnopeRunning () { if [ ! -f $ANOPEPID ] ; then |