opnsense-ports/ftp/wget/files/patch-src__main.c
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

12 lines
332 B
C

--- src/main.c.orig 2015-02-10 23:31:49.000000000 +0200
+++ src/main.c 2015-03-06 21:55:03.975252490 +0200
@@ -1272,6 +1272,9 @@
if (opt.verbose == -1)
opt.verbose = !opt.quiet;
+ if (opt.quiet && opt.show_progress == -1)
+ opt.show_progress = false;
+
/* Sanity checks. */
if (opt.verbose && opt.quiet)
{