summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-print/hplip')
-rw-r--r--net-print/hplip/ChangeLog6
-rw-r--r--net-print/hplip/hplip-2.7.6.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog
index 79e08d0b57d3..288f243759b6 100644
--- a/net-print/hplip/ChangeLog
+++ b/net-print/hplip/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-print/hplip
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.70 2007/07/25 10:02:52 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.71 2007/07/28 07:50:02 calchan Exp $
+
+ 28 Jul 2007; Denis Dupeyron <calchan@gentoo.org> hplip-2.7.6.ebuild:
+ Added einfo about the init script not being used anymore, thanks to Heiko
+ Baums (bug #186575).
25 Jul 2007; Denis Dupeyron <calchan@gentoo.org> hplip-2.7.6.ebuild:
Fixed bug #161926, thanks to Daniel Klaffenbach, Tom Dexter and Francisco
diff --git a/net-print/hplip/hplip-2.7.6.ebuild b/net-print/hplip/hplip-2.7.6.ebuild
index 6a5353de2957..fd91774f01b5 100644
--- a/net-print/hplip/hplip-2.7.6.ebuild
+++ b/net-print/hplip/hplip-2.7.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-print/hplip/hplip-2.7.6.ebuild,v 1.3 2007/07/25 10:02:52 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.7.6.ebuild,v 1.4 2007/07/28 07:50:02 calchan Exp $
inherit eutils linux-info
@@ -106,4 +106,6 @@ pkg_postinst() {
elog "need to run it if you are upgrading from an earlier version."
elog
elog "If your device is connected using USB, users will need to be in the lp group to access it."
+ einfo "This release doesn't use an init script anymore, so you should probably do a"
+ einfo "'rc-update del hplip' if you are updating."
}