CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2015/11/09 09:52:32
Modified files: usr.bin/nohup : nohup.c Log message: pledge "stdio rpath wpath cpath exec" early, then after opening "nohup.out" drop to "stdio exec". from Ricardo Mestre with a tweak to protect both code paths. ok millert