/[Apache-SVN]/spamassassin/trunk/build/automc/buildbot_ready
ViewVC logotype

Diff of /spamassassin/trunk/build/automc/buildbot_ready

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/trunk/build/automc/buildbot_ready	2005/10/15 02:10:50	321277
+++ spamassassin/trunk/build/automc/buildbot_ready	2005/10/15 02:22:54	321278
@@ -2,13 +2,14 @@
 
 use strict;
 
+my $perl = $0;
 my $command = shift @ARGV;
 
-elsif ($command eq 'start') {
+if ($command eq 'start') {
   do_start();
-
 }
 elsif ($command eq 'stop') {
+  do_stop();
 }
 exit;
 
@@ -19,3 +20,8 @@ sub do_start {
   system ("$perl Makefile.PL < /dev/null");
   system ("make");
 }
+
+sub do_stop {
+  # TODO
+}
+

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26