diff options
author | 2004-08-17 21:05:32 +0000 | |
---|---|---|
committer | 2004-08-17 21:05:32 +0000 | |
commit | 8177d3bf1bf2f3465684c0ec2759a3f8863ce986 (patch) | |
tree | fc78cf914e7626dc5c6a84077863ff6c57f9383b /sys-apps/hal | |
parent | Revision bump. Added support for the pam USE flag, to allow cronjobs to be re... (diff) | |
download | historical-8177d3bf1bf2f3465684c0ec2759a3f8863ce986.tar.gz historical-8177d3bf1bf2f3465684c0ec2759a3f8863ce986.tar.bz2 historical-8177d3bf1bf2f3465684c0ec2759a3f8863ce986.zip |
add a little postinst note
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/hal-0.2.97.ebuild | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/sys-apps/hal/hal-0.2.97.ebuild b/sys-apps/hal/hal-0.2.97.ebuild index 370edd4ed723..4d87b04f4eee 100644 --- a/sys-apps/hal/hal-0.2.97.ebuild +++ b/sys-apps/hal/hal-0.2.97.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.2.97.ebuild,v 1.1 2004/08/17 21:01:52 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.2.97.ebuild,v 1.2 2004/08/17 21:05:32 foser Exp $ inherit eutils debug python @@ -59,10 +59,15 @@ pkg_preinst() { pkg_postinst() { - einfo "Enabled in this ebuild by default is the usage of fstab-sync" - einfo "that will create mount rules for non-existing devices in" - einfo "fstab if needed, mount points will be created in /media." - einfo "This functionality alters your fstab runtime on the filesystem" - einfo "and might affects certain applications." + ewarn "Enabled in this ebuild by default is the usage of fstab-sync" + ewarn "that will create mount rules for non-existing devices in" + ewarn "fstab if needed, mount points will be created in /media." + ewarn "This functionality alters your fstab runtime on the filesystem" + ewarn "and might affects certain applications." + echo + einfo "The HAL daemon needs to be running for certain applications to" + einfo "work. Suggested is to add the init script to your start-up" + einfo "scripts, this should be done like this :" + einfo "\`rc-update add hald default\`" } |