Bugzilla – Attachment 13108 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), 935 bytes, created by
MJ Ray (software.coop)
on 2012-10-30 10:15:25 UTC
(
hide
)
Description:
Bug 8982 make koha-create accept --database option
Filename:
MIME Type:
Creator:
MJ Ray (software.coop)
Created:
2012-10-30 10:15:25 UTC
Size:
935 bytes
patch
obsolete
>From de7f3ae78d09f56d8de9319d3e2cd4a6ca2a84ae 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 > >--- > debian/scripts/koha-create | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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.2.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