From b648cd975bb5a8adca940b9a96f7ec56e465cc8a Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Wed, 28 Jun 2017 23:31:12 +0000 Subject: [PATCH] Bug 18877: Outdated explanation of use when tow patches applied TEST PLAN --------- apply bugs 9409 and 14533 (order is irrelevant) trigger message about missing database name -- notice it fails to mention dbhost apply this patch trigger message again -- notice it mentions dbhost --- debian/scripts/koha-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/koha-create b/debian/scripts/koha-create index 5dabfa9140..74888bc39e 100755 --- a/debian/scripts/koha-create +++ b/debian/scripts/koha-create @@ -566,7 +566,7 @@ then --use-db must have a database name. It can be specified in a readable password file ($PASSWDFILE). Using --passwdfile overrides the default /usr/koha/passwd file. Each line of a passwd file should be in the format of: - instance:username:password:dbname + instance:username:password:dbname:dbhost A database name can also be specified using '--database dbname'. NO_DB die; -- 2.11.0