From 16222ccb7b28d405cca160aca7e97faa045730bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 11 Apr 2012 13:11:29 +0000 Subject: [PATCH] Debian: mod_ssl part of apache2.2-bin, thus using apache2 virtual package. --- org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh b/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh index 22e456e..8c417ed 100755 --- a/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh +++ b/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh @@ -24,7 +24,7 @@ COPYPROXY=$2 egrep -i "Debian|Ubuntu" /etc/issue if [ \$? = 0 ]; then INSTALLCMD="apt-get install -q --yes" - INSTALLPKGS="lintian apache2-mpm-prefork netcat-traditional libapache2-mod-ssl" + INSTALLPKGS="lintian apache2 netcat-traditional" else INSTALLCMD="yum install -q -y --nogpgcheck" INSTALLPKGS="rpmlint httpd nc mod_ssl" -- 1.8.2.3