From b158465b88083b7ad42b9ee21e8276293c1bb37c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 29 Jun 2011 08:44:52 -0400 Subject: Make te default socket location available to all programs. --- gpsdctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpsdctl.c') diff --git a/gpsdctl.c b/gpsdctl.c index b34b31a4..a69aafae 100644 --- a/gpsdctl.c +++ b/gpsdctl.c @@ -20,7 +20,7 @@ #include "gpsd.h" -static char *control_socket = "/var/run/gpsd.sock"; +static char *control_socket = DEFAULT_GPSD_SOCKET; static char *gpsd_options = ""; static int gpsd_control(char *action, char *argument) -- cgit v1.2.1