]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
nfs-utils: nfs-iostat.py autofs cleanup and option to sort by ops/s
authorLans Carstensen <Lans.Carstensen@dreamworks.com>
Tue, 15 Sep 2009 18:30:50 +0000 (14:30 -0400)
committerSteve Dickson <steved@redhat.com>
Tue, 15 Sep 2009 18:30:50 +0000 (14:30 -0400)
Conforms Python path to the LSB 3.2+ standard of /usr/bin/python
http://refspecs.freestandards.org/LSB_3.2.0/LSB-Languages/LSB-Languages/pylocation.html
Per SteveD this is also required for proper rpm dep resolution during
builds

Signed-off-by: Lans Carstensen <Lans.Carstensen@dreamworks.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
tools/nfs-iostat/nfs-iostat.py

index 9626d42609b9485c7fda0c9ef69d698f9fa929fd..ea02db41a9319dc74b39347f90877ca9c97bb959 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 # -*- python-mode -*-
 """Emulate iostat for NFS mount points using /proc/self/mountstats
 """
 # -*- python-mode -*-
 """Emulate iostat for NFS mount points using /proc/self/mountstats
 """