Whamcloud - gitweb
b=10957
authorcliffw <cliffw>
Mon, 9 Apr 2007 21:13:58 +0000 (21:13 +0000)
committercliffw <cliffw>
Mon, 9 Apr 2007 21:13:58 +0000 (21:13 +0000)
Renamed all files to remove .sh and .pl. Fixed .spec file

lustre-iokit/ior-survey/Makefile.am
lustre-iokit/lustre-iokit.spec.in
lustre-iokit/obdfilter-survey/Makefile.am
lustre-iokit/obdfilter-survey/README.obdfilter-survey
lustre-iokit/obdfilter-survey/create-echoclient [moved from lustre-iokit/obdfilter-survey/echo.sh with 100% similarity]
lustre-iokit/obdfilter-survey/obparse [moved from lustre-iokit/obdfilter-survey/obparse.pl with 100% similarity]
lustre-iokit/ost-survey/Makefile.am
lustre-iokit/ost-survey/ost-survey [moved from lustre-iokit/ost-survey/ost-survey.pl with 100% similarity]
lustre-iokit/ost-survey/plot-ost [moved from lustre-iokit/ost-survey/plot-ost.pl with 100% similarity]
lustre-iokit/sgpdd-survey/Makefile.am
lustre-iokit/sgpdd-survey/parse-sgpdd [moved from lustre-iokit/sgpdd-survey/parse-sgpdd.pl with 100% similarity]

index d6ac265..537162b 100644 (file)
@@ -1,3 +1,3 @@
-bin_SCRIPTS = ior-survey parse-ior.pl
+bin_SCRIPTS = ior-survey parse-ior
 CLEANFILE = $(bin_SCRIPTS)
 CLEANFILE = $(bin_SCRIPTS)
-EXTRA_DIST = README.ior-survey ior-survey parse-ior.pl
+EXTRA_DIST = README.ior-survey ior-survey parse-ior
index becb4ee..df50b5f 100644 (file)
@@ -48,14 +48,14 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 %files
 /usr/bin/ior-survey
 
 %files
 /usr/bin/ior-survey
-/usr/bin/parse-ior.pl
-/usr/bin/echo.sh
+/usr/bin/parse-ior
+/usr/bin/create-echoclient
 /usr/bin/obdfilter-survey
 /usr/bin/obdfilter-survey
-/usr/bin/obparse.pl
-/usr/bin/plot-ost.pl
-/usr/bin/ost-survey.pl
+/usr/bin/obparse
+/usr/bin/plot-ost
+/usr/bin/ost-survey
 /usr/bin/sgpdd-survey
 /usr/bin/sgpdd-survey
-/usr/bin/parse-sgpdd.pl
+/usr/bin/parse-sgpdd
 %doc obdfilter-survey/README.obdfilter-survey
 %doc ior-survey/README.ior-survey
 %doc ost-survey/README.ost-survey
 %doc obdfilter-survey/README.obdfilter-survey
 %doc ior-survey/README.ior-survey
 %doc ost-survey/README.ost-survey
index 2caa763..e35f831 100644 (file)
@@ -1,3 +1,3 @@
-bin_SCRIPTS = echo.sh obdfilter-survey obparse.pl
+bin_SCRIPTS = create-echoclient obdfilter-survey obparse
 CLEANFILE = $(bin_SCRIPTS)
 CLEANFILE = $(bin_SCRIPTS)
-EXTRA_DIST = README.obdfilter-survey echo.sh obdfilter-survey obparse.pl
+EXTRA_DIST = README.obdfilter-survey create-echoclient obdfilter-survey obparse
index 9983999..7f8095a 100644 (file)
@@ -107,15 +107,15 @@ case, you need to ensure...
 
 - First, bring up obdecho instances on the servers and echo_client instances
 on the clients:
 
 - First, bring up obdecho instances on the servers and echo_client instances
 on the clients:
-   - run the included echo.sh on a node that has Lustre installed.  
+   - run the included create-echoclient on a node that has Lustre installed.  
         -shell variables:
         - SERVERS: Set this to a list of server hostnames, or `hostname` of
           the current node will be used.  This may be the wrong interface, so
         -shell variables:
         - SERVERS: Set this to a list of server hostnames, or `hostname` of
           the current node will be used.  This may be the wrong interface, so
-          check it.  NOTE: echo.sh could probably be smarter about this...
+          check it.  NOTE: create-echoclient could probably be smarter about this...
 
           - NETS: set this if you are using a network type other than
 tcp.
 
           - NETS: set this if you are using a network type other than
 tcp.
-    - example: SERVERS=oss01-eth2 sh echo.sh
+    - example: SERVERS=oss01-eth2 sh create-echoclient
 
 - On the servers start the obdecho server and verify that it is up:
 
 
 - On the servers start the obdecho server and verify that it is up:
 
index e24be74..5d2c14a 100644 (file)
@@ -1,3 +1,3 @@
-bin_SCRIPTS = ost-survey.pl plot-ost.pl
+bin_SCRIPTS = ost-survey plot-ost
 CLEANFILE = $(bin_SCRIPTS)
 CLEANFILE = $(bin_SCRIPTS)
-EXTRA_DIST = README.ost-survey ost-survey.pl plot-ost.pl
+EXTRA_DIST = README.ost-survey ost-survey plot-ost
index 31e0b77..bc568ab 100644 (file)
@@ -1,3 +1,3 @@
-bin_SCRIPTS = parse-sgpdd.pl sgpdd-survey
+bin_SCRIPTS = parse-sgpdd sgpdd-survey
 CLEANFILE = $(bin_SCRIPTS)
 CLEANFILE = $(bin_SCRIPTS)
-EXTRA_DIST = README.sgpdd-survey parse-sgpdd.pl sgpdd-survey
+EXTRA_DIST = README.sgpdd-survey parse-sgpdd sgpdd-survey