aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-07-17 11:18:37 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-07-17 11:24:21 +0300
commit6cb0e3c6b9c7b148081a707e905635d4cfd963a5 (patch)
tree20abe6cf7bd35d4375e1b16278032bed902ffe69 /lib
parentc4e539cf7b31c8938ea471419e42f79a87cfb4ea (diff)
downloadacmeman-6cb0e3c6b9c7b148081a707e905635d4cfd963a5.tar.gz
acmeman-6cb0e3c6b9c7b148081a707e905635d4cfd963a5.tar.bz2
Version 1.06v1.06
* lib/App/Acmeman/Source/Apache.pm (probe): Prefer apachectl over httpd (follow-up from Apache::Defaults) * acmeman: Version 1.06 * Changes: Update
Diffstat (limited to 'lib')
-rw-r--r--lib/App/Acmeman/Source/Apache.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/Acmeman/Source/Apache.pm b/lib/App/Acmeman/Source/Apache.pm
index c84aea6..2041bb1 100644
--- a/lib/App/Acmeman/Source/Apache.pm
+++ b/lib/App/Acmeman/Source/Apache.pm
@@ -266,7 +266,7 @@ EOT
sub probe {
my ($self, @servlist) = @_;
- @servlist = qw(/usr/sbin/httpd /usr/sbin/apache2)
+ @servlist = qw(/usr/sbin/apachectl /usr/sbin/httpd /usr/sbin/apache2)
unless (@servlist);
open(my $nullout, '>', File::Spec->devnull);
open(my $nullin, '<', File::Spec->devnull);

Return to:

Send suggestions and report system problems to the System administrator.