summaryrefslogtreecommitdiff
path: root/sys-apps/tuned/files/tuned-2.7.1-sysctl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/tuned/files/tuned-2.7.1-sysctl.patch')
-rw-r--r--sys-apps/tuned/files/tuned-2.7.1-sysctl.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-apps/tuned/files/tuned-2.7.1-sysctl.patch b/sys-apps/tuned/files/tuned-2.7.1-sysctl.patch
deleted file mode 100644
index 8e2a70fc377d..000000000000
--- a/sys-apps/tuned/files/tuned-2.7.1-sysctl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/tuned/plugins/plugin_sysctl.py
-+++ b/tuned/plugins/plugin_sysctl.py
-@@ -67,7 +67,7 @@
- self._write_sysctl(option, value)
-
- def _execute_sysctl(self, arguments):
-- execute = ["/sbin/sysctl"] + arguments
-+ execute = ["sysctl"] + arguments
- log.debug("executing %s" % execute)
- return self._cmd.execute(execute)
-