Bugzilla – Attachment 4677 Details for
Bug 6540
Add more options to koha-create
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Followup - Add defaultsql command line option
0003-Bug-6540-Add-defaultsql-command-line-option.patch (text/plain), 848 bytes, created by
Magnus Enger
on 2011-07-20 14:19:09 UTC
(
hide
)
Description:
Followup - Add defaultsql command line option
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2011-07-20 14:19:09 UTC
Size:
848 bytes
patch
obsolete
>From d427edf7a2c54bb832fc3fdcab31d2dfa8dd93b8 Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@enger.priv.no> >Date: Wed, 20 Jul 2011 16:08:51 +0200 >Subject: [PATCH 3/3] Bug 6540 - Add defaultsql command line option > >This will override the setting in /etc/koha/koha-sites.conf. >--- > debian/scripts/koha-create | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/debian/scripts/koha-create b/debian/scripts/koha-create >index 08f4baf..85b208b 100755 >--- a/debian/scripts/koha-create >+++ b/debian/scripts/koha-create >@@ -89,6 +89,7 @@ while true ; do > -p|--populate-db) op=populate ; shift ;; > -m|--marcflavor) ZEBRA_MARC_FORMAT="$2" ; shift 2 ;; > -l|--zebralang) ZEBRA_LANGUAGE="$2" ; shift 2 ;; >+ -d|--defaultsql) DEFAULTSQL="$2" ; shift 2 ;; > --) shift ; break ;; > *) die "Internal error! " ;; > esac >-- >1.7.4.1 >
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 6540
:
4649
|
4660
|
4677
|
4679
|
4690
|
4691
|
4692
|
4693
|
4694
|
4696
|
5016
|
5100