From: Tim R. <tim...@us...> - 2004-08-12 22:54:58
|
Update of /cvsroot/infobot/infobot/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24368/doc Modified Files: infobot_guide.html intro.bit Log Message: conf/*-dist files are now in conf/dist/ Index: infobot_guide.html =================================================================== RCS file: /cvsroot/infobot/infobot/doc/infobot_guide.html,v retrieving revision 1.5 retrieving revision 1.6 diff -w -u -r1.5 -r1.6 --- infobot_guide.html 2 Aug 2004 20:22:52 -0000 1.5 +++ infobot_guide.html 12 Aug 2004 22:54:46 -0000 1.6 @@ -327,7 +327,7 @@ <p> The 'p' (oP) flag in the userfile allows this to work. You'll need to set a hostmask. See - <code>files/infobot.users-dist</code> Also uses a + <code>conf/dist/infobot.users</code> Also uses a crypted password. <p> <dir> @@ -498,26 +498,26 @@ <LI> <b> editing the parameter file </b> <p> - The parameter file, usually in <code>files/infobot.config</code>, + The parameter file, usually in <code>conf/infobot.config</code>, is the most direct way to customize the settings on your infobot. <p> Before you run your infobot for the first time, you will need to - copy <code>files/infobot.config-dist</code> to - <code>files/infobot.config</code> and make changes to - <code>files/infobot.config</code> to configure your infobot. + copy <code>conf/dist/infobot.config</code> to + <code>conf/infobot.config</code> and make changes to + <code>conf/infobot.config</code> to configure your infobot. <p> <LI> <b>editing the user file</b> <p> - The user file, usually in <code>files/infobot.users</code>, + The user file, usually in <code>conf/infobot.users</code>, is the most direct way to customize the settings on your infobot. <p> Before you run your infobot for the first time, you will need to - copy <code>files/infobot.users-dist</code> to - <code>files/infobot.users</code>. You may wish to add yourself + copy <code>conf/dist/infobot.users</code> to + <code>conf/infobot.users</code>. You may wish to add yourself to the user list. <p> @@ -643,7 +643,7 @@ <p> You can set the infobot to automatically start up using <code>cron</code>. See the included example <code>crontab</code> - file, in <code>files/infobot.crontab</code> + file, in <code>conf/infobot.crontab</code> </UL> <hr> Index: intro.bit =================================================================== RCS file: /cvsroot/infobot/infobot/doc/intro.bit,v retrieving revision 1.3 retrieving revision 1.4 diff -w -u -r1.3 -r1.4 --- intro.bit 2 Aug 2004 20:22:52 -0000 1.3 +++ intro.bit 12 Aug 2004 22:54:46 -0000 1.4 @@ -251,7 +251,7 @@ <p> The 'p' (oP) flag in the userfile allows this to work. You'll need to set a hostmask. See - <code>files/infobot.users-dist</code> Also uses a + <code>files/dist/infobot.users</code> Also uses a crypted password. <p> <dir> |