summaryrefslogtreecommitdiff
blob: 042552b9a3bda9fc18bb9f1d321865b55234475d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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