summaryrefslogtreecommitdiff
path: root/sys-apps/tuned/files/tuned-2.7.1-sysctl.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-22 18:41:30 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-22 18:41:30 +0000
commit580f05ea8f512d11e23e8da80177d27835cbdbbc (patch)
tree48f1c956bdc671653181038c8d67d35bc8569d41 /sys-apps/tuned/files/tuned-2.7.1-sysctl.patch
parentf29eb0598f62fc3b5f09f2de5a89c0437c6164d9 (diff)
gentoo resync : 22.02.2020
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)
-