HomeFreeBSD

net/pload: Fix command-line args and unit display.

Description

net/pload: Fix command-line args and unit display.

This patch updates the port to fix the fact that the code calls
XtAppInitialize() which eats the command-line args and so causes ps(1)
to not display them. The command-line args are now saved before and restored
after the call to XtAppInitialize().

Also, correct the display of the units of total byte counts to show as "B",
"kB", "GB" etc, rather than the imprecise/incorrect "b", "k", "G" etc.

PR: 267710
Approved by: J.R. Oldroyd (maintainer)

Details

Provenance
fbsd_opal.comAuthored on Jan 16 2023, 4:56 PM
Mikael Urankar <mikael@FreeBSD.org>Committed on Jan 16 2023, 5:33 PM
Parents
R11:204e87d05e4f: audio/py-pyradio: Update to 0.8.9.36
Branches
Unknown
Tags
Unknown