Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 336898 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- update_google_safebrowsing.sh.old   2011-01-14 09:59:43.000000000 -0700
0
++ update_google_safebrowsing.sh       2011-01-14 10:00:32.000000000 -0700
Lines 17-21 Link Here
17
#sleep $(($RANDOM % 120))
17
#sleep $(($RANDOM % 120))
18
# Use LISTS unquoted!
18
# Use LISTS unquoted!
19
for LIST in ${LISTS}; do
19
for LIST in ${LISTS}; do
20
       echo blocklist_updater --apikey "$APIKEY" --blocklist ${LIST} --dbfile ${OUTDIR}/${LIST}-db
20
       blocklist_updater --apikey "$APIKEY" --blocklist ${LIST} --dbfile ${OUTDIR}/${LIST}-db --skip_mac
21
done
21
done

Return to bug 336898