summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@gentoo.org>2004-03-30 00:12:14 +0000
committerGreg Kroah-Hartman <gregkh@gentoo.org>2004-03-30 00:12:14 +0000
commit6aabf329efda5eae1119fa56de8114f38ef405cf (patch)
treee6ab60dd519b4aee262b0c048af2aa66a1b4b05a /sys-apps
parentinherit eutils for epatch (Manifest recommit) (diff)
downloadgentoo-2-6aabf329efda5eae1119fa56de8114f38ef405cf.tar.gz
gentoo-2-6aabf329efda5eae1119fa56de8114f38ef405cf.tar.bz2
gentoo-2-6aabf329efda5eae1119fa56de8114f38ef405cf.zip
took out post messages as they don't make sense.
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/hotplug-base/ChangeLog6
-rw-r--r--sys-apps/hotplug-base/hotplug-base-20040329.ebuild7
2 files changed, 6 insertions, 7 deletions
diff --git a/sys-apps/hotplug-base/ChangeLog b/sys-apps/hotplug-base/ChangeLog
index 1b5507e3ec69..a62a3cdb8ce9 100644
--- a/sys-apps/hotplug-base/ChangeLog
+++ b/sys-apps/hotplug-base/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/hotplug
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug-base/ChangeLog,v 1.1 2004/03/29 23:58:36 gregkh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug-base/ChangeLog,v 1.2 2004/03/30 00:12:14 gregkh Exp $
+
+ 29 Mar 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
+ hotplug-base-20040329.ebuild:
+ got rid of the post messages ad as they do not make any sense.
*hotplug-base-20040329 (29 Mar 2004)
diff --git a/sys-apps/hotplug-base/hotplug-base-20040329.ebuild b/sys-apps/hotplug-base/hotplug-base-20040329.ebuild
index 283c313a66fd..269489886f3f 100644
--- a/sys-apps/hotplug-base/hotplug-base-20040329.ebuild
+++ b/sys-apps/hotplug-base/hotplug-base-20040329.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug-base/hotplug-base-20040329.ebuild,v 1.1 2004/03/29 23:58:36 gregkh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug-base/hotplug-base-20040329.ebuild,v 1.2 2004/03/30 00:12:14 gregkh Exp $
inherit eutils
@@ -25,8 +25,3 @@ src_install() {
keepdir /etc/hotplug.d/
}
-pkg_postinst() {
- ewarn "WARNING: The fxload program was spliced off this package"
- ewarn "WARNING: emerge fxload if you need it"
-}
-