Why is portupgrade not logging?

mal content artifact.one at googlemail.com
Sat May 12 23:00:16 UTC 2007


I am running the command like this:

DATE_YEAR=`date +%Y`
DATE_MONTH=`date +%m`
DATE_DAY=`date +%d`
LOG_BASE="$HOME/var/log/portupgrade"
LOG="${LOG_BASE}/${DATE_YEAR}/${DATE_MONTH}/${DATE_DAY}_%s:%s.log"

portupgrade \
  -aRrv \
  --batch \
  -L "${LOG}"

No files are ever created in ~/var/log/portupgrade/2007/05.

Am I misunderstanding something about the -L switch?

MC


More information about the freebsd-questions mailing list