[#] http://marc.info/?l=openbsd-cvs&m=140743569125075&w=2
openbsd-cvs(obsdave,2) — All
2014-08-07 22:55:09


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/07 12:21:13

Modified files:
usr.sbin/httpd : httpd.8

Log message:
Fix and simplify the description of httpd(8)'s signal handling. httpd
does not re-executed itself on SIGHUP, it simply reload the
configuration and sends it to its child processes.

ok deraadt@