summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-05-28 06:55:08 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-05-28 06:55:08 +0000
commit2e47c314a4af8011d78c44df58abe988488f3b7f (patch)
tree3c4b0a622f0db5993d4495c376cba8452adbb6dc
parentsaxpath needs ant-tasks with USE=\'doc\'. Fixes bug #1234587. Thanks to Rober... (diff)
downloadgentoo-2-2e47c314a4af8011d78c44df58abe988488f3b7f.tar.gz
gentoo-2-2e47c314a4af8011d78c44df58abe988488f3b7f.tar.bz2
gentoo-2-2e47c314a4af8011d78c44df58abe988488f3b7f.zip
Added short notice.
(Portage version: 2.1_rc2-r3)
-rw-r--r--sys-apps/hal/hal-0.5.7-r2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/hal/hal-0.5.7-r2.ebuild b/sys-apps/hal/hal-0.5.7-r2.ebuild
index 13440ecb2d00..9d7a0f252c11 100644
--- a/sys-apps/hal/hal-0.5.7-r2.ebuild
+++ b/sys-apps/hal/hal-0.5.7-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7-r2.ebuild,v 1.1 2006/05/08 18:46:26 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7-r2.ebuild,v 1.2 2006/05/28 06:55:08 cardoe Exp $
inherit eutils linux-info debug
@@ -179,4 +179,6 @@ pkg_postinst() {
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\`"
+ echo
+ einfo "Looking for automounting support? Add yourself to the plugdev group"
}