diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-25 23:11:09 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-25 23:32:41 +0200 |
commit | dcc59f13b7722791d6e53211afa546312245be43 (patch) | |
tree | 48f3088a3fed468b9e3b9b6036ba8df385dae5f8 /www-servers | |
parent | dev-util/pkgconf: Fixed patch reference (diff) | |
download | gentoo-dcc59f13b7722791d6e53211afa546312245be43.tar.gz gentoo-dcc59f13b7722791d6e53211afa546312245be43.tar.bz2 gentoo-dcc59f13b7722791d6e53211afa546312245be43.zip |
www-servers/apache: add ewarn message for user unlock
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/apache/apache-2.4.48-r3.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www-servers/apache/apache-2.4.48-r3.ebuild b/www-servers/apache/apache-2.4.48-r3.ebuild index 8012fad06ea6..be666634be72 100644 --- a/www-servers/apache/apache-2.4.48-r3.ebuild +++ b/www-servers/apache/apache-2.4.48-r3.ebuild @@ -211,6 +211,14 @@ src_install() { } pkg_postinst() { + echo + ewarn "Downgrading to pre-GLEP 81 user for now." + ewarn "See bug #802495 and bug #803500 for more information." + ewarn "" + ewarn "You will need to run the following command to unlock the user:" + ewarn "usermod -e '' -U apache 2>/dev/null" + echo + apache-2_pkg_postinst || die "apache-2_pkg_postinst failed" tmpfiles_process apache.conf #662544 |