summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-08-14 18:37:04 +0000
committerSven Wegener <swegener@gentoo.org>2004-08-14 18:37:04 +0000
commit02fdafdc7e681089db8c3d77d7dd2e6e96bd5428 (patch)
treece917c168719021beb3cbc1320f5719e3d71bb3f /net-irc
parentVersion bump (diff)
downloadgentoo-2-02fdafdc7e681089db8c3d77d7dd2e6e96bd5428.tar.gz
gentoo-2-02fdafdc7e681089db8c3d77d7dd2e6e96bd5428.tar.bz2
gentoo-2-02fdafdc7e681089db8c3d77d7dd2e6e96bd5428.zip
Added info to pkg_postinst() about the optional hub support.
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/unrealircd/ChangeLog5
-rw-r--r--net-irc/unrealircd/unrealircd-3.2.1-r1.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog
index 1178ae4814eb..9015b68e618f 100644
--- a/net-irc/unrealircd/ChangeLog
+++ b/net-irc/unrealircd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/unrealircd
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.19 2004/08/14 18:30:20 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.20 2004/08/14 18:37:04 swegener Exp $
+
+ 14 Aug 2004; Sven Wegener <swegener@gentoo.org> unrealircd-3.2.1-r1.ebuild:
+ Added info to pkg_postinst().
*unrealircd-3.2.1-r1 (14 Aug 2004)
diff --git a/net-irc/unrealircd/unrealircd-3.2.1-r1.ebuild b/net-irc/unrealircd/unrealircd-3.2.1-r1.ebuild
index 81dd771b3687..7bc9793e79bf 100644
--- a/net-irc/unrealircd/unrealircd-3.2.1-r1.ebuild
+++ b/net-irc/unrealircd/unrealircd-3.2.1-r1.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-irc/unrealircd/unrealircd-3.2.1-r1.ebuild,v 1.1 2004/08/14 18:30:20 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.1-r1.ebuild,v 1.2 2004/08/14 18:37:04 swegener Exp $
inherit eutils ssl-cert
@@ -112,4 +112,7 @@ pkg_postinst() {
einfo
einfo "You can also use /etc/init.d/unrealircd to start at boot"
einfo
+ einfo "With this revision the hub support in UnrealIRCd is optional."
+ einfo "Set USE=\"hub\" if you need it."
+ einfo
}