Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2013-01-16 10:24:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2", Maintainer is "[email protected]"

Changes:
--------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ use-systemctrl_options.diff ++++++
--- /var/tmp/diff_new_pack.Wg9Npq/_old  2013-01-16 10:24:05.000000000 +0100
+++ /var/tmp/diff_new_pack.Wg9Npq/_new  2013-01-16 10:24:05.000000000 +0100
@@ -1,8 +1,17 @@
-Index: yast2-2.23.18/library/runlevel/src/Service.ycp
-===================================================================
---- yast2-2.23.18.orig/library/runlevel/src/Service.ycp
-+++ yast2-2.23.18/library/runlevel/src/Service.ycp
-@@ -291,7 +291,7 @@ global define boolean Enabled (string na
+From 35d00cb31a01313537d2dfde206cf6fa572788a5 Mon Sep 17 00:00:00 2001
+From: Frederic Crozat <[email protected]>
+Date: Wed, 16 Jan 2013 10:19:32 +0100
+Subject: [PATCH] Ensure YaST passes SYSTEMCTL_OPTIONS variable (bnc#798620)
+
+---
+ library/runlevel/src/Service.ycp |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/library/runlevel/src/Service.ycp 
b/library/runlevel/src/Service.ycp
+index 3c69efc..f2250ab 100644
+--- a/library/runlevel/src/Service.ycp
++++ b/library/runlevel/src/Service.ycp
+@@ -291,7 +291,7 @@ global define boolean Enabled (string name) {
   */
  global define integer RunInitScript (string name, string param) {
      y2milestone("Running service initscript %1 %2", name, param);
@@ -11,3 +20,15 @@
      map<string, any> output=(map<string, any>)SCR::Execute 
(.target.bash_output,
          command, $[ "TERM" : "raw"]);
  
+@@ -314,7 +314,7 @@ integer sleep_step = 20;
+  */
+ global define integer RunInitScriptWithTimeOut (string name, string param) {
+     y2milestone("Running service initscript %1 %2", name, param);
+-    string command = sformat ("TERM=dumb %1 %2 %3.service", invoker, param, 
name);
++    string command = sformat ("TERM=dumb %1 $SYSTEMCTL_OPTIONS %2 
%3.service", invoker, param, name);
+ 
+     // default return code
+     integer return_code = nil;
+-- 
+1.7.10
+

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to