diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-01-02 14:37:39 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-01-02 14:37:39 +0000 |
commit | 0569ba99300912d91f8b42b010045207102731ca (patch) | |
tree | 8ad5d0e4ef446d32d1eeb4c1bdb866a69a12fc4a /net-wireless/wimax | |
parent | Add an rdepend over texlive-latex, some fonts are missing otherwise, by Hanno... (diff) | |
download | gentoo-2-0569ba99300912d91f8b42b010045207102731ca.tar.gz gentoo-2-0569ba99300912d91f8b42b010045207102731ca.tar.bz2 gentoo-2-0569ba99300912d91f8b42b010045207102731ca.zip |
[net-wireless/wimax] Fix bug #331289
(Portage version: 2.2.0_alpha10_p9/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless/wimax')
-rw-r--r-- | net-wireless/wimax/ChangeLog | 7 | ||||
-rw-r--r-- | net-wireless/wimax/wimax-1.5.1.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-wireless/wimax/ChangeLog b/net-wireless/wimax/ChangeLog index 85e07d680fa8..88ae7b0a171c 100644 --- a/net-wireless/wimax/ChangeLog +++ b/net-wireless/wimax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-wireless/wimax -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wimax/ChangeLog,v 1.5 2010/11/08 18:04:00 alexxy Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wimax/ChangeLog,v 1.6 2011/01/02 14:37:39 alexxy Exp $ + + 02 Jan 2011; Alexey Shvetsov <alexxy@gentoo.org> wimax-1.5.1.ebuild: + Fix bug #331289 08 Nov 2010; Alexey Shvetsov <alexxy@gentoo.org> files/wimax: fix init.d per bug #338922 diff --git a/net-wireless/wimax/wimax-1.5.1.ebuild b/net-wireless/wimax/wimax-1.5.1.ebuild index f52db36a1df5..f655918837f2 100644 --- a/net-wireless/wimax/wimax-1.5.1.ebuild +++ b/net-wireless/wimax/wimax-1.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wimax/wimax-1.5.1.ebuild,v 1.1 2010/11/08 17:56:36 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wimax/wimax-1.5.1.ebuild,v 1.2 2011/01/02 14:37:39 alexxy Exp $ EAPI="3" @@ -47,7 +47,6 @@ src_install() { -e "s:<GetDeviceTraces>3</GetDeviceTraces>:<GetDeviceTraces>0</GetDeviceTraces>:g" \ -e "s:<OutputTarget>console</OutputTarget>:<OutputTarget>daemon</OutputTarget>:g" \ -e "s:<IPRenew>1</IPRenew>:<IPRenew>0</IPRenew>:g" \ - -e "s:<ModeOfOperationProduction>0</ModeOfOperationProduction>:<ModeOfOperationProduction>1</ModeOfOperationProduction>:g" \ -i "${D}/etc/wimax/config.xml" || die "Fixing config failed" # Drop udev rusles for now rm -rf "${D}/etc/udev" |