commit 5099e731b36139cdd2a95fc25ddce7b9c0ff7311 parent b06eac5382baebd2db3715a2bff12f1aa27179fa Author: p-wassi <p.wassi@gmx.at> Date: Wed, 7 Dec 2016 21:58:05 +0100 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 <p.wassi@gmx.at> Diffstat:
| M | 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 @@ -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'