summaryrefslogtreecommitdiff
path: root/system/gpsd/rc.gpsd.conf.new
diff options
context:
space:
mode:
authorDavid Spencer <baildon.research@googlemail.com>2011-09-07 23:21:01 -0400
committerNiels Horn <niels.horn@slackbuilds.org>2011-09-21 19:48:31 -0300
commite6f17288e3d02ddfe3eeb063b637d0986c7bce5f (patch)
tree02765da686bdf6831a4e3dfb22e518835e509d02 /system/gpsd/rc.gpsd.conf.new
parent9080a47e3d7349cc58bf15b944af817a25cf39b2 (diff)
downloadslackbuilds-e6f17288e3d02ddfe3eeb063b637d0986c7bce5f.tar.gz
system/gpsd: Downgraded to version 2.95 due to API breakage.
Added rc.* files and *.desktop files. Added udev rules and scripts. Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/gpsd/rc.gpsd.conf.new')
-rw-r--r--system/gpsd/rc.gpsd.conf.new14
1 files changed, 14 insertions, 0 deletions
diff --git a/system/gpsd/rc.gpsd.conf.new b/system/gpsd/rc.gpsd.conf.new
new file mode 100644
index 0000000000..3566b69c08
--- /dev/null
+++ b/system/gpsd/rc.gpsd.conf.new
@@ -0,0 +1,14 @@
+# /etc/rc.d/rc.gpsd.conf
+# Configuration settings for gpsd
+
+# If your GPS is on a real (non-USB) serial port, add /dev/ttyS<n> here,
+# for example
+# GPSD_DEVICES="/dev/gps* /dev/ttyS1"
+GPSD_DEVICES="/dev/gps*"
+
+# Command line options for the gpsd daemon, see 'man gpsd' for details.
+# The most likely options that you might want to set include -b and -n.
+GPSD_OPTIONS=""
+
+# Control socket pathname. It's unlikely you'll want to change this.
+GPSD_SOCKET="/var/run/gpsd.sock"