Author: mzugec
Date: Fri May 29 13:55:24 2009
New Revision: 57366
URL: http://svn.opensuse.org/viewcvs/yast?rev=57366&view=rev
Log:
Created tag branch-SLE-11-SP1-Stash-2_17_14 for iscsi-client
Added:
tags/branch-SLE-11-SP1-Stash-2_17_14/iscsi-client/
- copied from r57365, branches/tmp/SLE-11-SP1-Stash/iscsi-client/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: mzugec
Date: Fri May 29 13:55:22 2009
New Revision: 57365
URL: http://svn.opensuse.org/viewcvs/yast?rev=57365&view=rev
Log:
Created tag branch-SLE-11-SP1-Stash-2_17_14
Added:
tags/branch-SLE-11-SP1-Stash-2_17_14/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: mzugec
Date: Fri May 29 13:55:15 2009
New Revision: 57364
URL: http://svn.opensuse.org/viewcvs/yast?rev=57364&view=rev
Log:
startup options documented in helptext (bnc#507004)
Modified:
branches/tmp/SLE-11-SP1-Stash/iscsi-client/VERSION
branches/tmp/SLE-11-SP1-Stash/iscsi-client/package/yast2-iscsi-client.changes
branches/tmp/SLE-11-SP1-Stash/iscsi-client/src/helps.ycp
Modified: branches/tmp/SLE-11-SP1-Stash/iscsi-client/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/SLE-11-SP1-Stash/iscsi-cl…
==============================================================================
--- branches/tmp/SLE-11-SP1-Stash/iscsi-client/VERSION (original)
+++ branches/tmp/SLE-11-SP1-Stash/iscsi-client/VERSION Fri May 29 13:55:15 2009
@@ -1 +1 @@
-2.17.13
+2.17.14
Modified: branches/tmp/SLE-11-SP1-Stash/iscsi-client/package/yast2-iscsi-client.changes
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/SLE-11-SP1-Stash/iscsi-cl…
==============================================================================
--- branches/tmp/SLE-11-SP1-Stash/iscsi-client/package/yast2-iscsi-client.changes (original)
+++ branches/tmp/SLE-11-SP1-Stash/iscsi-client/package/yast2-iscsi-client.changes Fri May 29 13:55:15 2009
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Fri May 29 13:54:42 CEST 2009 - mzugec(a)suse.cz
+
+- startup options documented in helptext (bnc#507004)
+- 2.17.14
+
+-------------------------------------------------------------------
Tue Apr 21 09:31:11 CEST 2009 - mzugec(a)suse.cz
- changed dialogs workflow to allow to edit authentication for
Modified: branches/tmp/SLE-11-SP1-Stash/iscsi-client/src/helps.ycp
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/SLE-11-SP1-Stash/iscsi-cl…
==============================================================================
--- branches/tmp/SLE-11-SP1-Stash/iscsi-client/src/helps.ycp (original)
+++ branches/tmp/SLE-11-SP1-Stash/iscsi-client/src/helps.ycp Fri May 29 13:55:15 2009
@@ -102,12 +102,17 @@
+ _("List of nodes offered by the iSCSI target. Select one item and click <b>Connect</b>. "),
// authentification dialog for add/discovery target
- "conn_auth" : _("<h1>iSCSI Initiator</h1>") +_("Select the type of authentication and enter the <b>Username</b> and <b>Password</b>."),
+ "conn_auth" : _("<h1>iSCSI Initiator</h1>") +_("Select the type of authentication and enter the <b>Username</b> and <b>Password</b>.") +
+ _("<h1>Startup</h1>") + _("<p><b>manual</b> is for iSCSI targets to not be connected by default, user needs to do it manually</p>
+<p><b>onboot</b> is for iSCSI targets to be connected during boot, ie when root is on
+iSCSI. As such it will be evaluated from the initrd.</p>
+<p><b>automatic</b> is for iSCSI targets to be connected when the iSCSI service itself
+starts up.</p>"),
// list of discovered targets
"discovered" : _("List of discovered targets. Start a new <b>Discovery</b> or <b>Connect</b> to any target."),
- "ibft_table" : _("<h1>iBTF</h1>") + ("The <p>iSCSI Boot Firmware Table</p> is a table created by the iSCSI boot firmware in order to
+ "ibft_table" : _("<h1>iBTF</h1>") + ("The <p>iSCSI Boot Firmware Table</p> is a table created by the iSCSI boot firmware in order to
pass parameters about the iSCSI boot device to the loaded OS.")
];
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: mzugec
Date: Fri May 29 13:53:44 2009
New Revision: 57363
URL: http://svn.opensuse.org/viewcvs/yast?rev=57363&view=rev
Log:
reverted previous patch
Modified:
branches/SuSE-SLE-10-SP3-Branch/iscsi-client/VERSION
branches/SuSE-SLE-10-SP3-Branch/iscsi-client/package/yast2-iscsi-client.changes
branches/SuSE-SLE-10-SP3-Branch/iscsi-client/src/helps.ycp
Modified: branches/SuSE-SLE-10-SP3-Branch/iscsi-client/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/iscsi-…
==============================================================================
--- branches/SuSE-SLE-10-SP3-Branch/iscsi-client/VERSION (original)
+++ branches/SuSE-SLE-10-SP3-Branch/iscsi-client/VERSION Fri May 29 13:53:44 2009
@@ -1 +1 @@
-2.14.48
+2.14.47
Modified: branches/SuSE-SLE-10-SP3-Branch/iscsi-client/package/yast2-iscsi-client.changes
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/iscsi-…
==============================================================================
--- branches/SuSE-SLE-10-SP3-Branch/iscsi-client/package/yast2-iscsi-client.changes (original)
+++ branches/SuSE-SLE-10-SP3-Branch/iscsi-client/package/yast2-iscsi-client.changes Fri May 29 13:53:44 2009
@@ -1,10 +1,4 @@
-------------------------------------------------------------------
-Fri May 29 11:50:40 CEST 2009 - mzugec(a)suse.cz
-
-- startup options documented in helptext (bnc#507004)
-- 2.14.48
-
--------------------------------------------------------------------
Fri May 29 11:20:37 CEST 2009 - ug(a)suse.de
- rnc file added (bnc#492303)
Modified: branches/SuSE-SLE-10-SP3-Branch/iscsi-client/src/helps.ycp
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/iscsi-…
==============================================================================
--- branches/SuSE-SLE-10-SP3-Branch/iscsi-client/src/helps.ycp (original)
+++ branches/SuSE-SLE-10-SP3-Branch/iscsi-client/src/helps.ycp Fri May 29 13:53:44 2009
@@ -101,17 +101,12 @@
+ _("List of nodes offered by the iSCSI target. Select one item and click <b>Connect</b>. "),
// authentification dialog for add/discovery target
- "conn_auth" : _("<h1>iSCSI Initiator</h1>") +_("Select the type of authentication and enter the <b>Username</b> and <b>Password</b>.") +
- _("<h1>Startup</h1>") + _("<p><b>manual</b> is for iSCSI targets to not be connected by default, user needs to do it manually</p>
-<p><b>onboot</b> is for iSCSI targets to be connected during boot, ie when root is on
-iSCSI. As such it will be evaluated from the initrd.</p>
-<p><b>automatic</b> is for iSCSI targets to be connected when the iSCSI service itself
-starts up.</p>"),
+ "conn_auth" : _("<h1>iSCSI Initiator</h1>") +_("Select the type of authentication and enter the <b>Username</b> and <b>Password</b>."),
// list of discovered targets
"discovered" : _("List of discovered targets. Start a new <b>Discovery</b> or <b>Connect</b> to any target."),
- "ibft_table" : _("<h1>iBTF</h1>") + ("The <p>iSCSI Boot Firmware Table</p> is a table created by the iSCSI boot firmware in order to
+ "ibft_table" : _("<h1>iBTF</h1>") + ("The <p>iSCSI Boot Firmware Table</p> is a table created by the iSCSI boot firmware in order to
pass parameters about the iSCSI boot device to the loaded OS.")
];
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: mzugec
Date: Fri May 29 13:43:16 2009
New Revision: 57362
URL: http://svn.opensuse.org/viewcvs/yast?rev=57362&view=rev
Log:
Created tag branch-SLE-10-SP3-2_14_48 for iscsi-client
Added:
tags/branch-SLE-10-SP3-2_14_48/iscsi-client/
- copied from r57361, branches/SuSE-SLE-10-SP3-Branch/iscsi-client/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: mzugec
Date: Fri May 29 13:43:12 2009
New Revision: 57361
URL: http://svn.opensuse.org/viewcvs/yast?rev=57361&view=rev
Log:
Created tag branch-SLE-10-SP3-2_14_48
Added:
tags/branch-SLE-10-SP3-2_14_48/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: mzugec
Date: Fri May 29 11:51:09 2009
New Revision: 57360
URL: http://svn.opensuse.org/viewcvs/yast?rev=57360&view=rev
Log:
startup options documented in helptext (bnc#507004)
Modified:
branches/SuSE-SLE-10-SP3-Branch/iscsi-client/VERSION
branches/SuSE-SLE-10-SP3-Branch/iscsi-client/package/yast2-iscsi-client.changes
branches/SuSE-SLE-10-SP3-Branch/iscsi-client/src/helps.ycp
Modified: branches/SuSE-SLE-10-SP3-Branch/iscsi-client/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/iscsi-…
==============================================================================
--- branches/SuSE-SLE-10-SP3-Branch/iscsi-client/VERSION (original)
+++ branches/SuSE-SLE-10-SP3-Branch/iscsi-client/VERSION Fri May 29 11:51:09 2009
@@ -1 +1 @@
-2.14.47
+2.14.48
Modified: branches/SuSE-SLE-10-SP3-Branch/iscsi-client/package/yast2-iscsi-client.changes
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/iscsi-…
==============================================================================
--- branches/SuSE-SLE-10-SP3-Branch/iscsi-client/package/yast2-iscsi-client.changes (original)
+++ branches/SuSE-SLE-10-SP3-Branch/iscsi-client/package/yast2-iscsi-client.changes Fri May 29 11:51:09 2009
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Fri May 29 11:50:40 CEST 2009 - mzugec(a)suse.cz
+
+- startup options documented in helptext (bnc#507004)
+- 2.14.48
+
+-------------------------------------------------------------------
Fri May 29 11:20:37 CEST 2009 - ug(a)suse.de
- rnc file added (bnc#492303)
Modified: branches/SuSE-SLE-10-SP3-Branch/iscsi-client/src/helps.ycp
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/iscsi-…
==============================================================================
--- branches/SuSE-SLE-10-SP3-Branch/iscsi-client/src/helps.ycp (original)
+++ branches/SuSE-SLE-10-SP3-Branch/iscsi-client/src/helps.ycp Fri May 29 11:51:09 2009
@@ -101,12 +101,17 @@
+ _("List of nodes offered by the iSCSI target. Select one item and click <b>Connect</b>. "),
// authentification dialog for add/discovery target
- "conn_auth" : _("<h1>iSCSI Initiator</h1>") +_("Select the type of authentication and enter the <b>Username</b> and <b>Password</b>."),
+ "conn_auth" : _("<h1>iSCSI Initiator</h1>") +_("Select the type of authentication and enter the <b>Username</b> and <b>Password</b>.") +
+ _("<h1>Startup</h1>") + _("<p><b>manual</b> is for iSCSI targets to not be connected by default, user needs to do it manually</p>
+<p><b>onboot</b> is for iSCSI targets to be connected during boot, ie when root is on
+iSCSI. As such it will be evaluated from the initrd.</p>
+<p><b>automatic</b> is for iSCSI targets to be connected when the iSCSI service itself
+starts up.</p>"),
// list of discovered targets
"discovered" : _("List of discovered targets. Start a new <b>Discovery</b> or <b>Connect</b> to any target."),
- "ibft_table" : _("<h1>iBTF</h1>") + ("The <p>iSCSI Boot Firmware Table</p> is a table created by the iSCSI boot firmware in order to
+ "ibft_table" : _("<h1>iBTF</h1>") + ("The <p>iSCSI Boot Firmware Table</p> is a table created by the iSCSI boot firmware in order to
pass parameters about the iSCSI boot device to the loaded OS.")
];
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: mzugec
Date: Fri May 29 11:47:16 2009
New Revision: 57359
URL: http://svn.opensuse.org/viewcvs/yast?rev=57359&view=rev
Log:
Created tag stable-2_18_8 for iscsi-client
Added:
tags/stable-2_18_8/iscsi-client/
- copied from r57358, trunk/iscsi-client/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: mzugec
Date: Fri May 29 11:47:07 2009
New Revision: 57358
URL: http://svn.opensuse.org/viewcvs/yast?rev=57358&view=rev
Log:
startup options documented in helptext (bnc#507004)
Modified:
trunk/iscsi-client/VERSION
trunk/iscsi-client/package/yast2-iscsi-client.changes
trunk/iscsi-client/src/helps.ycp
Modified: trunk/iscsi-client/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-client/VERSION?rev=57358&r…
==============================================================================
--- trunk/iscsi-client/VERSION (original)
+++ trunk/iscsi-client/VERSION Fri May 29 11:47:07 2009
@@ -1 +1 @@
-2.18.7
+2.18.8
Modified: trunk/iscsi-client/package/yast2-iscsi-client.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-client/package/yast2-iscsi…
==============================================================================
--- trunk/iscsi-client/package/yast2-iscsi-client.changes (original)
+++ trunk/iscsi-client/package/yast2-iscsi-client.changes Fri May 29 11:47:07 2009
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Fri May 29 11:43:21 CEST 2009 - mzugec(a)suse.cz
+
+- startup options documented in helptext (bnc#507004)
+- 2.18.8
+
+-------------------------------------------------------------------
Tue Apr 21 09:23:21 CEST 2009 - mzugec(a)suse.cz
- changed dialogs workflow to allow to edit authentication for
Modified: trunk/iscsi-client/src/helps.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-client/src/helps.ycp?rev=5…
==============================================================================
--- trunk/iscsi-client/src/helps.ycp (original)
+++ trunk/iscsi-client/src/helps.ycp Fri May 29 11:47:07 2009
@@ -102,12 +102,17 @@
+ _("List of nodes offered by the iSCSI target. Select one item and click <b>Connect</b>. "),
// authentification dialog for add/discovery target
- "conn_auth" : _("<h1>iSCSI Initiator</h1>") +_("Select the type of authentication and enter the <b>Username</b> and <b>Password</b>."),
+ "conn_auth" : _("<h1>iSCSI Initiator</h1>") +_("Select the type of authentication and enter the <b>Username</b> and <b>Password</b>.") +
+ _("<h1>Startup</h1>") + _("<p><b>manual</b> is for iSCSI targets to not be connected by default, user needs to do it manually</p>
+<p><b>onboot</b> is for iSCSI targets to be connected during boot, ie when root is on
+iSCSI. As such it will be evaluated from the initrd.</p>
+<p><b>automatic</b> is for iSCSI targets to be connected when the iSCSI service itself
+starts up.</p>"),
// list of discovered targets
"discovered" : _("List of discovered targets. Start a new <b>Discovery</b> or <b>Connect</b> to any target."),
- "ibft_table" : _("<h1>iBTF</h1>") + ("The <p>iSCSI Boot Firmware Table</p> is a table created by the iSCSI boot firmware in order to
+ "ibft_table" : _("<h1>iBTF</h1>") + ("The <p>iSCSI Boot Firmware Table</p> is a table created by the iSCSI boot firmware in order to
pass parameters about the iSCSI boot device to the loaded OS.")
];
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org