Fixed Gentoo define command

This commit is contained in:
Joona Hoikkala
2016-03-23 18:12:07 +02:00
parent b46b54400f
commit da97b74d71
@@ -42,7 +42,7 @@ CLI_DEFAULTS_GENTOO = dict(
vhost_root="/etc/apache2/vhosts.d",
vhost_files="*.conf",
version_cmd=['/usr/sbin/apache2', '-v'],
define_cmd=['/usr/sbin/apache2', '-t', '-D', 'DUMP_RUN_CFG'],
define_cmd=['apache2ctl', 'virtualhosts'],
restart_cmd=['apache2ctl', 'graceful'],
conftest_cmd=['apache2ctl', 'configtest'],
enmod=None,