]> git.pld-linux.org Git - packages/pcp.git/blobdiff - pcp-ps.patch
- commented MemAvailable, seems to depend on unknown BR
[packages/pcp.git] / pcp-ps.patch
index d6b2bfd6f8a3c4f1aa09302a3b4312cbe06f7a64..e2d0b3ee5cc35a62df22e8e2981b6bec179cb953 100644 (file)
@@ -1,6 +1,6 @@
---- pcp-3.6.10/configure.in.orig       2012-11-19 00:47:34.000000000 +0100
-+++ pcp-3.6.10/configure.in    2012-12-16 19:50:49.390548609 +0100
-@@ -697,15 +697,7 @@
+--- pcp-3.9.6/configure.ac.orig        2014-06-19 19:02:57.625789139 +0200
++++ pcp-3.9.6/configure.ac     2014-06-19 19:06:56.395784163 +0200
+@@ -937,17 +937,7 @@
  NR == 1                       { if ($1 != "UID" && $1 != "USER") exit
                          if ($2 != "PID") exit
                        }
 -# Fedora 15
 -$2 == 1 && / \/bin\/systemd/ { print "OK"; exit }
 -# Fedora 17
--$2 == 1 && / \/usr\/lib\/systemd\/systemd/ { print "OK"; exit }'`
+-$2 == 1 && / \/usr\/lib\/systemd\/systemd/ { print "OK"; exit }
+-# Debian sid
+-$2 == 1 && / \/lib\/systemd\/systemd/ { print "OK"; exit }'`
 +$2 ~ /^[[0-9]]+$/ && /configure/      { print "OK"; exit }'`
-     if test "$ans" = OK
-     then
-       pcp_ps_have_bsd=false
-@@ -719,10 +711,7 @@
+       if test "$ans" = OK
+       then
+           pcp_ps_have_bsd=false
+@@ -962,10 +952,7 @@
  NR == 1                       { if ($1 != "UID" && $1 != "USER") exit
                          if ($2 != "PID") exit
                        }
@@ -26,6 +28,6 @@
 -$2 == 1 && / \/sbin\/launchd/ { print "OK"; exit }
 -$2 == 1 && / \/init/  { print "OK"; exit }'`
 +$2 ~ /^[[0-9]]+$/ && /configure/      { print "OK"; exit }'`
-     if test "$ans" = OK
-     then
-       pcp_ps_have_bsd=true
+       if test "$ans" = OK
+       then
+           pcp_ps_have_bsd=true
This page took 0.05397 seconds and 4 git commands to generate.