Hello community,

here is the log from the commit of package lsof for openSUSE:Factory checked in 
at 2016-09-01 14:01:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lsof (Old)
 and      /work/SRC/openSUSE:Factory/.lsof.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lsof"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lsof/lsof.changes        2016-08-29 
14:26:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lsof.new/lsof.changes   2016-09-01 
14:02:03.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Aug 29 14:19:53 UTC 2016 - [email protected]
+
+- modify lsof_4.89-nfs_hanging.patch and add a check for HasNFS
+  variable as HasNFS may already have been set to 2 in the
+  readmnt() function [bsc#995061]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lsof_4.89-nfs_hanging.patch ++++++
--- /var/tmp/diff_new_pack.thvkkM/_old  2016-09-01 14:02:04.000000000 +0200
+++ /var/tmp/diff_new_pack.thvkkM/_new  2016-09-01 14:02:04.000000000 +0200
@@ -6,7 +6,7 @@
                if ((nfs = strcasecmp(fp[2], "nfs3")))
                    nfs = strcasecmp(fp[2], "nfs4");
            }
-+          if (! nfs)
++          if (!nfs && !HasNFS)
 +                 HasNFS = 1;
 +
            if (mp) {


Reply via email to