Accepting request 841694 from home:fbui:branches:Apache

- systemd-ask-password is located in /usr/bin

OBS-URL: https://build.opensuse.org/request/show/841694
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=621
This commit is contained in:
Petr Gajdos 2020-10-14 07:16:13 +00:00 committed by Git OBS Bridge
parent 47c2c17f14
commit 2029752826
2 changed files with 6 additions and 1 deletions

View File

@ -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): "

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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>