diff options
author | Peter Johanson <latexer@gentoo.org> | 2003-03-08 22:59:45 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2003-03-08 22:59:45 +0000 |
commit | 50476161baa1a295665309f61b895c906a3449fc (patch) | |
tree | d17ef67bd3a3ba28249608d75a619e00c1ce184d /net-wireless | |
parent | remove unwanted patch (diff) | |
download | historical-50476161baa1a295665309f61b895c906a3449fc.tar.gz historical-50476161baa1a295665309f61b895c906a3449fc.tar.bz2 historical-50476161baa1a295665309f61b895c906a3449fc.zip |
Print more warning after merging
Diffstat (limited to 'net-wireless')
7 files changed, 40 insertions, 7 deletions
diff --git a/net-wireless/linux-wlan-ng/ChangeLog b/net-wireless/linux-wlan-ng/ChangeLog index 2816ee5c1203..db3c861670f1 100644 --- a/net-wireless/linux-wlan-ng/ChangeLog +++ b/net-wireless/linux-wlan-ng/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-wireless/linux-wlan-ng # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/ChangeLog,v 1.16 2003/03/04 23:07:28 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/ChangeLog,v 1.17 2003/03/08 22:59:45 latexer Exp $ + + 8 Mar 2003; Peter Johanson <latexer@gentoo.org> : + Added more extensive comment to postinst section. 4 Mar 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.0.ebuild : Absolute paths for cardmgr and cut. this should solve it once and forall. diff --git a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre4.ebuild b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre4.ebuild index e09d9f816db3..862888378f11 100644 --- a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre4.ebuild +++ b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre4.ebuild,v 1.3 2003/02/11 19:35:13 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre4.ebuild,v 1.4 2003/03/08 22:59:45 latexer Exp $ # linux-wlan-ng requires a configured pcmcia-cs source tree. # unpack/configure it in WORKDIR. No need to compile it though. @@ -142,5 +142,10 @@ pkg_postinst() { einfo "" einfo "You will need to add iface_wlan0 parameters to /etc/conf.d/net to use the" einfo "pcmcia card services to load the wlan device and attach it to the network." + einfo "" + ewarn "Wireless cards which you want to use drivers other than wlan-ng for" + ewarn "need to have the appropriate line removed from /etc/pcmcia/wlan-ng.conf" + ewarn "Do 'cardctl info' to see the manufacturer ID and remove the corresponding" + ewarn "line from that file." } diff --git a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre6.ebuild b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre6.ebuild index 29b9ba9ad74f..324773a4e2d1 100644 --- a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre6.ebuild +++ b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre6.ebuild,v 1.3 2003/02/11 19:35:13 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre6.ebuild,v 1.4 2003/03/08 22:59:45 latexer Exp $ # linux-wlan-ng requires a configured pcmcia-cs source tree. # unpack/configure it in WORKDIR. No need to compile it though. @@ -151,6 +151,11 @@ pkg_postinst() { einfo "provide more usable keys at the moment." einfo "" einfo "Be sure to add iface_wlan0 parameters to /etc/conf.d/net." + einfo "" + ewarn "Wireless cards which you want to use drivers other than wlan-ng for" + ewarn "need to have the appropriate line removed from /etc/pcmcia/wlan-ng.conf" + ewarn "Do 'cardctl info' to see the manufacturer ID and remove the corresponding" + ewarn "line from that file." } diff --git a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre7.ebuild b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre7.ebuild index 565540ebe21f..82f1fbd36b3b 100644 --- a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre7.ebuild +++ b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre7.ebuild,v 1.3 2003/02/11 19:35:13 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre7.ebuild,v 1.4 2003/03/08 22:59:45 latexer Exp $ # linux-wlan-ng requires a configured pcmcia-cs source tree. # unpack/configure it in WORKDIR. No need to compile it though. @@ -151,6 +151,11 @@ pkg_postinst() { einfo "provide more usable keys at the moment." einfo "" einfo "Be sure to add iface_wlan0 parameters to /etc/conf.d/net." + einfo "" + ewarn "Wireless cards which you want to use drivers other than wlan-ng for" + ewarn "need to have the appropriate line removed from /etc/pcmcia/wlan-ng.conf" + ewarn "Do 'cardctl info' to see the manufacturer ID and remove the corresponding" + ewarn "line from that file." } diff --git a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre8.ebuild b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre8.ebuild index 9f5837f73904..57de6f92ed47 100644 --- a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre8.ebuild +++ b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre8.ebuild,v 1.2 2003/02/11 19:35:13 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre8.ebuild,v 1.3 2003/03/08 22:59:45 latexer Exp $ IUSE="apm build nocardbus pcmcia pnp trusted usb" @@ -190,6 +190,11 @@ pkg_postinst() { einfo "provide more usable keys at the moment." einfo "" einfo "Be sure to add iface_wlan0 parameters to /etc/conf.d/net." + einfo "" + ewarn "Wireless cards which you want to use drivers other than wlan-ng for" + ewarn "need to have the appropriate line removed from /etc/pcmcia/wlan-ng.conf" + ewarn "Do 'cardctl info' to see the manufacturer ID and remove the corresponding" + ewarn "line from that file." } diff --git a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre9.ebuild b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre9.ebuild index 5c65b544aa0f..1014937db0bb 100644 --- a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre9.ebuild +++ b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre9.ebuild,v 1.7 2003/03/04 20:46:34 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre9.ebuild,v 1.8 2003/03/08 22:59:45 latexer Exp $ IUSE="apm build nocardbus pcmcia pnp trusted usb" @@ -192,6 +192,11 @@ pkg_postinst() { einfo "provide more usable keys at the moment." einfo "" einfo "Be sure to add iface_wlan0 parameters to /etc/conf.d/net." + einfo "" + ewarn "Wireless cards which you want to use drivers other than wlan-ng for" + ewarn "need to have the appropriate line removed from /etc/pcmcia/wlan-ng.conf" + ewarn "Do 'cardctl info' to see the manufacturer ID and remove the corresponding" + ewarn "line from that file." } diff --git a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0.ebuild b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0.ebuild index 405ccc317149..94a60aea3b3a 100644 --- a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0.ebuild +++ b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0.ebuild,v 1.2 2003/03/04 23:07:28 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0.ebuild,v 1.3 2003/03/08 22:59:45 latexer Exp $ IUSE="apm build nocardbus pcmcia pnp trusted usb" @@ -190,6 +190,11 @@ pkg_postinst() { einfo "provide more usable keys at the moment." einfo "" einfo "Be sure to add iface_wlan0 parameters to /etc/conf.d/net." + einfo "" + ewarn "Wireless cards which you want to use drivers other than wlan-ng for" + ewarn "need to have the appropriate line removed from /etc/pcmcia/wlan-ng.conf" + ewarn "Do 'cardctl info' to see the manufacturer ID and remove the corresponding" + ewarn "line from that file." } |