summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-irc/unrealircd/ChangeLog5
-rw-r--r--net-irc/unrealircd/unrealircd-3.2.6.ebuild20
2 files changed, 14 insertions, 11 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog
index fc360b6c24e5..e064906ec74e 100644
--- a/net-irc/unrealircd/ChangeLog
+++ b/net-irc/unrealircd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/unrealircd
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.55 2007/04/08 13:16:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.56 2007/05/06 12:48:16 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> unrealircd-3.2.6.ebuild:
+ Replacing einfo with elog
08 Apr 2007; Raúl Porcel <armin76@gentoo.org> -unrealircd-3.2.5.ebuild:
drop old
diff --git a/net-irc/unrealircd/unrealircd-3.2.6.ebuild b/net-irc/unrealircd/unrealircd-3.2.6.ebuild
index ad59db59d7e9..ce034a6f3afd 100644
--- a/net-irc/unrealircd/unrealircd-3.2.6.ebuild
+++ b/net-irc/unrealircd/unrealircd-3.2.6.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-irc/unrealircd/unrealircd-3.2.6.ebuild,v 1.5 2007/04/06 22:00:41 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.6.ebuild,v 1.6 2007/05/06 12:48:16 genone Exp $
inherit eutils ssl-cert versionator multilib
@@ -124,13 +124,13 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "UnrealIRCd will not run until you've set up /etc/unrealircd/unrealircd.conf"
- einfo
- einfo "You can find example cron scripts here:"
- einfo " /usr/share/doc/${PF}/ircd.cron.gz"
- einfo " /usr/share/doc/${PF}/ircdchk.gz"
- einfo
- einfo "You can also use /etc/init.d/unrealircd to start at boot"
- einfo
+ elog
+ elog "UnrealIRCd will not run until you've set up /etc/unrealircd/unrealircd.conf"
+ elog
+ elog "You can find example cron scripts here:"
+ elog " /usr/share/doc/${PF}/ircd.cron.gz"
+ elog " /usr/share/doc/${PF}/ircdchk.gz"
+ elog
+ elog "You can also use /etc/init.d/unrealircd to start at boot"
+ elog
}