[Koha-patches] [PATCH] Bug 8008 - Fix typo in man page for koha-create

Magnus Enger magnus at enger.priv.no
Wed Apr 25 14:31:43 CEST 2012


Line 121 had "/etc/koha/koha-site.conf" instead of "/etc/koha/koha-sites.conf"

To test:
I don't think this needs any actual testing, just read the patch and check
that it looks sensible...
---
 debian/docs/koha-create.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/docs/koha-create.xml b/debian/docs/koha-create.xml
index ec1e426..26559c9 100644
--- a/debian/docs/koha-create.xml
+++ b/debian/docs/koha-create.xml
@@ -118,7 +118,7 @@
     <para>The Unix user has logins disabled.  The password for MySQL is generated randomly, and printed to the terminal.</para>
     <para>The instance name is used as the domain name (ServerName)  for  Apache. The public catalogue (OPAC), for library customers, is on port 80.  The staff client interface is configured similarly, depending on the settings in <filename>/etc/koha/koha-sites.conf</filename> or alternate config file.</para>
     <para>After  the  Koha  instance  is created, it is ready to be used, but the librarian needs to log in via the intranet and configure things.</para>
-    <para>Several configuration variables are available for adjusting this behavior. The variables are put into <filename>/etc/koha/koha-site.conf</filename>. The following variables are obeyed:</para>
+    <para>Several configuration variables are available for adjusting this behavior. The variables are put into <filename>/etc/koha/koha-sites.conf</filename>. The following variables are obeyed:</para>
     
     <variablelist>
     
-- 
1.7.2.5



More information about the Koha-patches mailing list