summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2009-03-11 13:52:30 +0000
committerBernd Zeimetz <bernd@bzed.de>2009-03-11 13:52:30 +0000
commit5cad59e59a1407c1b3addb6827010c3e416fb188 (patch)
tree74834eb7ee67b28e93a8168ff99dccc1873c3567 /packaging
parentb6b625a3b88562b718a38b5139da740e6d36bd92 (diff)
downloadgpsd-5cad59e59a1407c1b3addb6827010c3e416fb188.tar.gz
Updating packaging/etc_default_gpsd.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/etc_default_gpsd10
1 files changed, 6 insertions, 4 deletions
diff --git a/packaging/etc_default_gpsd b/packaging/etc_default_gpsd
index a82b793b..34c18887 100644
--- a/packaging/etc_default_gpsd
+++ b/packaging/etc_default_gpsd
@@ -1,5 +1,7 @@
-# Default settings for gpsd. This file is sourced from
-# /etc/init.d/gpsd.
-START_DAEMON="false"
-DAEMON_OPTS=""
+# Default settings for gpsd.
+# Please do not edit this file directly - use `dpkg-reconfigure gpsd' to
+# change the options.
+START_DAEMON="true"
+DAEMON_OPTS="-F /var/run/gpsd.sock"
DEVICES=""
+USBAUTO="true"