* [PATCH 1/4] nfs-utils: nfs-iostat.py autofs cleanup and option to sort by ops/s
@ 2009-08-26 4:59 Lans Carstensen
2009-08-26 14:29 ` Chuck Lever
0 siblings, 1 reply; 3+ messages in thread
From: Lans Carstensen @ 2009-08-26 4:59 UTC (permalink / raw)
To: NFS list
commit 1da314fc4e0548e30516e6140e98ad56d2150048
Author: Lans Carstensen <Lans.Carstensen@dreamworks.com>
Date: Tue Aug 25 21:50:29 2009 -0700
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
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
"""
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH 1/4] nfs-utils: nfs-iostat.py autofs cleanup and option to sort by ops/s
@ 2009-09-15 4:57 Lans Carstensen
0 siblings, 0 replies; 3+ messages in thread
From: Lans Carstensen @ 2009-09-15 4:57 UTC (permalink / raw)
To: NFS list
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-hCDZnVt6e3JSwrhanM7KvQ@public.gmane.org>
---
tools/nfs-iostat/nfs-iostat.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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
"""
--
1.5.5.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-09-15 4:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-26 4:59 [PATCH 1/4] nfs-utils: nfs-iostat.py autofs cleanup and option to sort by ops/s Lans Carstensen
2009-08-26 14:29 ` Chuck Lever
-- strict thread matches above, loose matches on Subject: below --
2009-09-15 4:57 Lans Carstensen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox