Mailinglist Archive: yast-commit (1056 mails)
| < Previous | Next > |
[yast-commit] r44322 - in /trunk/installation: package/yast2-installation.changes src/include/inst_inc_first.ycp
- From: locilka@xxxxxxxxxxxxxxxx
- Date: Mon, 11 Feb 2008 17:29:06 -0000
- Message-id: <20080211172907.245C924A00@xxxxxxxxxxxxxxxx>
Author: locilka
Date: Mon Feb 11 18:29:06 2008
New Revision: 44322
URL: http://svn.opensuse.org/viewcvs/yast?rev=44322&view=rev
Log:
- Installation clients 'auth', 'user', and 'root' have been
disabled by default. First-stage users will enable them only
if needed.
Modified:
trunk/installation/package/yast2-installation.changes
trunk/installation/src/include/inst_inc_first.ycp
Modified: trunk/installation/package/yast2-installation.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/installation/package/yast2-installation.changes?rev=44322&r1=44321&r2=44322&view=diff
==============================================================================
--- trunk/installation/package/yast2-installation.changes (original)
+++ trunk/installation/package/yast2-installation.changes Mon Feb 11 18:29:06
2008
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Mon Feb 11 18:28:00 CET 2008 - locilka@xxxxxxx
+
+- Installation clients 'auth', 'user', and 'root' have been
+ disabled by default. First-stage users will enable them only
+ if needed.
+
+-------------------------------------------------------------------
Fri Feb 08 13:06:19 CET 2008 - aschnell@xxxxxxx
- during installation allow yast to be started from gdb with
Modified: trunk/installation/src/include/inst_inc_first.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/include/inst_inc_first.ycp?rev=44322&r1=44321&r2=44322&view=diff
==============================================================================
--- trunk/installation/src/include/inst_inc_first.ycp (original)
+++ trunk/installation/src/include/inst_inc_first.ycp Mon Feb 11 18:29:06 2008
@@ -42,6 +42,11 @@
ProductControl::DisabledModules = add (ProductControl::DisabledModules,
"add-on");
ProductControl::DisabledModules = add (ProductControl::DisabledModules,
"productsources");
+ // First-stage users module will enable them again only if needed
+ ProductControl::DisabledModules = add (ProductControl::DisabledModules,
"root");
+ ProductControl::DisabledModules = add (ProductControl::DisabledModules,
"user");
+ ProductControl::DisabledModules = add (ProductControl::DisabledModules,
"auth");
+
UI::SetLanguage (Language::language, Installation::encoding);
WFM::SetLanguage (Language::language, "UTF-8");
UI::RecordMacro (Directory::logdir + "/macro_inst_initial.ycp");
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Mon Feb 11 18:29:06 2008
New Revision: 44322
URL: http://svn.opensuse.org/viewcvs/yast?rev=44322&view=rev
Log:
- Installation clients 'auth', 'user', and 'root' have been
disabled by default. First-stage users will enable them only
if needed.
Modified:
trunk/installation/package/yast2-installation.changes
trunk/installation/src/include/inst_inc_first.ycp
Modified: trunk/installation/package/yast2-installation.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/installation/package/yast2-installation.changes?rev=44322&r1=44321&r2=44322&view=diff
==============================================================================
--- trunk/installation/package/yast2-installation.changes (original)
+++ trunk/installation/package/yast2-installation.changes Mon Feb 11 18:29:06
2008
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Mon Feb 11 18:28:00 CET 2008 - locilka@xxxxxxx
+
+- Installation clients 'auth', 'user', and 'root' have been
+ disabled by default. First-stage users will enable them only
+ if needed.
+
+-------------------------------------------------------------------
Fri Feb 08 13:06:19 CET 2008 - aschnell@xxxxxxx
- during installation allow yast to be started from gdb with
Modified: trunk/installation/src/include/inst_inc_first.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/include/inst_inc_first.ycp?rev=44322&r1=44321&r2=44322&view=diff
==============================================================================
--- trunk/installation/src/include/inst_inc_first.ycp (original)
+++ trunk/installation/src/include/inst_inc_first.ycp Mon Feb 11 18:29:06 2008
@@ -42,6 +42,11 @@
ProductControl::DisabledModules = add (ProductControl::DisabledModules,
"add-on");
ProductControl::DisabledModules = add (ProductControl::DisabledModules,
"productsources");
+ // First-stage users module will enable them again only if needed
+ ProductControl::DisabledModules = add (ProductControl::DisabledModules,
"root");
+ ProductControl::DisabledModules = add (ProductControl::DisabledModules,
"user");
+ ProductControl::DisabledModules = add (ProductControl::DisabledModules,
"auth");
+
UI::SetLanguage (Language::language, Installation::encoding);
WFM::SetLanguage (Language::language, "UTF-8");
UI::RecordMacro (Directory::logdir + "/macro_inst_initial.ycp");
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |