CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2025/01/11 17:18:15
Modified files: libexec/security: security Log message: When running a shell to check that the startup files properly set up the environment, discard standard output from the startup files. While putting commands into startup files that generate output is certainly not recommended, we don't want such output to interfere with these checks. Based on a smaller patch from Lloyd <ng2d68 at proton dot me> on bugs@ made more consistent and less aggressive by me. OK afresh1@ semarie@