[Rt-commit] r12742 - rt/branches/3.8-TESTING/sbin
spang at bestpractical.com
spang at bestpractical.com
Thu May 29 13:01:23 EDT 2008
Author: spang
Date: Thu May 29 13:01:20 2008
New Revision: 12742
Modified:
rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in
Log:
add help option to rt-test-dependencies
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:01:20 2008
@@ -63,7 +63,7 @@
'with-ORACLE', 'with-FASTCGI',
'with-SPEEDYCGI', 'with-MODPERL1',
'with-MODPERL2', 'with-DEV',
- 'with-STANDALONE',
+ 'with-STANDALONE', 'with-FORKING',
'with-GPG',
'with-ICAL',
@@ -92,6 +92,7 @@
'with-ICAL' => 1,
'with-SMTP' => 1,
'with-GRAPHVIZ' => @RT_GRAPHVIZ@,
+ 'with-FORKING' => @RT_FORKING@,
);
$args{$_} = $default{$_} foreach grep !exists $args{$_}, keys %default;
@@ -252,6 +253,9 @@
$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