diff options
author | Peter Powell <petpow@saberuk.com> | 2015-08-18 04:35:16 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-12-14 23:28:35 +0000 |
commit | fc32ae6b425e845c2b7dc43b2c618d6dfb947cf1 (patch) | |
tree | 2782bd7af23757b3abc31cbc79f823fe4e8d3119 /docs | |
parent | ea985a39a791ec4f5685fd4a98ad144c81da61c7 (diff) |
Rename "example.conf" to "anope.example.conf".
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL | 6 | ||||
-rw-r--r-- | docs/INSTALL.fr | 6 | ||||
-rw-r--r-- | docs/WIN32.txt | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index 3601de1de..071483b08 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -53,7 +53,7 @@ Note: You should also read the README and FAQ files! the memos of any user. Now go into the conf directory (by default, ~/anope/conf). Copy the example - configuration file (example.conf) to anope.conf, and open the latter + configuration file (anope.example.conf) to anope.conf, and open the latter with your favorite text editor. It contains all the configuration directives Anope will use at startup. Read the instructions contained in the file carefully. Using the default values is NOT a good idea, and will @@ -71,7 +71,7 @@ Note: You should also read the README and FAQ files! * IMPORTANT: Back up your old databases! * If you are upgrading to a new major release, ALWAYS restart a - fresh configuration file from example.conf. + fresh configuration file from anope.example.conf. 3) Setting up the IRCd @@ -83,7 +83,7 @@ Note: You should also read the README and FAQ files! a shared block), and be sure that the IRCd is listneing on the given port in the link block. - Example link configurations can be found in example.conf for some of the + Example link configurations can be found in anope.example.conf for some of the popular IRCds. Don't forget to /rehash your IRCd to apply changes. diff --git a/docs/INSTALL.fr b/docs/INSTALL.fr index b99397120..4cb453d35 100644 --- a/docs/INSTALL.fr +++ b/docs/INSTALL.fr @@ -56,7 +56,7 @@ Note : Vous devrez également lire les fichiers README et FAQ ! utilisateurs. Allez maintenant dans le répertoire conf (par défaut, ~/anope/conf). - Copiez l'exemple de fichier de configuration (example.conf) en + Copiez l'exemple de fichier de configuration (anope.example.conf) en anope.conf et ouvrez ce dernier avec votre éditeur de texte favori. Il contient toutes les directives de configuration qu'Anope va utiliser en démarrant. Lisez attentivement les instructions contenues dans le @@ -78,7 +78,7 @@ Note : Vous devrez également lire les fichiers README et FAQ ! * IMPORTANT : Sauvegardez vos anciennes bases de données ! * Si vous mettez à jour vers une nouvelle version majeure, recommencez *toujours* toute votre configuration à partir du - fichier example.conf. + fichier anope.example.conf. 3) Configuration de l'IRCd @@ -92,7 +92,7 @@ Note : Vous devrez également lire les fichiers README et FAQ ! sur le port donné dans le bloc link. Des exemples de configurations de bloc link peuvent être trouvés dans - le fichier example.conf pour certains des IRCd les plus populaires. + le fichier anope.example.conf pour certains des IRCd les plus populaires. Souvenez-vous de /rehash votre IRCd pour appliquer les changements. diff --git a/docs/WIN32.txt b/docs/WIN32.txt index d0a2a7dd7..9c3ce91f7 100644 --- a/docs/WIN32.txt +++ b/docs/WIN32.txt @@ -103,7 +103,7 @@ Anope for Windows INSTALL within the Solution Explorer. Right-click on INSTALL and choose Build.
When you have done this, all the files will be installed to where they belong.
- The only thing you need to do is rename "data/example.conf" to be "data/anope.conf",
+ The only thing you need to do is rename "data/anope.example.conf" to be "data/anope.conf",
and then follow the steps to set up Anope.
You have now completed the building phase of Anope for Windows. You can
|