print/texlive-base: latexmk -- fix command line passed to ps
Linux ps supports
-u userlist
Select by effective user ID (EUID) or name. This selects
the processes whose effective user name or ID is in
userlist.whereas FreeBSD ps uses
-U Display the processes belonging to the specified usernames.
This fixes the error message seen when running latexmk:
latexmk foo.tex
[...]
ps: illegal argument: Tobias
usage: ps [-aCcdefHhjlmrSTuvwXxZ] [-O fmt | -o fmt] [-G gid[,gid...]]
[-J jid[,jid...]] [-M core] [-N system] [-p pid[,pid...]] [-t tty[,tty...]] [-U user[,user...]] ps [-L]
[...]