Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 May 2007 00:00:15 +0100
From:      "mal content" <artifact.one@googlemail.com>
To:        freebsd-questions@freebsd.org
Subject:   Why is portupgrade not logging?
Message-ID:  <8e96a0b90705121600k574b66fcu18f99dd9e453cec7@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8e96a0b90705121600k574b66fcu18f99dd9e453cec7>