Mailinglist Archive: yast-commit (502 mails)
| < Previous | Next > |
[yast-commit] r64539 - /trunk/fcoe-client/src/helps.ycp
- From: gs@xxxxxxxxxxxxxxxxx
- Date: Wed, 22 Jun 2011 10:01:11 -0000
- Message-id: <20110622100112.1B73432641@svn2.opensuse.org>
Author: gs
Date: Wed Jun 22 12:01:11 2011
New Revision: 64539
URL: http://svn.opensuse.org/viewcvs/yast?rev=64539&view=rev
Log:
add help for edit dialog
Modified:
trunk/fcoe-client/src/helps.ycp
Modified: trunk/fcoe-client/src/helps.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/fcoe-client/src/helps.ycp?rev=64539&r1=64538&r2=64539&view=diff
==============================================================================
--- trunk/fcoe-client/src/helps.ycp (original)
+++ trunk/fcoe-client/src/helps.ycp Wed Jun 22 12:01:11 2011
@@ -111,11 +111,18 @@
<b>Debug</b>: <i>yes</i> or <i>no</i> is used to enable debugging messages
from the fcoe service script and 'fcoemon'<br>
<b>Use syslog</b>: <i>yes</i> or <i>no</i> sends messages to the system log if
set to <i>yes</i> (see /var/log/messages).</p>"),
- /* edit dialog help 1/2 */
+ /* edit dialog help 1/3 */
"change" : _("<p>Edit settings in /etc/fcoe/ethx</p>" ) +
- /* Edit dialog help 2/2 */
- _( "FCoE enable: <i>yes</i> or <i>no</i>, DCB required: <i>yes</i> or
<i>no</i>" ),
+ /* Edit dialog help 2/3 */
+ _( "<p>The daemon 'fcoemon' reads these configuration files on
initialization.
+ There is a file for every interface and the values indicate whether
FCoE instances
+ should be created and if DCB is required.</p>" ) +
+ /* Edit dialog help 3/3 */
+ _( "<p>The values are:<br>
+ FCoE enable: <i>yes</i> or <i>no</i> Enable or disable creation of
FCoE. <br>
+ DCB required: <i>yes</i> or <i>no</i> The default is <i>yes</i>,
DCB is usually
+ required.</p>" ),
];
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Jun 22 12:01:11 2011
New Revision: 64539
URL: http://svn.opensuse.org/viewcvs/yast?rev=64539&view=rev
Log:
add help for edit dialog
Modified:
trunk/fcoe-client/src/helps.ycp
Modified: trunk/fcoe-client/src/helps.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/fcoe-client/src/helps.ycp?rev=64539&r1=64538&r2=64539&view=diff
==============================================================================
--- trunk/fcoe-client/src/helps.ycp (original)
+++ trunk/fcoe-client/src/helps.ycp Wed Jun 22 12:01:11 2011
@@ -111,11 +111,18 @@
<b>Debug</b>: <i>yes</i> or <i>no</i> is used to enable debugging messages
from the fcoe service script and 'fcoemon'<br>
<b>Use syslog</b>: <i>yes</i> or <i>no</i> sends messages to the system log if
set to <i>yes</i> (see /var/log/messages).</p>"),
- /* edit dialog help 1/2 */
+ /* edit dialog help 1/3 */
"change" : _("<p>Edit settings in /etc/fcoe/ethx</p>" ) +
- /* Edit dialog help 2/2 */
- _( "FCoE enable: <i>yes</i> or <i>no</i>, DCB required: <i>yes</i> or
<i>no</i>" ),
+ /* Edit dialog help 2/3 */
+ _( "<p>The daemon 'fcoemon' reads these configuration files on
initialization.
+ There is a file for every interface and the values indicate whether
FCoE instances
+ should be created and if DCB is required.</p>" ) +
+ /* Edit dialog help 3/3 */
+ _( "<p>The values are:<br>
+ FCoE enable: <i>yes</i> or <i>no</i> Enable or disable creation of
FCoE. <br>
+ DCB required: <i>yes</i> or <i>no</i> The default is <i>yes</i>,
DCB is usually
+ required.</p>" ),
];
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |