diff options
Diffstat (limited to 'net-ftp/netkit-ftpd/netkit-ftpd-0.17-r5.ebuild')
-rw-r--r-- | net-ftp/netkit-ftpd/netkit-ftpd-0.17-r5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r5.ebuild b/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r5.ebuild index cfe4deb64e56..ca715289efcb 100644 --- a/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r5.ebuild +++ b/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r5.ebuild,v 1.7 2007/02/21 02:47:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r5.ebuild,v 1.8 2007/05/06 10:59:35 genone Exp $ inherit eutils ssl-cert @@ -51,8 +51,8 @@ src_install() { pkg_postinst() { if use ssl ; then - einfo "In order to start the server with SSL support" - einfo "You need a certificate /etc/ssl/certs/ftpd.pem." - einfo "A temporary certificiate has been created." + elog "In order to start the server with SSL support" + elog "You need a certificate /etc/ssl/certs/ftpd.pem." + elog "A temporary certificiate has been created." fi } |