When running `portaudit -Fq` you'll still see auditfile.tbz 100% of 45 kB 36 kBps whenever a new audit file is downloaded. Adding something like $opt_quiet && portaudit_fetch_cmd="${portaudit_fetch_cmd}q" to fetch_auditfile() makes fetch be quiet as well. Don't know if that's a particular nice solution or not, though. Fix: Add $opt_quiet && portaudit_fetch_cmd="${portaudit_fetch_cmd}q" or something to that effect How-To-Repeat: rm /var/db/portaudit/auditfile.tbz portaudit -Fq
Responsible Changed From-To: freebsd-ports-bugs->secteam Over to maintainer (via the GNATS Auto Assign Tool)
simon 2007-12-27 09:54:23 UTC FreeBSD ports repository Modified files: ports-mgmt/portaudit Makefile ports-mgmt/portaudit/files portaudit-cmd.sh Log: - Fix portaudit -Fq to actually be quiet. [1] - Remove support for FreeBSD older than 4.11 and 5.3. - Remove conditional dependency on bzip2 which I can't really see how could be activated automatically. Reported by: "J. Martin Petersen" <jmp@alvorlig.dk> [1] PR: ports/117845 [1] With hat: maintainer / secteam Revision Changes Path 1.24 +2 -18 ports/ports-mgmt/portaudit/Makefile 1.14 +5 -1 ports/ports-mgmt/portaudit/files/portaudit-cmd.sh _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fixed in portaudit 0.5.12. Thanks for the report!