Stop writing down a pidfile.
authorjca <jca@openbsd.org>
Sun, 25 Oct 2015 21:23:42 +0000 (21:23 +0000)
committerjca <jca@openbsd.org>
Sun, 25 Oct 2015 21:23:42 +0000 (21:23 +0000)
commitbb9d62fda5d3511d76b07b19b6af80adcf049483
tree7724b83414d0b1830f9bc81ab34f420de890c901
parent7528d680d9d77e95509b6cafb0554c9117024149
Stop writing down a pidfile.

pid files aren't useful on OpenBSD, the rc.d(8) framework doesn't use
them.  In rtadvd, not writing a pid file means that we can set tighter
pledge(2) settings.  Also the pid file handling is pretty basic and the
atexit handler can't remove the pid file since rtadvd did a chroot - beurk.

ok florian@, "perfect" deraadt@ (!)
usr.sbin/rtadvd/Makefile
usr.sbin/rtadvd/rtadvd.8
usr.sbin/rtadvd/rtadvd.c