Hello community,

here is the log from the commit of package insserv-compat for openSUSE:Factory 
checked in at 2013-01-20 07:50:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/insserv-compat (Old)
 and      /work/SRC/openSUSE:Factory/.insserv-compat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "insserv-compat", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/insserv-compat/insserv-compat.changes    
2013-01-14 12:01:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.insserv-compat.new/insserv-compat.changes       
2013-01-20 07:50:06.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Jan 19 10:59:53 UTC 2013 - [email protected]
+
+- strip off extra start/stop overrides
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ insserv.pl ++++++
--- /var/tmp/diff_new_pack.IiOiN3/_old  2013-01-20 07:50:07.000000000 +0100
+++ /var/tmp/diff_new_pack.IiOiN3/_new  2013-01-20 07:50:07.000000000 +0100
@@ -151,9 +151,11 @@
 sub enable($)
 {
        my $name = shift;
+       $name =~ s/,(?:start|stop)=.*//;
        my $links = getlinks($name);
        return 0 if $links; # already enabled
        my $h = parse($name);
+       return unless defined $h;
        createlinks('S', $name, $h->{'default-start'} || '2 3 5');
        # default stop is actually ignored in SUSE ... o_O
        createlinks('K', $name, $h->{'default-start'} || '2 3 5');

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

Reply via email to