[Pkg-nagios-changes] [pkg-nagios] r849 - in nagios-nsca/trunk/debian: . po

Sean Finney seanius at costa.debian.org
Wed Feb 22 11:47:21 UTC 2006


Author: seanius
Date: 2006-02-22 11:47:20 +0000 (Wed, 22 Feb 2006)
New Revision: 849

Added:
   nagios-nsca/trunk/debian/nsca.templates
   nagios-nsca/trunk/debian/po/
   nagios-nsca/trunk/debian/po/POTFILES.in
   nagios-nsca/trunk/debian/po/templates.pot
Modified:
   nagios-nsca/trunk/debian/changelog
   nagios-nsca/trunk/debian/rules
Log:
initial debconf template for enabling/disabling nsca daemon.  no
maintscript logic as we need to discuss specifics (like default
values etc) before doing so.


Modified: nagios-nsca/trunk/debian/changelog
===================================================================
--- nagios-nsca/trunk/debian/changelog	2006-02-21 21:01:18 UTC (rev 848)
+++ nagios-nsca/trunk/debian/changelog	2006-02-22 11:47:20 UTC (rev 849)
@@ -1,6 +1,12 @@
 nsca (2.5-1.1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+
+  [sean finney]
+  * (INCOMPLETE) Add debconf logic for whether nsca service should
+    be installed at boot time.
+
+  [marc haber]
   * remove install calls from debian/rules, use dh_install to ease
     backporting. Adapt lintian override file to nagios2 method.
   * Add possibility to locally build an nsca-client package which cannot

Added: nagios-nsca/trunk/debian/nsca.templates
===================================================================
--- nagios-nsca/trunk/debian/nsca.templates	2006-02-21 21:01:18 UTC (rev 848)
+++ nagios-nsca/trunk/debian/nsca.templates	2006-02-22 11:47:20 UTC (rev 849)
@@ -0,0 +1,11 @@
+Template: nsca/run-nsca-daemon
+Type: boolean
+_Description: Should the nsca daemon be enabled by default?
+ The nsca daemon is the process that handles results service checks sent
+ via send_nsca on remote hosts.  Typically the nsca daemon is only needed
+ on hosts that run the nagios daemon.
+ .
+ If the system on which you are installing nsca also runs the nagios
+ daemon, you should most likely choose this option.  If you are installing
+ nsca on a remote "satellite" system for the purpose of sending service
+ checks to a central nagios host, you should not choose this option.

Added: nagios-nsca/trunk/debian/po/POTFILES.in
===================================================================
--- nagios-nsca/trunk/debian/po/POTFILES.in	2006-02-21 21:01:18 UTC (rev 848)
+++ nagios-nsca/trunk/debian/po/POTFILES.in	2006-02-22 11:47:20 UTC (rev 849)
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] nsca.templates

Added: nagios-nsca/trunk/debian/po/templates.pot
===================================================================
--- nagios-nsca/trunk/debian/po/templates.pot	2006-02-21 21:01:18 UTC (rev 848)
+++ nagios-nsca/trunk/debian/po/templates.pot	2006-02-22 11:47:20 UTC (rev 849)
@@ -0,0 +1,50 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-02-22 12:40+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../nsca.templates:4
+msgid "Should the nsca daemon be enabled by default?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../nsca.templates:4
+msgid ""
+"The nsca daemon is the process that handles results service checks sent via "
+"send_nsca on remote hosts.  Typically the nsca daemon is only needed on "
+"hosts that run the nagios daemon."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../nsca.templates:4
+msgid ""
+"If the system on which you are installing nsca also runs the nagios daemon, "
+"you should most likely choose this option.  If you are installing nsca on a "
+"remote \"satellite\" system for the purpose of sending service checks to a "
+"central nagios host, you should not choose this option."
+msgstr ""

Modified: nagios-nsca/trunk/debian/rules
===================================================================
--- nagios-nsca/trunk/debian/rules	2006-02-21 21:01:18 UTC (rev 848)
+++ nagios-nsca/trunk/debian/rules	2006-02-22 11:47:20 UTC (rev 849)
@@ -44,6 +44,7 @@
 	dh_testroot $(dhbuildpackages)
 	if test -f Makefile; then $(MAKE) distclean; fi
 	dh_clean
+	debconf-updatepo
 	rm -f {build,install}-stamp
 
 install: install-stamp
@@ -51,6 +52,7 @@
 	dh_testdir $(dhbuildpackages)
 	dh_testroot $(dhbuildpackages)
 	dh_clean -k
+	dh_installdebconf
 	dh_installdirs $(dhbuildpackages)
 	dh_installchangelogs $(dhbuildpackages) Changelog
 	dh_installdocs $(dhbuildpackages) README




More information about the Pkg-nagios-changes mailing list