From d21e4e51bd9bc31b83592c2abf120eca329c4c54 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 20 Dec 2012 20:55:48 +0000 Subject: [PATCH] fix mistake in docs for schema file name --- Netdisco/lib/App/Netdisco.pm | 2 +- README.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 76d07be5..387d0174 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -118,7 +118,7 @@ take care of all this for you: If you don't want that level of automation, check out the database schema diff from the current release of Netdisco, and apply it yourself: - ~/perl5/lib/perl5/App/Netdisco/DB/schema_versions/Netdisco-DB-2-3-PostgreSQL.sql + ~/perl5/lib/perl5/App/Netdisco/DB/schema_versions/App-Netdisco-DB-2-3-PostgreSQL.sql =head1 Startup diff --git a/README.txt b/README.txt index 87cce115..474d3860 100644 --- a/README.txt +++ b/README.txt @@ -36,7 +36,7 @@ Dependencies postgres:~$ createuser -DRSP netdisco Enter password for new role: Enter it again: - + postgres:~$ createdb -O netdisco netdisco Installation @@ -86,7 +86,7 @@ Bootstrap If you don't want that level of automation, check out the database schema diff from the current release of Netdisco, and apply it yourself: - ~/perl5/lib/perl5/App/Netdisco/DB/schema_versions/Netdisco-DB-2-3-PostgreSQL.sql + ~/perl5/lib/perl5/App/Netdisco/DB/schema_versions/App-Netdisco-DB-2-3-PostgreSQL.sql Startup Run the following command to start the web server: @@ -148,8 +148,8 @@ COPYRIGHT AND LICENSE * Neither the name of the Netdisco Project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE NETDISCO DEVELOPER TEAM BE LIABLE FOR ANY