[Pkg-sysvinit-commits] r1690 - in sysvinit/trunk/debian: . po
Kel Modderman
kelmo-guest at alioth.debian.org
Tue Sep 1 15:17:52 UTC 2009
Author: kelmo-guest
Date: 2009-09-01 15:17:52 +0000 (Tue, 01 Sep 2009)
New Revision: 1690
Modified:
sysvinit/trunk/debian/po/templates.pot
sysvinit/trunk/debian/sysv-rc.templates
Log:
Reduce text of template note and question. Remove trailing period from note description.
Modified: sysvinit/trunk/debian/po/templates.pot
===================================================================
--- sysvinit/trunk/debian/po/templates.pot 2009-09-01 14:50:52 UTC (rev 1689)
+++ sysvinit/trunk/debian/po/templates.pot 2009-09-01 15:17:52 UTC (rev 1690)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sysvinit at packages.debian.org\n"
-"POT-Creation-Date: 2009-09-01 16:50+0200\n"
+"POT-Creation-Date: 2009-09-02 01:16+1000\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"
@@ -33,16 +33,13 @@
#. Type: boolean
#. Description
-#. Type: note
-#. Description
-#: ../sysv-rc.templates:2001 ../sysv-rc.templates:3001
+#: ../sysv-rc.templates:2001
msgid ""
" * the order of boot and shutdown is calculated dynamically, using "
"dependency\n"
" information declared in a comment header within each init.d script, "
"which\n"
-" ensures optimum boot sequence for the set of packages installed on the\n"
-" system\n"
+" ensures optimum boot sequence for the set of installed packages\n"
" * protection against problems introduced by new or upgraded packages\n"
" by preserving the boot sequence when problems are detected; the boot\n"
" sequence is only modified if it is safe to do so\n"
@@ -70,7 +67,7 @@
#. Type: note
#. Description
#: ../sysv-rc.templates:3001
-msgid "Unable to migrate to dependency based boot system."
+msgid "Unable to migrate to dependency based boot system"
msgstr ""
#. Type: note
@@ -78,40 +75,38 @@
#: ../sysv-rc.templates:3001
msgid ""
"Tests have determined that problems in the boot system exist which prevent "
-"migration to dependency based boot sequencing."
+"migration to dependency based boot sequencing. It is recommended to migrate "
+"in order to enhance the boot system for the following reasons:"
msgstr ""
#. Type: note
#. Description
#: ../sysv-rc.templates:3001
msgid ""
-"It is recommended to migrate in order to enhance the boot system for the "
-"following reasons:"
+" * the order of boot and shutdown is calculated dynamically, using "
+"dependency\n"
+" information declared in a comment header within each init.d script, "
+"which\n"
+" ensures optimum boot sequence for the set of installed packages\n"
+" * protection against problems introduced by new or upgraded packages\n"
+" by preserving the boot sequence when problems are detected; the boot\n"
+" sequence is only modified if it is safe to do so"
msgstr ""
#. Type: note
#. Description
#: ../sysv-rc.templates:3001
msgid ""
-"The detected problems, listed below, need to be reported to and fixed by the "
-"maintainer of the package/software which installed a problematic boot init.d "
-"script or manually corrected. When reporting bugs belonging to boot init.d "
-"scripts provided by packages with the reportbug utility, quote the problem "
-"descriptions below."
+"The detected problems need to be reported to and fixed manually or by the "
+"maintainer of the package/software which installed a problematic boot init."
+"d script. See http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot for "
+"more information about how to fix the problems preventing migration. To "
+"reattempt the migration process after the problems have been fixed, run "
+"'dpkg-reconfigure sysv-rc'."
msgstr ""
#. Type: note
#. Description
#: ../sysv-rc.templates:3001
-msgid ""
-"See http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot for more "
-"information about how to fix the problems preventing migration. To reattempt "
-"the migration process after the problems have been fixed, run 'dpkg-"
-"reconfigure sysv-rc'."
-msgstr ""
-
-#. Type: note
-#. Description
-#: ../sysv-rc.templates:3001
msgid "The following problems were detected: ${PROBLEMATIC}"
msgstr ""
Modified: sysvinit/trunk/debian/sysv-rc.templates
===================================================================
--- sysvinit/trunk/debian/sysv-rc.templates 2009-09-01 14:50:52 UTC (rev 1689)
+++ sysvinit/trunk/debian/sysv-rc.templates 2009-09-01 15:17:52 UTC (rev 1690)
@@ -17,8 +17,7 @@
.
* the order of boot and shutdown is calculated dynamically, using dependency
information declared in a comment header within each init.d script, which
- ensures optimum boot sequence for the set of packages installed on the
- system
+ ensures optimum boot sequence for the set of installed packages
* protection against problems introduced by new or upgraded packages
by preserving the boot sequence when problems are detected; the boot
sequence is only modified if it is safe to do so
@@ -34,32 +33,23 @@
Template: sysv-rc/unable-to-convert
Type: note
-_Description: Unable to migrate to dependency based boot system.
+_Description: Unable to migrate to dependency based boot system
Tests have determined that problems in the boot system exist which prevent
- migration to dependency based boot sequencing.
+ migration to dependency based boot sequencing. It is recommended to migrate
+ in order to enhance the boot system for the following reasons:
.
- It is recommended to migrate in order to enhance the boot system for the
- following reasons:
- .
* the order of boot and shutdown is calculated dynamically, using dependency
information declared in a comment header within each init.d script, which
- ensures optimum boot sequence for the set of packages installed on the
- system
+ ensures optimum boot sequence for the set of installed packages
* protection against problems introduced by new or upgraded packages
by preserving the boot sequence when problems are detected; the boot
sequence is only modified if it is safe to do so
- * potential for further optimization by way of concurrent boot methodology
- in order to increase boot efficiency
.
- The detected problems, listed below, need to be reported to and fixed by the
- maintainer of the package/software which installed a problematic boot init.d
- script or manually corrected. When reporting bugs belonging to boot init.d
- scripts provided by packages with the reportbug utility, quote the problem
- descriptions below.
- .
- See http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot for more
- information about how to fix the problems preventing migration. To reattempt
- the migration process after the problems have been fixed, run
+ The detected problems need to be reported to and fixed manually or by the
+ maintainer of the package/software which installed a problematic boot init.d
+ script. See http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot for
+ more information about how to fix the problems preventing migration. To
+ reattempt the migration process after the problems have been fixed, run
'dpkg-reconfigure sysv-rc'.
.
The following problems were detected: ${PROBLEMATIC}
More information about the Pkg-sysvinit-commits
mailing list