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

Re: [RFR] templates://tipcutils/{templates}



Patch adding just these tweaks:

> Template: tipcutils/configure
[...]
>  If do not choose this option, you can edit '/etc/default/tipc' or use
     ^you

> Template: tipcutils/default_ndd
[...]
>  This setting will define the neighbor detection domain if there is
                                                         ^(NDD)
>  no setting for a specific bearer.
>  .
>  Setting a NDD for a specific bearer is not yet possible in
          the

(It needs at least "an NDD".)
-- 
JBR	with qualifications in linguistics, experience as a Debian
	sysadmin, and probably no clue about this particular package
--- ../tipcutils.old/debian/templates	2008-01-01 16:49:58.000000000 +0000
+++ debian/templates	2008-01-11 21:43:14.000000000 +0000
@@ -1,52 +1,52 @@
 Template: tipcutils/configure
 Type: boolean
 Default: true
-_Description: Configure this TIPC node now?
- In case you don't know what TIPC is you most probably installed
- the package "tipcutils" by accident. As it is a very special network protocol
- you most probably don't need you might want to consider uninstalling it.
- .
- If you don't want to configure TIPC now, you can edit the configuration file 
- /etc/default/tipc later.
+_Description: Should this TIPC node be configured automatically now?
+ If you do not choose this option, you can edit '/etc/default/tipc' or use
+ the command line tool 'tipc-config'.
 
 Template: tipcutils/address
 Type: string
 Default: 1.1.1
-_Description: The TIPC address of this node:
- The TIPC address is written in Z.C.N (Zone.Cluster.Node) notation.
+_Description: TIPC address of this node:
+ Please enter the TIPC address of this node, in Z.C.N (Zone.Cluster.Node)
+ notation.
  .
- Make sure all nodes in your network have different addresses!
+ You should use different addresses for all nodes in the same network.
 
 Template: tipcutils/netid
 Type: string
 Default: 4711
-_Description: The Network ID of the TIPC Network this node shall join:
- In case there is just one TIPC Network, keep the default!
+_Description: Network ID of the TIPC network to join:
+ The default setting should be appropriate when there is only
+ one local TIPC network.
 
 Template: tipcutils/remote_management
-Type: string
-Default: disable
-_Description: Enable/disable TIPC remote management for this node:
- In case you don't know what this is keep it disabled!
+Type: boolean
+Default: false
+_Description: Enable TIPC remote management?
+ Please choose this option if you are sure that network
+ management should be enabled for this node.
 
 Template: tipcutils/default_ndd
 Type: string
 Default: 0.0.0
-_Description: The default Neighbour Detection Domain for this TIPC node:
- If there is no setting for a specific bearer this will be used as the Neighbour
- Detection Domain. Setting a NDD for a specific bearer is not yet possible in
- this package version.
+_Description: Default neighbor detection domain for this TIPC node:
+ This setting will define the neighbor detection domain (NDD) if there is
+ no setting for a specific bearer.
  .
- In case you don't know what this is keep the default!
+ Setting the NDD for a specific bearer is not yet possible in
+ this package version.
 
 Template: tipcutils/interfaces
 Type: string
 Default: eth0
-_Description: The interfaces to use for TIPC:
- A space separated list of the interfaces to be used for TIPC.
+_Description: Interfaces to use for TIPC:
+ Please enter a space-separated list of interfaces to be used for TIPC.
 
 Template: tipcutils/script_verbosity
 Type: string
 Default: 0
-_Description: The verbosity to use for TIPC scripts:
- Defines the verbosity of the init, if-up and if-down scripts.
+_Description: Verbosity to use for TIPC scripts:
+ This setting defines the verbosity of the TIPC init, if-up and if-down
+ scripts.
--- ../tipcutils.old/debian/control	2008-01-01 16:49:59.000000000 +0000
+++ debian/control	2008-01-11 21:41:07.000000000 +0000
@@ -9,6 +9,15 @@
 Package: tipcutils
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, ifupdown, net-tools
-Description: TIPC utilities package
- Configures and manages the TIPC 1.6 (Transparent Inter Process Communication) 
+Description: TIPC utilities
+ This package provides tools and scripts to configure and manage
+ version 1.6 of the TIPC (Transparent Inter Process Communication)
  kernel module.
+ .
+ TIPC is designed for use in clustered computer environments, allowing
+ the creation of applications that can communicate with one another
+ quickly and reliably regardless of their location within the cluster.
+ .
+ The TIPC 1.6 kernel module is included in the official Linux kernel since
+ version 2.6.16. Please note that this version is not compatible with
+ TIPC 1.7.
Template: tipcutils/configure
Type: boolean
Default: true
_Description: Should this TIPC node be configured automatically now?
 If you do not choose this option, you can edit '/etc/default/tipc' or use
 the command line tool 'tipc-config'.

Template: tipcutils/address
Type: string
Default: 1.1.1
_Description: TIPC address of this node:
 Please enter the TIPC address of this node, in Z.C.N (Zone.Cluster.Node)
 notation.
 .
 You should use different addresses for all nodes in the same network.

Template: tipcutils/netid
Type: string
Default: 4711
_Description: Network ID of the TIPC network to join:
 The default setting should be appropriate when there is only
 one local TIPC network.

Template: tipcutils/remote_management
Type: boolean
Default: false
_Description: Enable TIPC remote management?
 Please choose this option if you are sure that network
 management should be enabled for this node.

Template: tipcutils/default_ndd
Type: string
Default: 0.0.0
_Description: Default neighbor detection domain for this TIPC node:
 This setting will define the neighbor detection domain (NDD) if there is
 no setting for a specific bearer.
 .
 Setting the NDD for a specific bearer is not yet possible in
 this package version.

Template: tipcutils/interfaces
Type: string
Default: eth0
_Description: Interfaces to use for TIPC:
 Please enter a space-separated list of interfaces to be used for TIPC.

Template: tipcutils/script_verbosity
Type: string
Default: 0
_Description: Verbosity to use for TIPC scripts:
 This setting defines the verbosity of the TIPC init, if-up and if-down
 scripts.
Source: tipcutils
Section: admin
Priority: optional
Maintainer: Martin Peylo <debian@izac.de>
Build-Depends: debhelper (>= 5), linux-libc-dev (>= 2.6.21-2), po-debconf
Standards-Version: 3.7.3
Homepage: http://tipc.sourceforge.net

Package: tipcutils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, ifupdown, net-tools
Description: TIPC utilities
 This package provides tools and scripts to configure and manage
 version 1.6 of the TIPC (Transparent Inter Process Communication)
 kernel module.
 .
 TIPC is designed for use in clustered computer environments, allowing
 the creation of applications that can communicate with one another
 quickly and reliably regardless of their location within the cluster.
 .
 The TIPC 1.6 kernel module is included in the official Linux kernel since
 version 2.6.16. Please note that this version is not compatible with
 TIPC 1.7.

Reply to: