aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuel-plugin/enable_pqos.diff
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2017-02-03 18:56:01 +0000
committerMaryam Tahhan <maryam.tahhan@intel.com>2017-02-03 18:56:01 +0000
commit9693f775b60de508e841f1a85297a99d5d05fd0a (patch)
treea3874c1bf52fde3f108908c716c959e2b07a75d4 /src/fuel-plugin/enable_pqos.diff
parent0680c0a5c129dca2a685b262031f5c7b001f1fb5 (diff)
fuel: remove RDT plugin
Change-Id: Id78f38ac19bfae046c26283d72a9495524416016 Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'src/fuel-plugin/enable_pqos.diff')
-rw-r--r--src/fuel-plugin/enable_pqos.diff27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/fuel-plugin/enable_pqos.diff b/src/fuel-plugin/enable_pqos.diff
deleted file mode 100644
index 1224a1f1..00000000
--- a/src/fuel-plugin/enable_pqos.diff
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/debian/changelog b/debian/changelog
-index 88d2293..fa6bce1 100644
---- a/debian/changelog
-+++ b/debian/changelog
-@@ -1,3 +1,10 @@
-+collectd (5.7.0-1) UNRELEASED; urgency=medium
-+
-+ * debian/rules:
-+ - enable ppos
-+
-+ -- Ruijing Guo <ruijing.guo@intel.com> Thu, 22 Dec 2016 13:24:11 -0500
-+
- collectd (5.5.0-4) UNRELEASED; urgency=medium
-
- * debian/collectd-core.overrides:
-diff --git a/debian/rules b/debian/rules
-index ba7cfc0..d876e12 100755
---- a/debian/rules
-+++ b/debian/rules
-@@ -168,6 +168,7 @@ config.status: configure
-
- PKG_CONFIG_PATH="$(CURDIR)/debian/pkgconfig:$$PKG_CONFIG_PATH" \
- ./configure $(confflags) CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
-+ --enable-syslog --enable-logfile --with-libpqos=/opt/pqos/--enable-debug \
- || ( status=$$?; cat config.log; exit $$status )
-
- build: build-arch build-indep