Bugzilla – Attachment 84952 Details for
Bug 18562
Add koha-sip script to handle SIP servers for instances
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18562: Add manpage for koha-sip
Bug-18562-Add-manpage-for-koha-sip.patch (text/plain), 3.80 KB, created by
Martin Renvoize (ashimema)
on 2019-02-11 08:37:11 UTC
(
hide
)
Description:
Bug 18562: Add manpage for koha-sip
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-02-11 08:37:11 UTC
Size:
3.80 KB
patch
obsolete
>From 6b893603ce2419386a33249d737e7df94415e16e Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 30 Jan 2019 09:12:25 -0300 >Subject: [PATCH] Bug 18562: Add manpage for koha-sip > >This patch adds the manpage for koha-sip. > >To test: >- Apply this patch >- Run: > $ kshell > k$ prove xt/verify-debian-docbook.t >=> SUCCESS: Tests pass! >- Run: > $ misc4dev/cp_debian_files.pl > $ man koha-sip >=> SUCCESS: The man page shows correctly. >- Sign off :-D > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > debian/docs/koha-sip.xml | 95 ++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 95 insertions(+) > create mode 100644 debian/docs/koha-sip.xml > >diff --git a/debian/docs/koha-sip.xml b/debian/docs/koha-sip.xml >new file mode 100644 >index 0000000000..40cb57da49 >--- /dev/null >+++ b/debian/docs/koha-sip.xml >@@ -0,0 +1,95 @@ >+<article xmlns='http://docbook.org/ns/docbook'> >+<title>koha-sip</title> >+<info> >+<productname>Koha</productname> is the first free software library automation package. >+<author> >+ <orgname>The Koha Community</orgname> >+ <uri>https://koha-community.org/</uri> >+</author> >+</info> >+ >+<refentry xml:id="koha-sip"> >+ >+ <refmeta> >+ <refentrytitle>koha-sip</refentrytitle> >+ <manvolnum>8</manvolnum> >+ </refmeta> >+ >+ <refnamediv> >+ <refname>koha-sip</refname> >+ <refpurpose>Handle SIP server for named Koha instances.</refpurpose> >+ <refclass>UNIX/Linux</refclass> >+ </refnamediv> >+ >+ <refsynopsisdiv> >+ <cmdsynopsis> >+ <command>koha-sip</command> >+ <arg><option>--start</option>|<option>--stop</option>|<option>--restart</option></arg> >+ <arg><option>--status</option></arg> >+ <arg><option>--enable</option></arg> >+ <arg><option>--verbose</option>|<option>-v</option></arg> >+ <arg><option>-h</option>|<option>--help</option></arg> >+ </cmdsynopsis> >+ </refsynopsisdiv> >+ >+ <refsect1><title>Options</title> >+ <para>All option switches are mutually exclusive</para> >+ <variablelist> >+ <varlistentry> >+ <term><option>--start</option></term> >+ <listitem> >+ <para>Starts the SIP server for the specified Koha instances.</para> >+ </listitem> >+ </varlistentry> >+ <varlistentry> >+ <term><option>--stop</option></term> >+ <listitem> >+ <para>Stops the SIP server for the specified Koha instances.</para> >+ </listitem> >+ </varlistentry> >+ <varlistentry> >+ <term><option>--restart</option></term> >+ <listitem> >+ <para>Restarts the SIP server for the specified Koha instances.</para> >+ </listitem> >+ </varlistentry> >+ <varlistentry> >+ <term><option>--enable</option></term> >+ <listitem> >+ <para>Copies the default SIP configuration file (/etc/koha/SIPconfig.xml) to the instance's configuration directory (/etc/koha/sites/)</para> >+ </listitem> >+ </varlistentry> >+ <varlistentry> >+ <term><option>--status</option></term> >+ <listitem> >+ <para>Show status information about the SIP server for the specified Koha instances.</para> >+ </listitem> >+ </varlistentry> >+ <varlistentry> >+ <term><option>-v</option>|<option>--verbose</option></term> >+ <listitem> >+ <para>Display progress messages.</para> >+ </listitem> >+ </varlistentry> >+ <varlistentry> >+ <term><option>-h</option>|<option>--help</option></term> >+ <listitem> >+ <para>This help.</para> >+ </listitem> >+ </varlistentry> >+ </variablelist> >+ </refsect1> >+ >+ <refsect1><title>Description</title> >+ <para>This script handles SIP servers for Koha instances.</para> >+ </refsect1> >+ >+ <refsect1><title>See also</title> >+ <simplelist type="inline"> >+ <member><command>koha-list(8)</command></member> >+ </simplelist> >+ </refsect1> >+ >+</refentry> >+ >+</article> >-- >2.20.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 18562
:
84511
|
84512
|
84513
|
84521
|
84522
|
84523
|
84951
| 84952 |
84953