On Mon, Jun 29, 2020 at 10:43 AM Bob Bernstein <[email protected]> wrote: > > The man page for pkg_admin contains this line: > > set variable=value pkg ... > > Do the three final "..." indicate that if it is desired to set > that variable to that value for more than one package, then can > be named in a whitespace-separated list?
Yes. I have used command lines such as some_command | xargs pkg_admin set rebuild=YES in the past. -- Benny
