diff options
Diffstat (limited to 'sys-apps/dstat/files/dstat-0.6.9-CVE-2009-3894.patch')
-rw-r--r-- | sys-apps/dstat/files/dstat-0.6.9-CVE-2009-3894.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-apps/dstat/files/dstat-0.6.9-CVE-2009-3894.patch b/sys-apps/dstat/files/dstat-0.6.9-CVE-2009-3894.patch deleted file mode 100644 index 042552b9a3bd..000000000000 --- a/sys-apps/dstat/files/dstat-0.6.9-CVE-2009-3894.patch +++ /dev/null @@ -1,15 +0,0 @@ -https://bugs.gentoo.org/show_bug.cgi?id=293497 - -Index: dstat-0.6.9/dstat -=================================================================== ---- dstat-0.6.9.orig/dstat -+++ dstat-0.6.9/dstat -@@ -28,8 +28,6 @@ try: - inspath('/usr/local/share/dstat/') - inspath('/usr/share/dstat/') - inspath(os.path.abspath(os.path.dirname(sys.argv[0])) + '/plugins/') # binary path + /plugins/ -- inspath(os.getcwd() + '/plugins/') # current path + /plugins/ -- inspath(os.getcwd()) # current path - inspath(os.path.expanduser('~/.dstat/')) # home + /.dstat/ - except KeyboardInterrupt, e: - pass |