[MOBY-guts] biomoby commit

Eddie Kawas kawas at dev.open-bio.org
Wed Apr 8 22:42:51 UTC 2009


kawas
Wed Apr  8 18:42:51 EDT 2009
Update of /home/repository/moby/moby-live/Perl/MOSES-MOBY/bin/scripts
In directory dev.open-bio.org:/tmp/cvs-serv9693/MOSES-MOBY/bin/scripts

Modified Files:
	moses-install.pl 
Log Message:
updated the 'Help' for this script
moby-live/Perl/MOSES-MOBY/bin/scripts moses-install.pl,1.6,1.7
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOSES-MOBY/bin/scripts/moses-install.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- /home/repository/moby/moby-live/Perl/MOSES-MOBY/bin/scripts/moses-install.pl	2009/03/30 13:17:04	1.6
+++ /home/repository/moby/moby-live/Perl/MOSES-MOBY/bin/scripts/moses-install.pl	2009/04/08 22:42:51	1.7
@@ -24,6 +24,7 @@
        services.log
        parser.log
        MobyServer.cgi
+       AsyncMobyServer.cgi
     The existing files are not overwritten - unless an option -F
     has been used.
 
@@ -66,7 +67,7 @@
 		check_module ($module);
     }
     # check for async libraries if user wants to ....
-    print STDOUT "Shall we check for the moby-async libraries\n\t(do this only if you plan on creating async moby services)? y/n [n]";
+    print STDOUT "Shall we check for the moby-async libraries\n\t(do this only if you plan on creating soap based\n\t async moby services)? y/n [n]";
     my $tmp = <STDIN>;
     $tmp =~ s/\s//g; 
     if ($tmp =~ /y/i) {




More information about the MOBY-guts mailing list