summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 10:58:10 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 10:58:10 +0000
commitd90743fbbd9525ed66910d76231a599de71ce153 (patch)
treeb97e4e7b753f28868fe763249f8a2cce582cb4da /net-ftp/gproftpd/gproftpd-8.1.9.ebuild
parentReplacing einfo with elog (diff)
downloadgentoo-2-d90743fbbd9525ed66910d76231a599de71ce153.tar.gz
gentoo-2-d90743fbbd9525ed66910d76231a599de71ce153.tar.bz2
gentoo-2-d90743fbbd9525ed66910d76231a599de71ce153.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-ftp/gproftpd/gproftpd-8.1.9.ebuild')
-rw-r--r--net-ftp/gproftpd/gproftpd-8.1.9.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/net-ftp/gproftpd/gproftpd-8.1.9.ebuild b/net-ftp/gproftpd/gproftpd-8.1.9.ebuild
index b84560c69e44..18baa1d014f6 100644
--- a/net-ftp/gproftpd/gproftpd-8.1.9.ebuild
+++ b/net-ftp/gproftpd/gproftpd-8.1.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/gproftpd/gproftpd-8.1.9.ebuild,v 1.3 2006/11/01 18:54:41 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/gproftpd/gproftpd-8.1.9.ebuild,v 1.4 2007/05/06 10:58:10 genone Exp $
DESCRIPTION="GTK frontend to proftpd"
@@ -29,7 +29,6 @@ src_compile() {
myconf="/etc/proftpd"
if use ssl; then
- einfo ssl
# enable mod_tls
modules="${modules}:mod_tls"
includes="${include}:/usr/kerberos/include"
@@ -54,8 +53,8 @@ src_install () {
}
pkg_postinst() {
- einfo "gproftpd looks for your proftpd.conf file in /etc/proftpd"
- einfo "run gproftpd with the option -c to specify an alternate location"
- einfo "ex: gproftpd -c /etc/proftpd.conf"
- ewarn "Do NOT edit /etc/conf.d/proftpd with this program"
+ elog "gproftpd looks for your proftpd.conf file in /etc/proftpd"
+ elog "run gproftpd with the option -c to specify an alternate location"
+ elog "ex: gproftpd -c /etc/proftpd.conf"
+ elog "Do NOT edit /etc/conf.d/proftpd with this program"
}