diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-29 20:07:55 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-29 20:07:55 +0000 |
| commit | bd2cb095aa686c3bf0f662c0029687645142ea9e (patch) | |
| tree | 875737760f27ce0236884d0805db9b4b00f58046 /src/bin | |
| parent | d6bb55476c9aa4771e2b7f24cee05325a1df4117 (diff) | |
Modifications to the Autotools build system to try to make it work with the changes made from CMake, still untested (again, don't use this commit).
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1877 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/anoperc.cmake | 8 | ||||
| -rw-r--r-- | src/bin/anoperc.in | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/bin/anoperc.cmake b/src/bin/anoperc.cmake index 02c5bf18e..3e7cbec62 100644 --- a/src/bin/anoperc.cmake +++ b/src/bin/anoperc.cmake @@ -15,9 +15,9 @@ -ANOPEPID="@DATADIR@/services.pid" -ANOPROG="@BINDIR@/services" -LOG="@DATADIR@/logs/" +ANOPEPID="@INSTDIR@/data/services.pid" +ANOPROG="@INSTDIR@/services" +LOG="@INSTDIR@/data/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]" diff --git a/src/bin/anoperc.in b/src/bin/anoperc.in index 4f4961c9c..3e7cbec62 100644 --- a/src/bin/anoperc.in +++ b/src/bin/anoperc.in @@ -15,9 +15,9 @@ -ANOPEPID="@DATDEST@/services.pid" -ANOPROG="@BINDEST@/services" -LOG="@DATDEST@/logs/" +ANOPEPID="@INSTDIR@/data/services.pid" +ANOPROG="@INSTDIR@/services" +LOG="@INSTDIR@/data/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]" |
