Merge pull request #2707 from joohoi/gentoodefine

Fixed Gentoo define command
This commit is contained in:
Peter Eckersley 2016-03-29 17:36:19 -07:00
commit 682ea359f8

View file

@ -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,