[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[BTS#685577] templates://ipvsadm/{ipvsadm.templates} : Final update for English review



Dear Debian maintainer,

On Thursday, September 06, 2012, I notified you of the beginning of a review process
concerning debconf templates for ipvsadm.

The debian-l10n-english contributors have now reviewed these templates,
and the final proposed changes are attached to this update to the
original bug report.

Please review the suggested changes, and if you have any
objections, let me know in the next 3 days.

However, please try to avoid uploading ipvsadm with these changes
right now.

The second phase of this process will begin on Sunday, September 09, 2012, when I will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
about Sunday, September 30, 2012. Please avoid uploading a package with fixed or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.

Around Monday, October 01, 2012, I will contact you again and will send a final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


-- 


# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: ipvsadm/daemon_method
Type: select
__Choices: none, master, backup, both
Default: none
_Description: Daemon method:
 ipvsadm can activate the IPVS synchronization daemon. "master" starts this
 daemon in master mode, "backup" starts it in backup mode, and "both" uses
 master and backup modes at the same time. "none" disables the daemon.
 .
 See the ipvsadm(8) man page for more details.

Template: ipvsadm/kernel_does_not_support_ipvs
Type: error
_Description: Kernel does not support IPVS
 ipvsadm is useless with this kernel, since it has been built with CONFIG_IP_VS=n.
 Please use a kernel compiled with IPVS support.

Template: ipvsadm/auto_load_rules
Type: boolean
Default: false
_Description: Do you want to automatically load IPVS rules on boot?
 If you choose this option, IPVS rules will be loaded from
 /etc/ipvsadm.rules automatically on boot.

Template: ipvsadm/daemon_multicast_interface
Type: string
Default: eth0
#flag:translate!:3
_Description: Multicast interface for ipvsadm:
 Please specify the multicast interface to be used by the synchronization
 daemon.
 .
 ${interface_error}
Source: ipvsadm
Section: net
Priority: extra
Maintainer: Alexander Wirt <formorer@debian.org>
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 7.0.50~), libpopt-dev, po-debconf, libnl-dev, dpatch (>= 2.0.32~)

Package: ipvsadm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6)
Conflicts: lvs
Replaces: lvs
Suggests: heartbeat, keepalived, ldirectord
Description: Linux Virtual Server support programs
 The Linux Virtual Server (lvs or IPVS) is a highly scalable and highly
 available server built on a cluster of real servers. The architecture of the
 cluster is transparent to end users, who see only a single virtual server.
 .
 This package provides some support programs necessary to implement a virtual
 server under Linux. With the addition of the mon and heartbeat packages it is
 possible to implement a complete high-availability solution for Linux.
--- ipvsadm.old/debian/ipvsadm.templates	2012-08-22 06:49:41.044630607 +0200
+++ ipvsadm/debian/ipvsadm.templates	2012-09-06 08:22:56.755153675 +0200
@@ -1,32 +1,42 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: ipvsadm/daemon_method
 Type: select
 __Choices: none, master, backup, both
 Default: none
 _Description: Daemon method:
  ipvsadm can activate the IPVS synchronization daemon. "master" starts this
- daemon in master mode, "backup" in backup mode and "both" uses master and
- backup mode at the same time. "none" disables the daemon.
+ daemon in master mode, "backup" starts it in backup mode, and "both" uses
+ master and backup modes at the same time. "none" disables the daemon.
  .
- See the man page for more details, ipvsadm(8).
+ See the ipvsadm(8) man page for more details.
 
 Template: ipvsadm/kernel_does_not_support_ipvs
-Type: note
+Type: error
 _Description: Kernel does not support IPVS
- ipvsadm requires IPVS support in the kernel. Please use a kernel with IPVS
- modules, otherwise this software is pretty useless.
+ ipvsadm is useless with this kernel, since it has been built with CONFIG_IP_VS=n.
+ Please use a kernel compiled with IPVS support.
 
 Template: ipvsadm/auto_load_rules
 Type: boolean
 Default: false
 _Description: Do you want to automatically load IPVS rules on boot?
- If you choose this option your IPVS rules will be loaded from
+ If you choose this option, IPVS rules will be loaded from
  /etc/ipvsadm.rules automatically on boot.
 
 Template: ipvsadm/daemon_multicast_interface
 Type: string
 Default: eth0
+#flag:translate!:3
 _Description: Multicast interface for ipvsadm:
- Select the multicast interface to be used by synchronization daemon. e.g.
- eth0, eth1...
+ Please specify the multicast interface to be used by the synchronization
+ daemon.
  .
  ${interface_error}
--- ipvsadm.old/debian/control	2012-08-22 06:49:41.044630607 +0200
+++ ipvsadm/debian/control	2012-08-23 06:08:32.494175244 +0200
@@ -14,8 +14,7 @@
 Description: Linux Virtual Server support programs
  The Linux Virtual Server (lvs or IPVS) is a highly scalable and highly
  available server built on a cluster of real servers. The architecture of the
- cluster is transparent to end users, and the users see only a single virtual
- server.
+ cluster is transparent to end users, who see only a single virtual server.
  .
  This package provides some support programs necessary to implement a virtual
  server under Linux. With the addition of the mon and heartbeat packages it is

Attachment: signature.asc
Description: Digital signature


Reply to: