Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/gpsd/files: gpsd.conf 99-gpsd-usb.rules
Date: Sat, 23 Feb 2008 20:04:02
Message-Id: E1JT0bH-0000ss-M3@stork.gentoo.org
1 nerdboy 08/02/23 20:03:59
2
3 Modified: gpsd.conf
4 Added: 99-gpsd-usb.rules
5 Log:
6 updated to latest version and new udev rules (closes bug #210079)
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.6 sci-geosciences/gpsd/files/gpsd.conf
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/files/gpsd.conf?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/files/gpsd.conf?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/files/gpsd.conf?r1=1.5&r2=1.6
15
16 Index: gpsd.conf
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/files/gpsd.conf,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- gpsd.conf 14 Jan 2007 23:01:11 -0000 1.5
23 +++ gpsd.conf 23 Feb 2008 20:03:59 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2005 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/files/gpsd.conf,v 1.5 2007/01/14 23:01:11 nerdboy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/files/gpsd.conf,v 1.6 2008/02/23 20:03:59 nerdboy Exp $
29
30 # Config file for gpsd server
31
32 @@ -21,5 +21,8 @@
33
34 #GPS_DEV="/dev/ttyS0
35
36 +# Use the following for gpsd with ntp instead of the older one below
37 +#GPSD_OPTS="-n ${GPS_DEV}"
38 +
39 GPSD_OPTS="-P /var/run/gpsd.pid -f GPS0 -F /var/run/gpsd.sock"
40
41
42
43
44 1.1 sci-geosciences/gpsd/files/99-gpsd-usb.rules
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/files/99-gpsd-usb.rules?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/files/99-gpsd-usb.rules?rev=1.1&content-type=text/plain
48
49 Index: 99-gpsd-usb.rules
50 ===================================================================
51 # udev rules for the gpsd USB hotplugging (without hotplug)
52
53 SUBSYSTEM!="tty", GOTO="gpsd-usb_rules_end"
54 ACTION!="add", GOTO="gpsd-usb_rules_end"
55
56 KERNEL=="ttyUSB[0-9]*", SYMLINK="gps%n", RUN+="/etc/hotplug/usb/gpsd.hotplug add $root/%k"
57
58 LABEL="gpsd-usb_rules_end"
59
60
61
62
63 --
64 gentoo-commits@l.g.o mailing list