summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2011-11-14 12:25:25 +0000
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2011-11-14 12:25:25 +0000
commitae51e03d2e00e0cb54f468a3f0039912a718f30e (patch)
tree2bb53bf0c5bde20a8cde606bb9c14005155164f5 /app-admin/hddtemp/hddtemp-0.3_beta15-r4.ebuild
parentversion bump (diff)
downloadhistorical-ae51e03d2e00e0cb54f468a3f0039912a718f30e.tar.gz
historical-ae51e03d2e00e0cb54f468a3f0039912a718f30e.tar.bz2
historical-ae51e03d2e00e0cb54f468a3f0039912a718f30e.zip
app-admin/hddtemp: postinst messages edited. Rels bug #390275.
Synchronized postinst messages between revisions and added suggestion about --quiet option. Rels bug #390275. Package-Manager: portage-2.1.10.33/cvs/Linux x86_64
Diffstat (limited to 'app-admin/hddtemp/hddtemp-0.3_beta15-r4.ebuild')
-rw-r--r--app-admin/hddtemp/hddtemp-0.3_beta15-r4.ebuild24
1 files changed, 14 insertions, 10 deletions
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r4.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15-r4.ebuild
index 823fe9569aa6..d1f6cf04d50e 100644
--- a/app-admin/hddtemp/hddtemp-0.3_beta15-r4.ebuild
+++ b/app-admin/hddtemp/hddtemp-0.3_beta15-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r4.ebuild,v 1.6 2011/09/09 13:56:50 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r4.ebuild,v 1.7 2011/11/14 12:25:25 aidecoe Exp $
EAPI=4
@@ -64,15 +64,19 @@ src_install() {
}
pkg_postinst() {
- einfo "In order to update your hddtemp database, run:"
- einfo " update-hddtemp.db"
- einfo "If your hard drive is not recognized by hddtemp, please consider"
- einfo "submitting your HDD info for inclusion into the Gentoo hddtemp"
- einfo "database by filing a bug at https://bugs.gentoo.org/"
- einfo ""
- einfo "The hddtemp deamon requires a network interface to be up. If you"
- einfo "don't have an Ethernet interface, make sure at least the loopback"
- einfo "interface is up by setting 'rc_depend_strict=\"NO\"' in /etc/rc.conf."
+ elog "In order to update your hddtemp database, run:"
+ elog " update-hddtemp.db"
+ elog ""
+ elog "If your hard drive is not recognized by hddtemp, please consider"
+ elog "submitting your HDD info for inclusion into the Gentoo hddtemp"
+ elog "database by filing a bug at https://bugs.gentoo.org/"
+ elog ""
+ elog "The hddtemp deamon requires a network interface to be up. If you"
+ elog "don't have an Ethernet interface, make sure at least the loopback"
+ elog "interface is up by setting 'rc_depend_strict=\"NO\"' in /etc/rc.conf."
+ echo
+ ewarn "If hddtemp complains but finds your HDD temperature sensor, use the"
+ ewarn "--quiet option to suppress the warning."
}
update_db() {