Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r2858 - trunk/perfsonar-bundle

Subject: perfsonar development work

List archive

perfsonar: r2858 - trunk/perfsonar-bundle


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r2858 - trunk/perfsonar-bundle
  • Date: Fri, 21 Sep 2007 00:36:12 -0400

Author: fernandes
Date: 2007-09-21 00:36:12 -0400 (Fri, 21 Sep 2007)
New Revision: 2858

Modified:
trunk/perfsonar-bundle/install.pl
Log:
Fixing bug 219.



Modified: trunk/perfsonar-bundle/install.pl
===================================================================
--- trunk/perfsonar-bundle/install.pl 2007-09-20 13:12:36 UTC (rev 2857)
+++ trunk/perfsonar-bundle/install.pl 2007-09-21 04:36:12 UTC (rev 2858)
@@ -916,7 +916,7 @@
print "\nExecuting action test...\n\n";
&action( 'test', 1 );
}
- elsif ( $choice eq 4 ) {
+ elsif ( $choice eq 5 ) {
print "\nExecuting action undeploy...\n\n";
&action( 'undeploy', $verbose );
}



  • perfsonar: r2858 - trunk/perfsonar-bundle, svnlog, 09/21/2007

Archive powered by MHonArc 2.6.16.

Top of Page