Debian: mod_ssl part of apache2.2-bin, thus using apache2 virtual package.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 11 Apr 2012 13:11:29 +0000 (13:11 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 11 Apr 2012 13:11:29 +0000 (13:11 +0000)
org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh

index 22e456e..8c417ed 100755 (executable)
@@ -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"