Hello community,

here is the log from the commit of package insserv-compat for openSUSE:Factory 
checked in at 2019-05-25 13:17:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/insserv-compat (Old)
 and      /work/SRC/openSUSE:Factory/.insserv-compat.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "insserv-compat"

Sat May 25 13:17:48 2019 rev:19 rq:704437 version:0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/insserv-compat/insserv-compat.changes    
2019-04-23 14:41:33.421658217 +0200
+++ /work/SRC/openSUSE:Factory/.insserv-compat.new.5148/insserv-compat.changes  
2019-05-25 13:17:49.504390324 +0200
@@ -1,0 +2,5 @@
+Thu May  9 15:19:24 UTC 2019 - Ludwig Nussel <[email protected]>
+
+- fix handling of ,start= parameters (bsc#1133306)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ insserv.pl ++++++
--- /var/tmp/diff_new_pack.9LH1Ts/_old  2019-05-25 13:17:50.140390087 +0200
+++ /var/tmp/diff_new_pack.9LH1Ts/_new  2019-05-25 13:17:50.144390086 +0200
@@ -242,7 +242,9 @@
 
 if (@ARGV) {
        my $p = $ARGV[0] =~ /\// ? $ARGV[0] : "$init_d/$ARGV[0]";
-       if (!-e $p) {
+       # need to strip off potential extra parameters
+       my $script = $1 if $p =~ /([^,]+)/;
+       if (!-e $script) {
                warn "$p doesn't exist";
                usage(1) if @ARGV;
                cleanup();


Reply via email to