diff options
-rw-r--r-- | CMakeLists.txt | 8 | ||||
-rw-r--r-- | data/example.chk | 2 | ||||
-rw-r--r-- | docs/INSTALL | 4 | ||||
-rw-r--r-- | docs/INSTALL.fr | 4 | ||||
-rw-r--r-- | src/tools/anoperc.in | 2 |
5 files changed, 7 insertions, 13 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 974988b67..3b06bf1f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,13 +101,7 @@ if(CMAKE_DL_LIBS) endif(CMAKE_DL_LIBS) if(NOT PROGRAM_NAME) - # Under Windows, we set the executable name for Anope to be anope - if(WIN32) - set(PROGRAM_NAME anope) - # Under *nix, we set the executable name for Anope to be services - else(WIN32) - set(PROGRAM_NAME services) - endif(WIN32) + set(PROGRAM_NAME anope) endif(NOT PROGRAM_NAME) # If we are not using Visual Studio, we'll run the following checks diff --git a/data/example.chk b/data/example.chk index 119b1ca99..633971e83 100644 --- a/data/example.chk +++ b/data/example.chk @@ -18,7 +18,7 @@ ANODATA=/home/ircd/services/data ANOPIDF=services.pid # Name of the executable -ANOPROG=services +ANOPROG=anope # Parameters to pass to the executable ANOARGS="" diff --git a/docs/INSTALL b/docs/INSTALL index 0a923ef97..443036c60 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -95,7 +95,7 @@ Note: You should also read the README and FAQ files! 4) Starting Anope Go into the directory where binaries were installed (by default, this is - ~/services/bin). Type ./services to launch Anope. + ~/services/bin). Type ./anope to launch Anope. If there are syntax errors in the configuration file they will be displayed on the screen. Correct them until there are no errors anymore. @@ -104,7 +104,7 @@ Note: You should also read the README and FAQ files! Give Services at least one minute to link to your network, as certain IRCds on some OSes may be really slow for the link process. If nothing happens after about a minute, it is probably a configuration problem. Try - to launch Anope with ./services -debug -nofork to see any errors that it + to launch Anope with ./anope -debug -nofork to see any errors that it encounters, and try to correct them. If you need help to solve errors, feel free to subscribe to the Anope diff --git a/docs/INSTALL.fr b/docs/INSTALL.fr index f7af3aac8..23fd47ec6 100644 --- a/docs/INSTALL.fr +++ b/docs/INSTALL.fr @@ -104,7 +104,7 @@ Note : Vous devrez également lire les fichiers README et FAQ ! 4) Mettre en route Anope Allez dans le répertoire où les fichiers binaires ont été installés - (par défaut, ~/services/bin). Tapez ./services pour lancer Anope. + (par défaut, ~/services/bin). Tapez ./anope pour lancer Anope. S'il y a des erreurs de syntaxe dans le fichier de configuration, elles seront affichées à l'écran. Corrigez-les jusqu'à ce qu'il n'y en ait @@ -114,7 +114,7 @@ Note : Vous devrez également lire les fichiers README et FAQ ! réseau, car certains IRCds sur certains systèmes peuvent être très lents pour le processus de liaison. Si rien ne se passe après environ une minute, il y a probablement un problème de configuration. Essayez - de lancer Anope en mode debug avec ./services -debug -nofork pour voir + de lancer Anope en mode debug avec ./anope -debug -nofork pour voir toutes les erreurs rencontrées et essayez de les corriger. Si vous avez besoin d'aide pour résoudre des erreurs, n'hésitez pas à diff --git a/src/tools/anoperc.in b/src/tools/anoperc.in index 5f4e6c5eb..2e82e33ac 100644 --- a/src/tools/anoperc.in +++ b/src/tools/anoperc.in @@ -15,7 +15,7 @@ ANOPEPID="@INSTDIR@/data/services.pid" -ANOPROG="@INSTDIR@/bin/services" +ANOPROG="@INSTDIR@/bin/anope" LOG="@INSTDIR@/data/logs/" ARCVERSION="2" |