CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2018/08/04 03:37:17
Modified files: usr.sbin/rad : control.c control.h rad.c Log message: Leave the control socket behind on shutdown. It doesn't hurt anyone. On the other hand it is much more powerful to get rid of cpath; rad is no longer allowed to change anything on the filesystem. Triggered by mestre@'s work to fix unlinking in other daemons and a question from deraadt@ OK mestre