From 20297528262c57d6700fa8905784c59039b8d99c057ea30bbfa4bfa8ecd31b2f Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Wed, 14 Oct 2020 07:16:13 +0000 Subject: [PATCH] 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 --- apache2-systemd-ask-pass | 2 +- apache2.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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..70078d4 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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