diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-29 09:02:03 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-29 09:02:03 +0000 |
| commit | e0c10d684e412a71f9da9bafdde728c94ae9e8aa (patch) | |
| tree | 54516efce454ea71c6c8f9c9b0d40fb66cffec69 /src/bin | |
| parent | 6a2c0a7785a3b60e57e796d7d148c25314fec9d3 (diff) | |
Reverting my last 2 commits in an attempt to fix my own screwball mistake.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1873 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/anoperc.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/anoperc.in b/src/bin/anoperc.in index 3e7cbec62..02c5bf18e 100644 --- a/src/bin/anoperc.in +++ b/src/bin/anoperc.in @@ -15,9 +15,9 @@ -ANOPEPID="@INSTDIR@/data/services.pid" -ANOPROG="@INSTDIR@/services" -LOG="@INSTDIR@/data/logs/" +ANOPEPID="@DATADIR@/services.pid" +ANOPROG="@BINDIR@/services" +LOG="@DATADIR@/logs/" ARCVERSION="1.2" isAnopeRunning () { @@ -134,7 +134,7 @@ elif [ "$1" = "help" ] ; then echo "folder or make use of our extensive online support at" echo "http://www.anope.org/" fi - + else echo "Anope Remote Control ($ARCVERSION)" echo "Usage: $0 [start|stop|status|restart|rehash|version|help]" |
