diff --git a/apache2-systemd-ask-pass b/apache2-systemd-ask-pass index f9b8973..c8e9cfa 100644 --- a/apache2-systemd-ask-pass +++ b/apache2-systemd-ask-pass @@ -1,2 +1,2 @@ #!/bin/sh -exec /bin/systemd-ask-password "Enter SSL pass phrase for $1 ($2): " +exec /usr/bin/systemd-ask-password "Enter SSL pass phrase for $1 ($2): " diff --git a/apache2.changes b/apache2.changes index 6dfb25f..a2b1cd0 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Oct 14 09:43:08 UTC 2020 - Franck Bui + +- /var/run is depracted, /run should be used instead + +------------------------------------------------------------------- +Wed Oct 14 06:43:21 UTC 2020 - Franck Bui + +- systemd-ask-password is located in /usr/bin + ------------------------------------------------------------------- Tue Sep 22 09:12:31 UTC 2020 - Jacek Tomasiak diff --git a/start_apache2 b/start_apache2 index c39c002..123abaf 100644 --- a/start_apache2 +++ b/start_apache2 @@ -79,7 +79,7 @@ sysconfd_dir=$(dirname $httpd_conf)/sysconfig${instance_suffix}.d/ # be used in the configuration to change this, otherwise # stopping will not work # -pid_file=/var/run/httpd${instance_suffix}.pid +pid_file=/run/httpd${instance_suffix}.pid unset sysconfig_setting #