Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 285978
Collapse All | Expand All

(-)/usr/sbin/porticron (-2 / +2 lines)
Lines 79-86 Link Here
79
79
80
80
81
# GLSA check
81
# GLSA check
82
log "running GLSA_AFFECTED: /usr/bin/glsa-check --test --verbose affected"
82
log "running GLSA_AFFECTED: /usr/bin/glsa-check --test --nocolor --verbose affected"
83
GLSA_AFFECTED=$(/usr/bin/glsa-check --test --verbose affected 2>/dev/null)
83
GLSA_AFFECTED=$(/usr/bin/glsa-check --test --nocolor --verbose affected 2>/dev/null)
84
log "running GLSA_UPGRADES: /usr/bin/glsa-check --pretend affected"
84
log "running GLSA_UPGRADES: /usr/bin/glsa-check --pretend affected"
85
GLSA_UPGRADES=$(/usr/bin/glsa-check --pretend affected | grep '^     ')
85
GLSA_UPGRADES=$(/usr/bin/glsa-check --pretend affected | grep '^     ')
86
86

Return to bug 285978