Bugzilla – Attachment 13125 Details for
Bug 8982
koha-create rejects --database option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8982 make koha-create accept --database option
Bug-8982-make-koha-create-accept---database-option.patch (text/plain), 983 bytes, created by
Robin Sheat
on 2012-10-30 22:39:30 UTC
(
hide
)
Description:
Bug 8982 make koha-create accept --database option
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2012-10-30 22:39:30 UTC
Size:
983 bytes
patch
obsolete
>From 0e4681f91b48f78d36e5080fabdc53a6805293b2 Mon Sep 17 00:00:00 2001 >From: MJ Ray <mjr@phonecoop.coop> >Date: Tue, 30 Oct 2012 10:14:49 +0000 >Subject: [PATCH] Bug 8982 make koha-create accept --database option > >Signed-off-by: Robin Sheat <robin@catalyst.net.nz> >--- > 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 b0c418c..66f2016 100755 >--- a/debian/scripts/koha-create >+++ b/debian/scripts/koha-create >@@ -94,7 +94,7 @@ fi > > [ $# -ge 2 ] && [ $# -le 16 ] || die $usage > >-TEMP=`getopt -o crpm:l:d:f:a: -l create-db,request-db,populate-db,use-db,marcflavor:,zebralang:,defaultsql:,configfile:,passwdfile:,adminuser: \ >+TEMP=`getopt -o crpm:l:d:f:b:a: -l create-db,request-db,populate-db,use-db,marcflavor:,zebralang:,defaultsql:,configfile:,passwdfile:,database:,adminuser: \ > -n "$0" -- "$@"` > > # Note the quotes around `$TEMP': they are essential! >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8982
:
13108
|
13125