summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Destuynder <kang@gentoo.org>2005-06-26 20:43:19 +0000
committerGuillaume Destuynder <kang@gentoo.org>2005-06-26 20:43:19 +0000
commite57e763a62d4ed68a53b2db8a0564b6d8f21ffcc (patch)
treeaa46ef8cb1594a6f658e8db2b2b21adc8b72bc3c /net-p2p
parentRemoving obsolete versions. (diff)
downloadgentoo-2-e57e763a62d4ed68a53b2db8a0564b6d8f21ffcc.tar.gz
gentoo-2-e57e763a62d4ed68a53b2db8a0564b6d8f21ffcc.tar.bz2
gentoo-2-e57e763a62d4ed68a53b2db8a0564b6d8f21ffcc.zip
Warning for #89196
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/mhxd/ChangeLog5
-rw-r--r--net-p2p/mhxd/Manifest3
-rw-r--r--net-p2p/mhxd/mhxd-0.4.10.ebuild7
3 files changed, 10 insertions, 5 deletions
diff --git a/net-p2p/mhxd/ChangeLog b/net-p2p/mhxd/ChangeLog
index 96a5cdf84101..b62f496880f2 100644
--- a/net-p2p/mhxd/ChangeLog
+++ b/net-p2p/mhxd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/mhxd
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mhxd/ChangeLog,v 1.9 2005/03/14 18:12:11 kang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mhxd/ChangeLog,v 1.10 2005/06/26 20:43:19 kang Exp $
+
+ 26 Jun 2005; Guillaume Destuynder <kang@gentoo.org> mhxd-0.4.10.ebuild:
+ Warning added: #89196. Also, this ebuild is going away soon.
14 Mar 2005; Guillaume Destuynder <kang@gentoo.org> mhxd-0.4.10.ebuild,
-mhxd-0.4.9.ebuild:
diff --git a/net-p2p/mhxd/Manifest b/net-p2p/mhxd/Manifest
index f409a7ea4b63..a7564d8ddeba 100644
--- a/net-p2p/mhxd/Manifest
+++ b/net-p2p/mhxd/Manifest
@@ -1,5 +1,6 @@
-MD5 cc8858a47c75fffde5185e803a90d099 mhxd-0.4.10.ebuild 2085
+MD5 22c3641f328fdbc96f9a7d5dfe359935 mhxd-0.4.10-r1.ebuild 2114
MD5 f0dd3d0825e63800376f1aa0fa686f58 ChangeLog 1249
MD5 4c80a328afc724eabbec779a403c2664 metadata.xml 512
MD5 e56412a973ad481315ba909cb7abb86c files/hxd.rc 405
+MD5 0dd23d068f2203e3539c8379ca838188 files/digest-mhxd-0.4.10-r1 64
MD5 0dd23d068f2203e3539c8379ca838188 files/digest-mhxd-0.4.10 64
diff --git a/net-p2p/mhxd/mhxd-0.4.10.ebuild b/net-p2p/mhxd/mhxd-0.4.10.ebuild
index 39d427f34fdc..987b9a9efefb 100644
--- a/net-p2p/mhxd/mhxd-0.4.10.ebuild
+++ b/net-p2p/mhxd/mhxd-0.4.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mhxd/mhxd-0.4.10.ebuild,v 1.4 2005/03/14 18:12:11 kang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mhxd/mhxd-0.4.10.ebuild,v 1.5 2005/06/26 20:43:19 kang Exp $
inherit eutils
@@ -71,9 +71,10 @@ pkg_preinst() {
pkg_postinst() {
#fowners don't do directories :(
chown -R hxd:hxd /var/mhxd || "Failed to set owner on /var/mhxd"
- einfo
einfo "Welcome to Horline!"
einfo "Do '/etc/init.d/mhxd start' to start the server, then"
einfo "Login as admin and no password to your hotline server, and change the password"
- einfo
+ ewarn "Please add CONFIG_PROTECT=\"/var/mhxd/accounts\" to
+ /etc/env.d/99mhxd and run env-update;source /etc/profile or your accounts
+ will be erased at next merge. (Also add news for news)"
}