Skip to content

Commit

Permalink
rc: fetching bogons shouldn't use auto-retry as we retry manually
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed May 8, 2017
1 parent f12c505 commit 9939ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/rc.update_bogons
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DESTDIR="/usr/local/etc"
WORKDIR="/tmp/bogons"
FETCH="fetch -aqT 30"
FETCH="fetch -qT 30"
RETRIES=5

COMMAND=${1}
Expand Down

0 comments on commit 9939ff2

Please sign in to comment.