changing the name of the zebra password file to passwd

Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
Joshua Ferraro 2007-10-01 23:14:07 -05:00 committed by Chris Cormack
parent 8f237225e5
commit ae34e8f45a
5 changed files with 5 additions and 5 deletions

View file

@ -163,7 +163,7 @@ WriteMakefile(
'rewrite-config.PL' => [
'$(PREFIX)/share/koha/etc/koha-conf.xml',
'$(PREFIX)/share/koha/etc/koha-httpd.conf',
'$(PREFIX)/share/koha/etc/zebradb/tab/kohalis',
'$(PREFIX)/share/koha/etc/zebradb/tab/passwd',
'$(PREFIX)/share/koha/etc/zebradb/zebra-biblios.cfg',
'$(PREFIX)/share/koha/etc/zebradb/zebra-authorities.cfg'
]

View file

@ -29,7 +29,7 @@ storeData:1
lockDir: __BASE_DIR__/zebradb/authorities/lock
perm.anonymous:r
perm.kohaadmin:rw
passw.kohalis
passw.passwd
shadow
register: __BASE_DIR__/zebradb/authorities/register:4G
shadow: __BASE_DIR__/zebradb/authorities/shadow:1G

View file

@ -26,7 +26,7 @@ storeData:1
lockDir: __BASE_DIR__/zebradb/biblios/lock
perm.anonymous:r
perm.kohaadmin:rw
passw.kohalis
passw.passwd
shadow
register: __BASE_DIR__/zebradb/biblios/register:4G
shadow: __BASE_DIR__/zebradb/biblios/shadow:4G

View file

@ -245,7 +245,7 @@ storeData:1
lockDir: $authorityserverdir/lock
perm.anonymous:r
perm.kohaadmin:rw
passw.kohalis
passw.passwd
shadow
register: $authorityserverdir/register:4G
shadow: $authorityserverdir/shadow:4G
@ -447,7 +447,7 @@ storeData:1
lockDir: $biblioserverdir/lock
perm.anonymous:r
perm.kohaadmin:rw
passw.kohalis
passw.passwd
shadow
register: $biblioserverdir/register:4G
shadow: $biblioserverdir/shadow:4G