CVS: cvs.openbsd.org: ports
Stuart Henderson <[email protected]>
| Newsgroups | gmane.os.openbsd.ports.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/07/23 09:14:45 Modified files: sysutils/salt : Makefile Added files: sysutils/salt/patches: patch-salt_scripts_py Log message: Force the multiprocessing "fork" start method. Python 3.14 changed the POSIX default to "forkserver" (cpython gh-84559), which breaks Salt's fork-based process model, setproctitle output and rc.d(8) pgrep matching. From Mikolaj Kucharski.