Merge pull request #101 from rgeissert/aggressive-removal-fixup
Remove references to --aggressive from the maint scripts
This commit is contained in:
commit
b3769c241b
2
debian/dump1090-mutability.config
vendored
2
debian/dump1090-mutability.config
vendored
|
@ -27,7 +27,6 @@ if [ -e $CONFIGFILE ]; then
|
||||||
|
|
||||||
db_set_yn $NAME/decode-fixcrc "$FIX_CRC"
|
db_set_yn $NAME/decode-fixcrc "$FIX_CRC"
|
||||||
db_set_yn $NAME/decode-phase-enhance "$PHASE_ENHANCE"
|
db_set_yn $NAME/decode-phase-enhance "$PHASE_ENHANCE"
|
||||||
db_set_yn $NAME/decode-aggressive "$AGGRESSIVE"
|
|
||||||
db_set $NAME/decode-lat "$LAT"
|
db_set $NAME/decode-lat "$LAT"
|
||||||
db_set $NAME/decode-lon "$LON"
|
db_set $NAME/decode-lon "$LON"
|
||||||
db_set $NAME/decode-max-range "$MAX_RANGE"
|
db_set $NAME/decode-max-range "$MAX_RANGE"
|
||||||
|
@ -205,7 +204,6 @@ db_go || true; db_get $NAME/auto-start; if [ "$RET" = "true" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
db_input low $NAME/decode-fix-crc || true
|
db_input low $NAME/decode-fix-crc || true
|
||||||
db_input low $NAME/decode-aggressive || true
|
|
||||||
db_input_verify medium $NAME/decode-max-range is_number || true
|
db_input_verify medium $NAME/decode-max-range is_number || true
|
||||||
db_input_verify medium $NAME/decode-lat is_number_or_empty || true
|
db_input_verify medium $NAME/decode-lat is_number_or_empty || true
|
||||||
|
|
||||||
|
|
1
debian/dump1090-mutability.postinst
vendored
1
debian/dump1090-mutability.postinst
vendored
|
@ -78,7 +78,6 @@ case "$1" in
|
||||||
subvar_yn rtlsdr-oversample OVERSAMPLE
|
subvar_yn rtlsdr-oversample OVERSAMPLE
|
||||||
subvar_yn decode-fixcrc FIX_CRC
|
subvar_yn decode-fixcrc FIX_CRC
|
||||||
subvar_yn decode-phase-enhance PHASE_ENHANCE
|
subvar_yn decode-phase-enhance PHASE_ENHANCE
|
||||||
subvar_yn decode-aggressive AGGRESSIVE
|
|
||||||
subvar decode-lat LAT
|
subvar decode-lat LAT
|
||||||
subvar decode-lon LON
|
subvar decode-lon LON
|
||||||
subvar decode-max-range MAX_RANGE
|
subvar decode-max-range MAX_RANGE
|
||||||
|
|
Loading…
Reference in a new issue