diff options
Diffstat (limited to 'net-mail/hotwayd/hotwayd-0.8.ebuild')
-rw-r--r-- | net-mail/hotwayd/hotwayd-0.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/hotwayd/hotwayd-0.8.ebuild b/net-mail/hotwayd/hotwayd-0.8.ebuild index 570565c5416c..b42dd6df2023 100644 --- a/net-mail/hotwayd/hotwayd-0.8.ebuild +++ b/net-mail/hotwayd/hotwayd-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/hotwayd-0.8.ebuild,v 1.4 2004/10/11 18:11:01 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/hotwayd-0.8.ebuild,v 1.5 2004/11/12 12:08:03 tomk Exp $ inherit eutils @@ -37,7 +37,7 @@ src_install () { } pkg_postinst () { - einfo "----------------------------------------------------------------" + einfo "" einfo " By default daemons that use xinetd are not started " einfo " automatically in gentoo" einfo " To activate do the following steps: " @@ -54,5 +54,5 @@ pkg_postinst () { einfo " If the emerge also pulled in the xinetd package for you, do " einfo " # rc-update add xinetd default " einfo " # /etc/init.d/xinetd start " - einfo "-----------------------------------------------------------------" + einfo "" } |