diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-05-28 06:55:08 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-05-28 06:55:08 +0000 |
commit | 929e1cf4c921f7f0357d7622abc38d54a2d6d7a4 (patch) | |
tree | 8e16346c47d4d902d887ffb67d90613c374c80a8 /sys-apps/hal | |
parent | saxpath needs ant-tasks with USE=\'doc\'. Fixes bug #1234587. Thanks to Rober... (diff) | |
download | historical-929e1cf4c921f7f0357d7622abc38d54a2d6d7a4.tar.gz historical-929e1cf4c921f7f0357d7622abc38d54a2d6d7a4.tar.bz2 historical-929e1cf4c921f7f0357d7622abc38d54a2d6d7a4.zip |
Added short notice.
Package-Manager: portage-2.1_rc2-r3
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/hal-0.5.7-r2.ebuild | 4 |
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" } |