typo and rm --wait

pull/91/head
Patrick Tudor 2020-01-20 00:46:57 -08:00
parent 30fbe7f27a
commit 685bb96594
No known key found for this signature in database
GPG Key ID: 2C12D022F591B853
2 changed files with 7 additions and 7 deletions

View File

@ -46,13 +46,13 @@ apt-get update && apt-get -y upgrade galmon && systemctl restart ubxtool@*
## Reference Information
You can stop reading here if your insterest was limited to installing a compiled package.
You can stop reading here if your interest was limited to installing a compiled package.
### One time steps for bootstrapping package build on a fresh git repo
Run debmake in the source directory. It tries to autocreate 90% of everything you need in the debian folder.
Key files: copyright, changelog, control, and anything else that looks interesting to cat. Once they exist, we're done.
Refer to the manual's [tutorial](https://www.debian.org/doc/manuals/debmake-doc/ch04.en.html)
Refer to the manual's [tutorial](https://www.debian.org/doc/manuals/debmake-doc/ch04.en.html).
### One time steps for creating package-specific files and scripts

10
debian/galmon.default vendored
View File

@ -19,10 +19,10 @@
#
# uBlox M8-series and Aliexpress Specials support ( (gps AND galileo) AND ( beidou OR glonass) ) with optional SBAS.
#
DAEMON_OPTS="--wait --owner 'OWNER' --remark 'REMARK' --gps --galileo --station 65000 --destination ::1"
#DAEMON_OPTS="--wait --owner 'OWNER' --remark 'REMARK' --gps --galileo --beidou --sbas --station 65000 --destination ::1"
#DAEMON_OPTS="--wait --owner 'OWNER' --remark 'REMARK' --gps --galileo --glonass --sbas --station 65000 --destination ::1"
DAEMON_OPTS="--owner 'OWNER' --remark 'REMARK' --gps --galileo --station 65000 --destination ::1"
#DAEMON_OPTS="--owner 'OWNER' --remark 'REMARK' --gps --galileo --beidou --sbas --station 65000 --destination ::1"
#DAEMON_OPTS="--owner 'OWNER' --remark 'REMARK' --gps --galileo --glonass --sbas --station 65000 --destination ::1"
#
# uBlox ZED F9T and F9P modules support all four major constellations but not SBAS.
# uBlox ZED F9T and F9P modules support all four major constellations simultaneously but not SBAS.
#
#DAEMON_OPTS="--wait --owner 'OWNER' --remark 'REMARK' --gps --galileo --beidou --glonass --station 65000 --destination ::1"
#DAEMON_OPTS="--owner 'OWNER' --remark 'REMARK' --gps --galileo --beidou --glonass --station 65000 --destination ::1"