From: Lans Carstensen Date: Tue, 15 Sep 2009 18:30:50 +0000 (-0400) Subject: nfs-utils: nfs-iostat.py autofs cleanup and option to sort by ops/s X-Git-Tag: nfs-utils-1-2-1-rc5~3 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=8e0ca8f2b6152efe58fbf78648bb889ab76a3d43;hp=b25c022e58c53cedfd6bd9592f082364d002821b nfs-utils: nfs-iostat.py autofs cleanup and option to sort by ops/s 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 Signed-off-by: Steve Dickson --- diff --git a/tools/nfs-iostat/nfs-iostat.py b/tools/nfs-iostat/nfs-iostat.py index 9626d42..ea02db4 100644 --- a/tools/nfs-iostat/nfs-iostat.py +++ b/tools/nfs-iostat/nfs-iostat.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # -*- python-mode -*- """Emulate iostat for NFS mount points using /proc/self/mountstats """