git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b06eac5
)
utils/gpsd: (cosmetic) update config
author
p-wassi
<redacted>
Wed, 7 Dec 2016 20:58:05 +0000
(21:58 +0100)
committer
p-wassi
<redacted>
Wed, 7 Dec 2016 20:58:05 +0000
(21:58 +0100)
Make the default config look like usual,
i.e.: indentation using tabs, single quotes, booleans 0/1
Signed-off-by: Paul Wassi <redacted>
utils/gpsd/files/gpsd.config
patch
|
blob
|
history
diff --git
a/utils/gpsd/files/gpsd.config
b/utils/gpsd/files/gpsd.config
index 1a5ddaa300144f509d647fb48e6bcf7964d23104..c0c88e0c46faf39b6012121a64f47e37e44ecefa 100644
(file)
--- 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'
git clone https://git.99rst.org/PROJECT