Mailinglist Archive: yast-commit (759 mails)

< Previous Next >
[yast-commit] r45742 - /trunk/users/src/inst_user_first.ycp
  • From: jsuchome@xxxxxxxxxxxxxxxx
  • Date: Wed, 26 Mar 2008 11:07:14 -0000
  • Message-id: <20080326110714.BB99F27E03@xxxxxxxxxxxxxxxx>
Author: jsuchome
Date: Wed Mar 26 12:07:14 2008
New Revision: 45742

URL: http://svn.opensuse.org/viewcvs/yast?rev=45742&view=rev
Log:
removed y2internals

Modified:
trunk/users/src/inst_user_first.ycp

Modified: trunk/users/src/inst_user_first.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/users/src/inst_user_first.ycp?rev=45742&r1=45741&r2=45742&view=diff
==============================================================================
--- trunk/users/src/inst_user_first.ycp (original)
+++ trunk/users/src/inst_user_first.ycp Wed Mar 26 12:07:14 2008
@@ -357,6 +357,7 @@
{
if (ProductFeatures::GetBooleanFeature ("globals", "enable_autologin"))
autologin = true;
+ y2debug ("autologin default value: %1", autologin);
}
boolean root_pw = (UsersSimple::GetRootPassword () == password);
// set the initial default value for root pw checkbox
@@ -364,7 +365,7 @@
{
if (ProductFeatures::GetBooleanFeature ("globals",
"root_password_as_first_user"))
root_pw = true;
- y2internal ("root_pw default value: %1", root_pw);
+ y2debug ("root_pw default value: %1", root_pw);
}

// this user gets root's mail
@@ -600,7 +601,7 @@
else if (auth_method != "users")
{
// preselect the required packages for installation
- y2internal ("preselect required packages for installation");
+ y2milestone ("preselect required packages for installation");
map<string,list<string> > required_packages = $[
"ldap" : [ "yast2-ldap-client", "pam_ldap", "nss_ldap"],
"nis" : [ "yast2-nis-client", "ypbind" ],

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages