CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2018/08/04 03:36:49
Modified files: sbin/slaacd : control.c control.h slaacd.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; slaacd has no filesystem access whatsoever. Triggered by mestre@'s work to fix unlinking in other daemons and a question from deraadt@ OK mestre