CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2020/07/12 08:35:38
Modified files: etc/rc.d : rc.subr Log message: Use su -fl to avoid sourcing /etc/profile / the target user's .profile This way rc.d and rcctl don't suffer from side effects in people's rc files. If you somehow used those files to set environment variables, you should have used login.conf as described in rc.d(8) instead. ok ajacoutot@