[Rt-commit] r12743 - rt/branches/3.8-TESTING/sbin

spang at bestpractical.com spang at bestpractical.com
Thu May 29 13:16:04 EDT 2008


Author: spang
Date: Thu May 29 13:16:03 2008
New Revision: 12743

Modified:
   rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in

Log:
install standalone server by default
revert the @FORKING@ lines I accidentally added in with my last commit


Modified: rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in
==============================================================================
--- rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in	(original)
+++ rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in	Thu May 29 13:16:03 2008
@@ -63,7 +63,7 @@
     'with-ORACLE',                        'with-FASTCGI',
     'with-SPEEDYCGI',                     'with-MODPERL1',
     'with-MODPERL2',                      'with-DEV',
-    'with-STANDALONE',                    'with-FORKING',
+    'with-STANDALONE',
 
     'with-GPG',
     'with-ICAL',
@@ -87,12 +87,11 @@
     'with-CLI' => 1,
     'with-MAILGATE' => 1, 
     'with-DEV' => @RT_DEVEL_MODE@, 
-    'with-STANDALONE' => 0,
+    'with-STANDALONE' => 1,
     'with-GPG' => @RT_GPG@,
     'with-ICAL' => 1,
     'with-SMTP' => 1,
     'with-GRAPHVIZ' => @RT_GRAPHVIZ@,
-    'with-FORKING' => @RT_FORKING@,
 );
 $args{$_} = $default{$_} foreach grep !exists $args{$_}, keys %default;
 
@@ -253,9 +252,6 @@
 $deps{'STANDALONE'} = [ text_to_hash( << '.') ];
 HTTP::Server::Simple 0.07
 HTTP::Server::Simple::Mason 0.09
-.
-
-$deps{'FORKING'} = [ text_to_hash( << '.') ];
 Net::Server
 Net::Server::PreForking
 .


More information about the Rt-commit mailing list