[yast-commit] r62115 - in /trunk/fingerprint-reader: VERSION agent-fprint/src/FPrintAgent.cc package/yast2-fingerprint-reader.changes src/UsersPluginFingerprintReader.pm
Author: jsuchome Date: Mon Jun 14 07:58:30 2010 New Revision: 62115 URL: http://svn.opensuse.org/viewcvs/yast?rev=62115&view=rev Log: - Adjusted .desktop file(s) to wrap /sbin/yast2/ calls in xdg-su where root privileges are needed, removed X-KDE-SubstituteUID key (bnc#540627) - 2.19.0 Modified: trunk/fingerprint-reader/VERSION trunk/fingerprint-reader/agent-fprint/src/FPrintAgent.cc trunk/fingerprint-reader/package/yast2-fingerprint-reader.changes trunk/fingerprint-reader/src/UsersPluginFingerprintReader.pm Modified: trunk/fingerprint-reader/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/fingerprint-reader/VERSION?rev=62115&r1=62114&r2=62115&view=diff ============================================================================== --- trunk/fingerprint-reader/VERSION (original) +++ trunk/fingerprint-reader/VERSION Mon Jun 14 07:58:30 2010 @@ -1 +1 @@ -2.18.1 +2.19.0 Modified: trunk/fingerprint-reader/agent-fprint/src/FPrintAgent.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/fingerprint-reader/agent-fprint/src/FPrintAgent.cc?rev=62115&r1=62114&r2=62115&view=diff ============================================================================== --- trunk/fingerprint-reader/agent-fprint/src/FPrintAgent.cc (original) +++ trunk/fingerprint-reader/agent-fprint/src/FPrintAgent.cc Mon Jun 14 07:58:30 2010 @@ -143,7 +143,7 @@ r = fp_enroll_finger (dev, &enrolled_print); - y2debug ("retval: %d", r); + y2internal ("retval: %d", r); if (r < 0) { y2error ("Enroll failed with error %d", r); @@ -214,7 +214,7 @@ */ YCPValue FPrintAgent::Read(const YCPPath &path, const YCPValue& arg, const YCPValue& opt) { - y2debug ("Path in Read(): %s", path->toString().c_str()); + y2internal ("Path in Read(): %s", path->toString().c_str()); YCPValue ret = YCPVoid(); if (path->length() == 0) { Modified: trunk/fingerprint-reader/package/yast2-fingerprint-reader.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/fingerprint-reader/package/yast2-fingerprint-reader.changes?rev=62115&r1=62114&r2=62115&view=diff ============================================================================== --- trunk/fingerprint-reader/package/yast2-fingerprint-reader.changes (original) +++ trunk/fingerprint-reader/package/yast2-fingerprint-reader.changes Mon Jun 14 07:58:30 2010 @@ -4,6 +4,7 @@ - Adjusted .desktop file(s) to wrap /sbin/yast2/ calls in xdg-su where root privileges are needed, removed X-KDE-SubstituteUID key (bnc#540627) +- 2.19.0 ------------------------------------------------------------------- Tue Sep 1 08:59:25 CEST 2009 - jsuchome@suse.cz Modified: trunk/fingerprint-reader/src/UsersPluginFingerprintReader.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/fingerprint-reader/src/UsersPluginFingerprintReader.pm?rev=62115&r1=62114&r2=62115&view=diff ============================================================================== --- trunk/fingerprint-reader/src/UsersPluginFingerprintReader.pm (original) +++ trunk/fingerprint-reader/src/UsersPluginFingerprintReader.pm Mon Jun 14 07:58:30 2010 @@ -100,6 +100,7 @@ if ($fingerprint_dir && $fingerprint_dir ne $username) { my $tmp_dir = Directory->tmpdir (); my $new_dir = "$tmp_dir/$username"; +y2internal ("tmp dir $tmp_dir, new $new_dir"); # there might be some directory related to deleted user - remove it: SCR->Execute (".target.bash", "/bin/rm -rf $new_dir"); # move the current tmp directory @@ -327,6 +328,7 @@ my $gid = $data->{"gidNumber"}; my $command = "/bin/chown -R $uid:$gid $fingerprint_dir"; +y2internal ("command: $command"); my %out = %{SCR->Execute (".target.bash_output", $command)}; if (($out{"stderr"} || "") ne "") { y2error ("error calling $command: ", $out{"stderr"} || ""); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn.opensuse.org