freebsd-nq/usr.sbin/rwhod
Hiroki Sato 10966d45e9 Unbreak rwhod(8):
- It did not work with GENERIC kernel after r250603 because
  options PROCDESC was required for pdfork(2).  It now just uses fork(2)
  instead when this syscall is not available.

- Fix verify().  This function was broken in r250602 because the outermost
  "()" was removed from the condition !(isalnum() || ispunct()).
  It prevented hostnames including "-", for example.
2013-08-17 07:12:52 +00:00
..
Makefile
rwhod.8 Bump date missed in r202756 2012-09-14 17:50:42 +00:00
rwhod.c Unbreak rwhod(8): 2013-08-17 07:12:52 +00:00