View | Details | Raw Unified | Return to bug 11974
Collapse All | Expand All

(-)a/Makefile.PL (-1 / +5 lines)
Lines 418-423 Name of DBMS server. Link Here
418
418
419
Port that DBMS server is listening on.
419
Port that DBMS server is listening on.
420
420
421
=item DB_SOCKET
422
423
Socket where the DBMS server is listening on.
424
421
=item DB_NAME
425
=item DB_NAME
422
426
423
Name of the DBMS database for Koha.
427
Name of the DBMS database for Koha.
Lines 656-661 $config{'BIB_RETRIEVAL_CFG'} = $config{'BIB_INDEX_MODE'} eq 'dom' Link Here
656
                                  ? 'retrieval-info-bib-dom.xml'
660
                                  ? 'retrieval-info-bib-dom.xml'
657
                                  : 'retrieval-info-bib-grs1.xml';
661
                                  : 'retrieval-info-bib-grs1.xml';
658
662
663
$config{'DB_SOCKET'} = $ENV{DB_SOCKET} || '';
659
664
660
if ($config{'INSTALL_MODE'} ne "dev") {
665
if ($config{'INSTALL_MODE'} ne "dev") {
661
    push @{ $pl_files->{'rewrite-config.PL'} }, (
666
    push @{ $pl_files->{'rewrite-config.PL'} }, (
662
- 

Return to bug 11974