Mailinglist Archive: yast-commit (298 mails)

< Previous Next >
[yast-commit] r62266 - in /branches/SuSE-Code-11-SP1-Branch/registration: VERSION package/yast2-registration.changes src/modules/YSR.pm
  • From: jdsn@xxxxxxxxxxxxxxxx
  • Date: Thu, 15 Jul 2010 16:38:09 -0000
  • Message-id: <E1OZRRp-0004mq-FM@xxxxxxxxxxxxxxxx>
Author: jdsn
Date: Thu Jul 15 18:38:09 2010
New Revision: 62266

URL: http://svn.opensuse.org/viewcvs/yast?rev=62266&view=rev
Log:
fix for the SMT server configuration via WebYaST (bnc#621914), version 2.17.33

Modified:
branches/SuSE-Code-11-SP1-Branch/registration/VERSION

branches/SuSE-Code-11-SP1-Branch/registration/package/yast2-registration.changes
branches/SuSE-Code-11-SP1-Branch/registration/src/modules/YSR.pm

Modified: branches/SuSE-Code-11-SP1-Branch/registration/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/registration/VERSION?rev=62266&r1=62265&r2=62266&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/registration/VERSION (original)
+++ branches/SuSE-Code-11-SP1-Branch/registration/VERSION Thu Jul 15 18:38:09
2010
@@ -1 +1 @@
-2.17.32
+2.17.33

Modified:
branches/SuSE-Code-11-SP1-Branch/registration/package/yast2-registration.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/registration/package/yast2-registration.changes?rev=62266&r1=62265&r2=62266&view=diff
==============================================================================
---
branches/SuSE-Code-11-SP1-Branch/registration/package/yast2-registration.changes
(original)
+++
branches/SuSE-Code-11-SP1-Branch/registration/package/yast2-registration.changes
Thu Jul 15 18:38:09 2010
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Jul 15 16:17:29 CEST 2010 - jdsn@xxxxxxx
+
+- fix for the SMT server configuration via WebYaST (bnc#621914)
+- 2.17.33
+
+-------------------------------------------------------------------
Wed May 19 18:06:26 CEST 2010 - jdsn@xxxxxxx

- catch severe backend error and pass error message on (bnc#604777)

Modified: branches/SuSE-Code-11-SP1-Branch/registration/src/modules/YSR.pm
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/registration/src/modules/YSR.pm?rev=62266&r1=62265&r2=62266&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/registration/src/modules/YSR.pm (original)
+++ branches/SuSE-Code-11-SP1-Branch/registration/src/modules/YSR.pm Thu Jul 15
18:38:09 2010
@@ -20,6 +20,9 @@

my $global_ctx = {};

+# set the PATH in the perl environment (bnc#621914)
+# otherwise it is empty in system calls
+$ENV{PATH}="/usr/bin:/sbin:/usr/sbin:/bin";

BEGIN { $TYPEINFO{init_ctx} = ["function", "void", [ "map", "string", "any"]];
}
sub init_ctx

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

< Previous Next >
This Thread
  • No further messages