diff options
Diffstat (limited to 'app-crypt/acme-sh/acme-sh-9999.ebuild')
-rw-r--r-- | app-crypt/acme-sh/acme-sh-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-crypt/acme-sh/acme-sh-9999.ebuild b/app-crypt/acme-sh/acme-sh-9999.ebuild index 1e6ca0155893..978b348479ac 100644 --- a/app-crypt/acme-sh/acme-sh-9999.ebuild +++ b/app-crypt/acme-sh/acme-sh-9999.ebuild @@ -41,8 +41,7 @@ src_install() { } pkg_postinst() { - einfo "If you wish to use the webserver mode," - einfo "you need to install a supported web server." - optfeature "using apache2 webserver mode." www-servers/apache - optfeature "using nginx webserver mode." www-servers/nginx + optfeature_header "For webserver mode, install a supported web server:" + optfeature "using apache2 webserver mode" www-servers/apache + optfeature "using nginx webserver mode" www-servers/nginx } |