Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoona Hoikkala <joona@kuori.org>2018-04-03 23:38:34 +0300
committerJoona Hoikkala <joona@kuori.org>2018-04-03 23:38:34 +0300
commit0df0cd8f6cf485c8d731046b74a398c1abac8f62 (patch)
tree5c3a4489c0e271a9585c4d61cf2e97dc7a89ba26
parent91298e4e3592cd3f3df4e8dc719644f551ff8c19 (diff)
-rw-r--r--certbot-apache/certbot_apache/override_gentoo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-apache/certbot_apache/override_gentoo.py b/certbot-apache/certbot_apache/override_gentoo.py
index b35e51865..165e44c96 100644
--- a/certbot-apache/certbot_apache/override_gentoo.py
+++ b/certbot-apache/certbot_apache/override_gentoo.py
@@ -21,7 +21,7 @@ class GentooConfigurator(configurator.ApacheConfigurator):
version_cmd=['/usr/sbin/apache2', '-v'],
apache_cmd="apache2ctl",
restart_cmd=['apache2ctl', 'graceful'],
- restart_cmd_alt=['apachectl', 'restart'],
+ restart_cmd_alt=['apache2ctl', 'restart'],
conftest_cmd=['apache2ctl', 'configtest'],
enmod=None,
dismod=None,