From: gmlb Date: Wed, 2 Aug 2000 17:04:29 +0000 (+0000) Subject: Fixed some documentation typOs. (in the install docs) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=da2aedaaffcd9ccd587143c0f438baed526428f1;p=infobot.git Fixed some documentation typOs. (in the install docs) git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@25 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/INSTALL b/blootbot/INSTALL index 0b78705..13d7866 100644 --- a/blootbot/INSTALL +++ b/blootbot/INSTALL @@ -13,7 +13,7 @@ Method of installation. - LWP - Debian: (apt-get install libwww-perl) - HTML::Parser - - Debian: (apt-get install libhtml-parse-perl) + - Debian: (apt-get install libhtml-parser-perl) - Choice of database - MySQL (see INSTALL.mysql) diff --git a/blootbot/INSTALL.mysql b/blootbot/INSTALL.mysql index 78f2747..2c0f584 100644 --- a/blootbot/INSTALL.mysql +++ b/blootbot/INSTALL.mysql @@ -5,7 +5,7 @@ INSTALL.mysql - Debian: (apt-get install libdbd-mysql-perl) - run 'mysqladmin -u root -p create ' -- run 'scripts/setup_user.pl' +- run 'scripts/setup_users.pl' = Possible problems - if connection to localhost is (short) refused, run '/etc/init.d/mysql stop'.