From 5099e731b36139cdd2a95fc25ddce7b9c0ff7311 Mon Sep 17 00:00:00 2001 From: p-wassi Date: Wed, 7 Dec 2016 21:58:05 +0100 Subject: [PATCH] utils/gpsd: (cosmetic) update config Make the default config look like usual, i.e.: indentation using tabs, single quotes, booleans 0/1 Signed-off-by: Paul Wassi --- utils/gpsd/files/gpsd.config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/gpsd/files/gpsd.config b/utils/gpsd/files/gpsd.config index 1a5ddaa300..c0c88e0c46 100644 --- a/utils/gpsd/files/gpsd.config +++ b/utils/gpsd/files/gpsd.config @@ -1,5 +1,5 @@ -config gpsd core - option device "/dev/ttyUSB0" - option port "2947" - option listen_globally "false" - option enabled "false" +config gpsd 'core' + option enabled '0' + option device '/dev/ttyUSB0' + option port '2947' + option listen_globally '0'