From d129bf69c13e02adbca8d32b18a593527dd67cd5 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi 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 --- 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 @@ +
+koha-sip + +Koha is the first free software library automation package. + + The Koha Community + https://koha-community.org/ + + + + + + + koha-sip + 8 + + + + koha-sip + Handle SIP server for named Koha instances. + UNIX/Linux + + + + + koha-sip + || + + + | + | + + + + Options + All option switches are mutually exclusive + + + + + Starts the SIP server for the specified Koha instances. + + + + + + Stops the SIP server for the specified Koha instances. + + + + + + Restarts the SIP server for the specified Koha instances. + + + + + + Copies the default SIP configuration file (/etc/koha/SIPconfig.xml) to the instance's configuration directory (/etc/koha/sites/) + + + + + + Show status information about the SIP server for the specified Koha instances. + + + + | + + Display progress messages. + + + + | + + This help. + + + + + + Description + This script handles SIP servers for Koha instances. + + + See also + + koha-list(8) + + + + + +
-- 2.17.2 (Apple Git-113)