summaryrefslogtreecommitdiff
path: root/rt/sbin/rt-test-dependencies
diff options
context:
space:
mode:
authorivan <ivan>2012-01-21 03:46:24 +0000
committerivan <ivan>2012-01-21 03:46:24 +0000
commit24548f7cf666bac02335d0bc74f81251c7b4ab50 (patch)
treee0f4f4a25b3a55e71957a1fb186e35fb9800be92 /rt/sbin/rt-test-dependencies
parent75162bb14b3e38d66617077843f4dfdcaf09d5c4 (diff)
import rt 3.8.11BESTPRACTICAL
Diffstat (limited to 'rt/sbin/rt-test-dependencies')
-rw-r--r--rt/sbin/rt-test-dependencies8
1 files changed, 4 insertions, 4 deletions
diff --git a/rt/sbin/rt-test-dependencies b/rt/sbin/rt-test-dependencies
index 18e7c06aa..3d8ede547 100644
--- a/rt/sbin/rt-test-dependencies
+++ b/rt/sbin/rt-test-dependencies
@@ -303,7 +303,7 @@ Log::Dispatch::Perl
$deps{'FASTCGI'} = [ text_to_hash( << '.') ];
CGI 3.38
-FCGI
+FCGI 0.74
CGI::Fast
.
@@ -588,12 +588,12 @@ sub check_perl_version {
sub check_users {
section("users");
- print_found("rt group (www)", defined getgrnam("www"));
+ print_found("rt group (www-data)", defined getgrnam("www-data"));
print_found("bin owner (root)", defined getpwnam("root"));
print_found("libs owner (root)", defined getpwnam("root"));
print_found("libs group (bin)", defined getgrnam("bin"));
- print_found("web owner (www)", defined getpwnam("www"));
- print_found("web group (www)", defined getgrnam("www"));
+ print_found("web owner (www-data)", defined getpwnam("www-data"));
+ print_found("web group (www-data)", defined getgrnam("www-data"));
}