Mailinglist Archive: yast-commit (864 mails)
| < Previous | Next > |
[yast-commit] r41712 - in /trunk/runlevel: VERSION package/yast2-runlevel.changes src/runlevel_finish.ycp yast2-runlevel.spec.in
- From: locilka@xxxxxxxxxxxxxxxx
- Date: Thu, 01 Nov 2007 15:13:31 -0000
- Message-id: <20071101151331.2DF5C25508@xxxxxxxxxxxxxxxx>
Author: locilka
Date: Thu Nov 1 16:13:30 2007
New Revision: 41712
URL: http://svn.opensuse.org/viewcvs/yast?rev=41712&view=rev
Log:
- Removed dependency on yast2-update
- Client runlevel_finish doesn't rewrite runlevel configuration in
case of update - /etc/inittab is not owned by yast2-runlevel.
- 2.16.0
Modified:
trunk/runlevel/VERSION
trunk/runlevel/package/yast2-runlevel.changes
trunk/runlevel/src/runlevel_finish.ycp
trunk/runlevel/yast2-runlevel.spec.in
Modified: trunk/runlevel/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/runlevel/VERSION?rev=41712&r1=41711&r2=41712&view=diff
==============================================================================
--- trunk/runlevel/VERSION (original)
+++ trunk/runlevel/VERSION Thu Nov 1 16:13:30 2007
@@ -1 +1 @@
-2.15.3
+2.16.0
Modified: trunk/runlevel/package/yast2-runlevel.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/runlevel/package/yast2-runlevel.changes?rev=41712&r1=41711&r2=41712&view=diff
==============================================================================
--- trunk/runlevel/package/yast2-runlevel.changes (original)
+++ trunk/runlevel/package/yast2-runlevel.changes Thu Nov 1 16:13:30 2007
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Thu Nov 1 16:10:27 CET 2007 - locilka@xxxxxxx
+
+- Removed dependency on yast2-update
+- Client runlevel_finish doesn't rewrite runlevel configuration in
+ case of update - /etc/inittab is not owned by yast2-runlevel.
+- 2.16.0
+
+-------------------------------------------------------------------
Wed Aug 29 15:04:37 CEST 2007 - locilka@xxxxxxx
- Fixed used buttons in runlevel proposal (#305899).
Modified: trunk/runlevel/src/runlevel_finish.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/runlevel/src/runlevel_finish.ycp?rev=41712&r1=41711&r2=41712&view=diff
==============================================================================
--- trunk/runlevel/src/runlevel_finish.ycp (original)
+++ trunk/runlevel/src/runlevel_finish.ycp Thu Nov 1 16:13:30 2007
@@ -19,7 +19,6 @@
import "Mode";
import "RunlevelEd";
import "Directory";
-import "Update";
any ret = nil;
string func = "";
@@ -67,10 +66,7 @@
}
else
{
- // Set default runlevel cause inittab will be overwritten by
- // installing aaa_base
-
- set_runlevel (Update::last_runlevel != -1 ? Update::last_runlevel : 3);
+ y2milestone ("Update mode, no need to set runlevel again...");
}
}
Modified: trunk/runlevel/yast2-runlevel.spec.in
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/runlevel/yast2-runlevel.spec.in?rev=41712&r1=41711&r2=41712&view=diff
==============================================================================
--- trunk/runlevel/yast2-runlevel.spec.in (original)
+++ trunk/runlevel/yast2-runlevel.spec.in Thu Nov 1 16:13:30 2007
@@ -5,9 +5,6 @@
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools
yast2-testsuite
Requires: yast2
-# Required only in Inst-Sys
-# Requires: yast2-update
-
Provides: yast2-config-runlevel
Obsoletes: yast2-config-runlevel
Provides: yast2-trans-runlevel
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu Nov 1 16:13:30 2007
New Revision: 41712
URL: http://svn.opensuse.org/viewcvs/yast?rev=41712&view=rev
Log:
- Removed dependency on yast2-update
- Client runlevel_finish doesn't rewrite runlevel configuration in
case of update - /etc/inittab is not owned by yast2-runlevel.
- 2.16.0
Modified:
trunk/runlevel/VERSION
trunk/runlevel/package/yast2-runlevel.changes
trunk/runlevel/src/runlevel_finish.ycp
trunk/runlevel/yast2-runlevel.spec.in
Modified: trunk/runlevel/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/runlevel/VERSION?rev=41712&r1=41711&r2=41712&view=diff
==============================================================================
--- trunk/runlevel/VERSION (original)
+++ trunk/runlevel/VERSION Thu Nov 1 16:13:30 2007
@@ -1 +1 @@
-2.15.3
+2.16.0
Modified: trunk/runlevel/package/yast2-runlevel.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/runlevel/package/yast2-runlevel.changes?rev=41712&r1=41711&r2=41712&view=diff
==============================================================================
--- trunk/runlevel/package/yast2-runlevel.changes (original)
+++ trunk/runlevel/package/yast2-runlevel.changes Thu Nov 1 16:13:30 2007
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Thu Nov 1 16:10:27 CET 2007 - locilka@xxxxxxx
+
+- Removed dependency on yast2-update
+- Client runlevel_finish doesn't rewrite runlevel configuration in
+ case of update - /etc/inittab is not owned by yast2-runlevel.
+- 2.16.0
+
+-------------------------------------------------------------------
Wed Aug 29 15:04:37 CEST 2007 - locilka@xxxxxxx
- Fixed used buttons in runlevel proposal (#305899).
Modified: trunk/runlevel/src/runlevel_finish.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/runlevel/src/runlevel_finish.ycp?rev=41712&r1=41711&r2=41712&view=diff
==============================================================================
--- trunk/runlevel/src/runlevel_finish.ycp (original)
+++ trunk/runlevel/src/runlevel_finish.ycp Thu Nov 1 16:13:30 2007
@@ -19,7 +19,6 @@
import "Mode";
import "RunlevelEd";
import "Directory";
-import "Update";
any ret = nil;
string func = "";
@@ -67,10 +66,7 @@
}
else
{
- // Set default runlevel cause inittab will be overwritten by
- // installing aaa_base
-
- set_runlevel (Update::last_runlevel != -1 ? Update::last_runlevel : 3);
+ y2milestone ("Update mode, no need to set runlevel again...");
}
}
Modified: trunk/runlevel/yast2-runlevel.spec.in
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/runlevel/yast2-runlevel.spec.in?rev=41712&r1=41711&r2=41712&view=diff
==============================================================================
--- trunk/runlevel/yast2-runlevel.spec.in (original)
+++ trunk/runlevel/yast2-runlevel.spec.in Thu Nov 1 16:13:30 2007
@@ -5,9 +5,6 @@
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools
yast2-testsuite
Requires: yast2
-# Required only in Inst-Sys
-# Requires: yast2-update
-
Provides: yast2-config-runlevel
Obsoletes: yast2-config-runlevel
Provides: yast2-trans-runlevel
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |