From 580f05ea8f512d11e23e8da80177d27835cbdbbc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 22 Jan 2020 18:41:30 +0000 Subject: gentoo resync : 22.02.2020 --- sys-apps/tuned/files/tuned-2.7.1-sysctl.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sys-apps/tuned/files/tuned-2.7.1-sysctl.patch (limited to 'sys-apps/tuned/files/tuned-2.7.1-sysctl.patch') 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) - -- cgit v1.2.3