Accepting request 841747 from Apache

- /var/run is depracted, /run should be used instead (forwarded request 841741 from fbui)

OBS-URL: https://build.opensuse.org/request/show/841747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=174
This commit is contained in:
Dominique Leuenberger 2020-10-18 14:18:39 +00:00 committed by Git OBS Bridge
commit 5a2fec0c26
3 changed files with 12 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/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): "

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Oct 14 09:43:08 UTC 2020 - Franck Bui <fbui@suse.com>
- /var/run is depracted, /run should be used instead
-------------------------------------------------------------------
Wed Oct 14 06:43:21 UTC 2020 - Franck Bui <fbui@suse.com>
- systemd-ask-password is located in /usr/bin
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 22 09:12:31 UTC 2020 - Jacek Tomasiak <jtomasiak@suse.com> Tue Sep 22 09:12:31 UTC 2020 - Jacek Tomasiak <jtomasiak@suse.com>

View File

@ -79,7 +79,7 @@ sysconfd_dir=$(dirname $httpd_conf)/sysconfig${instance_suffix}.d/
# be used in the configuration to change this, otherwise # be used in the configuration to change this, otherwise
# stopping will not work # stopping will not work
# #
pid_file=/var/run/httpd${instance_suffix}.pid pid_file=/run/httpd${instance_suffix}.pid
unset sysconfig_setting unset sysconfig_setting
# #