]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Paths to MySQL/PGSQL scripts corrected.
authorTomek Mrugalski <tomasz@isc.org>
Tue, 27 Jan 2015 13:14:30 +0000 (14:14 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 27 Jan 2015 13:14:30 +0000 (14:14 +0100)
doc/guide/admin.xml

index 08e8799b68ba5cd5ecde1ba96742212062df0fec..df48e44e8b5fa126c30cedbb7c47ce2ec6da6ca7 100644 (file)
@@ -215,7 +215,7 @@ mysql> <userinput>GRANT ALL ON <replaceable>database-name</replaceable>.* TO '<r
                 as explained below.)  To do this:
 <screen>
 mysql> <userinput>CONNECT <replaceable>database-name</replaceable>;</userinput>
-mysql> <userinput>SOURCE <replaceable>path-to-kea</replaceable>/share/kea/dhcpdb_create.mysql</userinput>
+mysql> <userinput>SOURCE <replaceable>path-to-kea</replaceable>/share/kea/scripts/mysql/dhcpdb_create.mysql</userinput>
 </screen>
                 (<replaceable>path-to-kea</replaceable> is the
                 location where you installed Kea.)
@@ -363,7 +363,7 @@ $
                 command completes you will be returned to the shell
                 prompt. You should see output similar to following:
 <screen>
-$ <userinput>psql -d <replaceable>database-name</replaceable> -U <replaceable>user-name</replaceable> -f <replaceable>path-to-kea</replaceable>/share/kea/dhcpdb_create.pgsql</userinput>
+$ <userinput>psql -d <replaceable>database-name</replaceable> -U <replaceable>user-name</replaceable> -f <replaceable>path-to-kea</replaceable>/share/kea/scripts/pgsql/dhcpdb_create.pgsql</userinput>
 Password for user <replaceable>user-name</replaceable>:
 CREATE TABLE
 CREATE INDEX