Mailinglist Archive: yast-commit (1095 mails)

< Previous Next >
[yast-commit] r51872 - in /trunk/users: VERSION package/yast2-users.changes src/UsersRoutines.pm src/UsersSimple.pm
  • From: jsuchome@xxxxxxxxxxxxxxxx
  • Date: Mon, 06 Oct 2008 14:03:38 -0000
  • Message-id: <20081006140338.53BEF28411@xxxxxxxxxxxxxxxx>
Author: jsuchome
Date: Mon Oct 6 16:03:37 2008
New Revision: 51872

URL: http://svn.opensuse.org/viewcvs/yast?rev=51872&view=rev
Log:
- better message when loading package into inst-sys (bnc#432298)
- fingerprint-reader: thinkfinger replaced by fp (fate#300416)
- 2.17.15


Modified:
trunk/users/VERSION
trunk/users/package/yast2-users.changes
trunk/users/src/UsersRoutines.pm
trunk/users/src/UsersSimple.pm

Modified: trunk/users/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/users/VERSION?rev=51872&r1=51871&r2=51872&view=diff
==============================================================================
--- trunk/users/VERSION (original)
+++ trunk/users/VERSION Mon Oct 6 16:03:37 2008
@@ -1 +1 @@
-2.17.14
+2.17.15

Modified: trunk/users/package/yast2-users.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/users/package/yast2-users.changes?rev=51872&r1=51871&r2=51872&view=diff
==============================================================================
--- trunk/users/package/yast2-users.changes (original)
+++ trunk/users/package/yast2-users.changes Mon Oct 6 16:03:37 2008
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Mon Oct 6 13:01:38 CEST 2008 - jsuchome@xxxxxxx
+
+- better message when loading package into inst-sys (bnc#432298)
+- fingerprint-reader: thinkfinger replaced by fp (fate#300416)
+- 2.17.15
+
+-------------------------------------------------------------------
Fri Oct 3 12:26:07 CEST 2008 - jsuchome@xxxxxxx

- added autoYaST support for autologin (bnc#430111)

Modified: trunk/users/src/UsersRoutines.pm
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/users/src/UsersRoutines.pm?rev=51872&r1=51871&r2=51872&view=diff
==============================================================================
--- trunk/users/src/UsersRoutines.pm (original)
+++ trunk/users/src/UsersRoutines.pm Mon Oct 6 16:03:37 2008
@@ -32,7 +32,7 @@
# 'volume' information from pam_mount (info about crypted homes)
my $pam_mount = undef;

-# could we use pam_mount? currntly not if thinkfinger is in use (bnc#390810)
+# could we use pam_mount? currntly not if fingerprint dev is in use
(bnc#390810)
my $crypted_homes_enabled = undef;

##-------------------------------------------------------------------------
@@ -562,7 +562,7 @@
sub CryptedHomesEnabled {

if (!defined $crypted_homes_enabled) {
- $crypted_homes_enabled = !Pam->Enabled ("thinkfinger");
+ $crypted_homes_enabled = !Pam->Enabled ("fp");
}
return $crypted_homes_enabled;
}

Modified: trunk/users/src/UsersSimple.pm
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/users/src/UsersSimple.pm?rev=51872&r1=51871&r2=51872&view=diff
==============================================================================
--- trunk/users/src/UsersSimple.pm (original)
+++ trunk/users/src/UsersSimple.pm Mon Oct 6 16:03:37 2008
@@ -1210,8 +1210,8 @@
return $network_methods_checked if $network_methods_checked;

if (Stage->initial () && !InstExtensionImage->LoadExtension ("bind.rpm",
- # busy popup message
- sformat (__("Downloading %1 extension..."), "bind.rpm")))
+ # busy popup message, %1 is package name
+ sformat (__("Retrieving %1 extension..."), "bind.rpm")))
{
y2error ("loading bind.rpm failed, check for network methods skipped");
return 0;
@@ -1292,7 +1292,7 @@
if (Stage->initial ())
{
InstExtensionImage->UnLoadExtension ("bind.rpm",
- # busy popup message
+ # busy popup message, %1 is package name
sformat (__("Releasing %1 extension..."), "bind.rpm"));
}

@@ -1306,7 +1306,7 @@

return InstExtensionImage->LoadExtension ("cracklib-dict-full.rpm",
# busy popup message
- sformat (__("Downloading %1 extension..."), "cracklib-dict-full.rpm"));
+ sformat (__("Retrieving %1 extension..."), "cracklib-dict-full.rpm"));
}

##------------------------------------

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

< Previous Next >
This Thread
  • No further messages