diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-10-24 23:23:45 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-10-24 23:23:45 +0000 |
commit | e0a1ba59e0ff04da8636cd5be962941e0e50045e (patch) | |
tree | 1a77e02d211b9321e360aaaf131d912ba9a0f94d /net-dialup | |
parent | initial version (diff) | |
download | gentoo-2-e0a1ba59e0ff04da8636cd5be962941e0e50045e.tar.gz gentoo-2-e0a1ba59e0ff04da8636cd5be962941e0e50045e.tar.bz2 gentoo-2-e0a1ba59e0ff04da8636cd5be962941e0e50045e.zip |
removed "*****" boxes
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/capi4k-utils/capi4k-utils-20020701.ebuild | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/net-dialup/capi4k-utils/capi4k-utils-20020701.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20020701.ebuild index bd11f0e2ab76..6a9d2392a6e9 100644 --- a/net-dialup/capi4k-utils/capi4k-utils-20020701.ebuild +++ b/net-dialup/capi4k-utils/capi4k-utils-20020701.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Alexander Holler # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20020701.ebuild,v 1.3 2002/10/04 06:01:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20020701.ebuild,v 1.4 2002/10/24 23:23:45 blizzy Exp $ MY_P=capi4k-utils-2002-07-01 S=${WORKDIR}/${PN} @@ -36,13 +36,9 @@ src_install() { } pkg_postinst() { - - einfo "*************************************************" - einfo "* NOTE: To use isdn4linux with CAPI replace *" - einfo "* I4L_MODULE=\"hisax\" with I4L_MODULE=\"capidrv\", *" - einfo "* start /etc/init.d/capi and load the module *" - einfo "* capidrv. *" - einfo "*************************************************" - + einfo "To use isdn4linux with CAPI replace" + einfo "I4L_MODULE=\"hisax\" with I4L_MODULE=\"capidrv\"," + einfo "start /etc/init.d/capi and load the module" + einfo "capidrv." } |