Bug 9250 - Followup to add koha-*-sip commands to koha-common.xml
The original patch for Bug 9250 did not add the new commands to debian/docs/koha-common.xml, which functions as a sort of table of contents for the real commands. This patch adds them. Signed-off-by: Robin Sheat <robin@catalyst.net.nz> Simple documentation patch Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
parent
3dc22e7fb2
commit
38b1fd99c4
1 changed files with 26 additions and 0 deletions
26
debian/docs/koha-common.xml
vendored
26
debian/docs/koha-common.xml
vendored
|
@ -167,6 +167,32 @@
|
|||
</variablelist>
|
||||
</refsect2>
|
||||
|
||||
<refsect2><title>SIP2-related</title>
|
||||
<variablelist>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>koha-enable-sip</option></term>
|
||||
<listitem>
|
||||
<para>Copies the SIP configuration file to allow SIP to be controlled by init scripts.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>koha-start-sip</option></term>
|
||||
<listitem>
|
||||
<para>Starts the SIP daemon for the specified Koha instances.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>koha-stop-sip</option></term>
|
||||
<listitem>
|
||||
<para>Stops the SIP daemon for the specified Koha instances.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect2>
|
||||
|
||||
<refsect2><title>Misc</title>
|
||||
<variablelist>
|
||||
|
||||
|
|
Loading…
Reference in a new issue