diff options
Diffstat (limited to 'src/tools/anoperc.in')
-rw-r--r-- | src/tools/anoperc.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/tools/anoperc.in b/src/tools/anoperc.in index 2802e57e2..ac379ed90 100644 --- a/src/tools/anoperc.in +++ b/src/tools/anoperc.in @@ -2,7 +2,7 @@ # # Configuration script for Services # -# (C) 2003-2016 Anope Team +# (C) 2003-2014 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. @@ -14,8 +14,8 @@ -ANOPEPID="@INSTDIR@/data/services.pid" -ANOPROG="@INSTDIR@/bin/services" +ANOPEPID="@INSTDIR@/data/anope.pid" +ANOPROG="@INSTDIR@/bin/anope" LOG="@INSTDIR@/logs/" ARCVERSION="2" @@ -65,7 +65,7 @@ if [ "$1" = "start" ] ; then echo "This error has been logged in your Anope Log file" echo "Located in "$LOG"" echo "This may help you diagnose the problem" - echo "Further help may be available from http://www.anope.org/" + echo "Further help may be available from https://anope.org/" exit 1 fi @@ -101,7 +101,7 @@ elif [ "$1" = "restart" ] ; then echo "This error has been logged in your Anope Log file" echo "Located in "$LOG"" echo "This may help you diagnose the problem" - echo "Further help may be available from http://www.anope.org/" + echo "Further help may be available from https://anope.org/" exit 1 fi @@ -128,7 +128,7 @@ elif [ "$1" = "help" ] ; then echo "$0 help Show this help menu" echo "If you need further help please check the /docs/" echo "folder or make use of our extensive online support at" - echo "http://www.anope.org/" + echo "https://anope.org/" fi else |