summaryrefslogtreecommitdiff
path: root/gpsd.hotplug
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-05-04 17:55:39 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-05-04 17:55:39 +0000
commitdf79fa206394a368aeb00909f671d8a911b0370e (patch)
treeddb1fdb7f831aed85fc04346db53ac63a0f25404 /gpsd.hotplug
parentde01cd9a0564316136c1a9977d60b1811a5918bd (diff)
downloadgpsd-df79fa206394a368aeb00909f671d8a911b0370e.tar.gz
Resdy to ship.
Diffstat (limited to 'gpsd.hotplug')
-rwxr-xr-xgpsd.hotplug2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.hotplug b/gpsd.hotplug
index 60b866e8..3bb79d41 100755
--- a/gpsd.hotplug
+++ b/gpsd.hotplug
@@ -34,7 +34,7 @@ def gpsd_control(action, argument):
if connect:
syslog.syslog("reached a running gpsd")
elif action == 'add':
- gpsdcmd = "gpsd -D 4 -F " + CONTROL_SOCKET
+ gpsdcmd = "gpsd -F " + CONTROL_SOCKET
syslog.syslog("launching %s" % gpsdcmd)
os.system(gpsdcmd)
connect = gpsd_control_connect()