From 3ff8a16453cf11f88e8937c7c651e2d49fe97039 Mon Sep 17 00:00:00 2001 From: Benedikt Böhm Date: Sat, 3 Oct 2009 09:57:55 +0200 Subject: run emerge once to perform global updates while not cluttering mail output --- bin/porticron | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/porticron b/bin/porticron index 3e85e6c..dc2b8f6 100755 --- a/bin/porticron +++ b/bin/porticron @@ -78,6 +78,10 @@ log "running SYNC_OVERLAY_CMD: ${SYNC_OVERLAYS_CMD:-/bin/true}" ${SYNC_OVERLAYS_CMD:-/bin/true} &>/dev/null +# run emerge once to perform global updates while not cluttering mail output +/usr/bin/emerge --info &>/dev/null + + # GLSA check log "running GLSA_AFFECTED: /usr/bin/glsa-check --test --verbose affected" GLSA_AFFECTED=$(/usr/bin/glsa-check --test --verbose affected 2>/dev/null) -- cgit v1.2.3-65-gdbad