From 8cb7bfa3152831fddde0a8e990b07ef43429b24e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 25 Jun 2011 04:51:30 -0400 Subject: No more Python in the hotplug sequence. --- gpsdctl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gpsdctl.c') diff --git a/gpsdctl.c b/gpsdctl.c index ba17ab81..08a78216 100644 --- a/gpsdctl.c +++ b/gpsdctl.c @@ -117,6 +117,7 @@ static int gpsd_control(char *action, char *argument) int main(int argc, char *argv[]) { + openlog("gpsdctl", 0, LOG_DAEMON); if (argc != 3) { (void)syslog(LOG_ERR, "requires action and argument (%d)", argc); exit(1); -- cgit v1.2.1