Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
nerdboy 08/02/23 20:03:59
Modified: gpsd.conf
Added: 99-gpsd-usb.rules
Log:
updated to latest version and new udev rules (closes bug #210079)
(Portage version: 2.1.4.1)
Revision Changes Path
1.6 sci-geosciences/gpsd/files/gpsd.conf
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/files/gpsd.conf?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/files/gpsd.conf?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/files/gpsd.conf?r1=1.5&r2=1.6
Index: gpsd.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/files/gpsd.conf,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gpsd.conf 14 Jan 2007 23:01:11 -0000 1.5
+++ gpsd.conf 23 Feb 2008 20:03:59 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/files/gpsd.conf,v 1.5 2007/01/14 23:01:11 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/files/gpsd.conf,v 1.6 2008/02/23 20:03:59 nerdboy Exp $
# Config file for gpsd server
@@ -21,5 +21,8 @@
#GPS_DEV="/dev/ttyS0
+# Use the following for gpsd with ntp instead of the older one below
+#GPSD_OPTS="-n ${GPS_DEV}"
+
GPSD_OPTS="-P /var/run/gpsd.pid -f GPS0 -F /var/run/gpsd.sock"
1.1 sci-geosciences/gpsd/files/99-gpsd-usb.rules
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/files/99-gpsd-usb.rules?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/files/99-gpsd-usb.rules?rev=1.1&content-type=text/plain
Index: 99-gpsd-usb.rules
===================================================================
# udev rules for the gpsd USB hotplugging (without hotplug)
SUBSYSTEM!="tty", GOTO="gpsd-usb_rules_end"
ACTION!="add", GOTO="gpsd-usb_rules_end"
KERNEL=="ttyUSB[0-9]*", SYMLINK="gps%n", RUN+="/etc/hotplug/usb/gpsd.hotplug add $root/%k"
LABEL="gpsd-usb_rules_end"
--
gentoo-commits@g.o mailing list
|
|