summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-06 14:58:30 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-06 14:58:30 +0000
commit42cf9fb88ee9829348ca6b9eb88b91ca32b83758 (patch)
treeb0684f6fad975a3c3993bbd67a53cd220fd049f7 /net-irc/ptlink-ircd
parentDon't hardcode ecompress --suffix in postinst msg wrt #272889, thanks to Vict... (diff)
downloadgentoo-2-42cf9fb88ee9829348ca6b9eb88b91ca32b83758.tar.gz
gentoo-2-42cf9fb88ee9829348ca6b9eb88b91ca32b83758.tar.bz2
gentoo-2-42cf9fb88ee9829348ca6b9eb88b91ca32b83758.zip
Don't hardcode ecompress --suffix in postinst msg wrt #272934, thanks to Victor Ostorga.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/ptlink-ircd')
-rw-r--r--net-irc/ptlink-ircd/ChangeLog9
-rw-r--r--net-irc/ptlink-ircd/ptlink-ircd-6.19.6-r1.ebuild8
2 files changed, 11 insertions, 6 deletions
diff --git a/net-irc/ptlink-ircd/ChangeLog b/net-irc/ptlink-ircd/ChangeLog
index b52977cb0b2b..10d0b4961d17 100644
--- a/net-irc/ptlink-ircd/ChangeLog
+++ b/net-irc/ptlink-ircd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/ptlink-ircd
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ptlink-ircd/ChangeLog,v 1.13 2007/12/16 17:48:04 cla Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ptlink-ircd/ChangeLog,v 1.14 2009/06/06 14:58:30 ssuominen Exp $
+
+ 06 Jun 2009; Samuli Suominen <ssuominen@gentoo.org>
+ ptlink-ircd-6.19.6-r1.ebuild:
+ Don't hardcode ecompress --suffix in postinst msg wrt #272934, thanks to
+ Victor Ostorga.
*ptlink-ircd-6.19.6-r1 (16 Dec 2007)
diff --git a/net-irc/ptlink-ircd/ptlink-ircd-6.19.6-r1.ebuild b/net-irc/ptlink-ircd/ptlink-ircd-6.19.6-r1.ebuild
index 682e1444c437..34eb00c2b272 100644
--- a/net-irc/ptlink-ircd/ptlink-ircd-6.19.6-r1.ebuild
+++ b/net-irc/ptlink-ircd/ptlink-ircd-6.19.6-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ptlink-ircd/ptlink-ircd-6.19.6-r1.ebuild,v 1.1 2007/12/16 17:48:04 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ptlink-ircd/ptlink-ircd-6.19.6-r1.ebuild,v 1.2 2009/06/06 14:58:30 ssuominen Exp $
inherit eutils ssl-cert
@@ -80,8 +80,8 @@ pkg_postinst() {
elog "PTlink IRCd will run without configuration, although this is strongly"
elog "advised against."
elog
- elog "You can find example cron scripts here:"
- elog " /usr/share/doc/${PF}/ircd.cron.gz"
+ elog "You can find example cron script ircd.cron here:"
+ elog " /usr/share/doc/${PF}"
elog
elog "You can also use /etc/init.d/ptlink-ircd to start at boot"
elog