Skip to content

Commit b3769c2

Browse files
committed
Merge pull request antirez#101 from rgeissert/aggressive-removal-fixup
Remove references to --aggressive from the maint scripts
2 parents eb16ac2 + ce38ddf commit b3769c2

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

debian/dump1090-mutability.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ if [ -e $CONFIGFILE ]; then
2727

2828
db_set_yn $NAME/decode-fixcrc "$FIX_CRC"
2929
db_set_yn $NAME/decode-phase-enhance "$PHASE_ENHANCE"
30-
db_set_yn $NAME/decode-aggressive "$AGGRESSIVE"
3130
db_set $NAME/decode-lat "$LAT"
3231
db_set $NAME/decode-lon "$LON"
3332
db_set $NAME/decode-max-range "$MAX_RANGE"
@@ -205,7 +204,6 @@ db_go || true; db_get $NAME/auto-start; if [ "$RET" = "true" ]; then
205204
fi
206205

207206
db_input low $NAME/decode-fix-crc || true
208-
db_input low $NAME/decode-aggressive || true
209207
db_input_verify medium $NAME/decode-max-range is_number || true
210208
db_input_verify medium $NAME/decode-lat is_number_or_empty || true
211209

debian/dump1090-mutability.postinst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ case "$1" in
7878
subvar_yn rtlsdr-oversample OVERSAMPLE
7979
subvar_yn decode-fixcrc FIX_CRC
8080
subvar_yn decode-phase-enhance PHASE_ENHANCE
81-
subvar_yn decode-aggressive AGGRESSIVE
8281
subvar decode-lat LAT
8382
subvar decode-lon LON
8483
subvar decode-max-range MAX_RANGE

0 commit comments

Comments
 (0)