diff options
Diffstat (limited to 'app-crypt/acme-sh')
-rw-r--r-- | app-crypt/acme-sh/acme-sh-2.8.8-r1.ebuild | 7 | ||||
-rw-r--r-- | app-crypt/acme-sh/acme-sh-9999.ebuild | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/app-crypt/acme-sh/acme-sh-2.8.8-r1.ebuild b/app-crypt/acme-sh/acme-sh-2.8.8-r1.ebuild index 5d51ca8d03b0..a6b09a058aa2 100644 --- a/app-crypt/acme-sh/acme-sh-2.8.8-r1.ebuild +++ b/app-crypt/acme-sh/acme-sh-2.8.8-r1.ebuild @@ -45,8 +45,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 } 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 } |