Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/wimax/files: wimax
Date: Wed, 23 Feb 2011 11:12:19
Message-Id: 20110223111208.DA0FC2005C@flycatcher.gentoo.org
1 alexxy 11/02/23 11:12:08
2
3 Modified: wimax
4 Log:
5 [net-wireless/wimax] Add updates from git. Also fix bug #356121
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 net-wireless/wimax/files/wimax
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wimax/files/wimax?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wimax/files/wimax?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wimax/files/wimax?r1=1.3&r2=1.4
15
16 Index: wimax
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-wireless/wimax/files/wimax,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- wimax 8 Nov 2010 18:04:00 -0000 1.3
23 +++ wimax 23 Feb 2011 11:12:08 -0000 1.4
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wimax/files/wimax,v 1.3 2010/11/08 18:04:00 alexxy Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wimax/files/wimax,v 1.4 2011/02/23 11:12:08 alexxy Exp $
31
32 description="WiMAX Network Service"
33
34 @@ -13,7 +13,7 @@
35 start() {
36 ebegin "Starting WiMAX Network Service"
37 [ -e /var/run/wimaxd.wmx0.pid ] && rm -f /var/run/wimaxd.wmx0.pid
38 - start-stop-daemon --start --quiet --pidfile /var/run/wimaxd.wmx0.pid --exec /usr/bin/wimaxd -b
39 + start-stop-daemon --start --quiet --pidfile /var/run/wimaxd.wmx0.pid --exec /usr/bin/wimaxd -- -b
40 eend $?
41 }