summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rwhod
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2013-11-30 15:08:35 +0000
committerpjd <pjd@FreeBSD.org>2013-11-30 15:08:35 +0000
commit4ac2e7d8d9f36a1e48c8bbb46cfcb1997e166d68 (patch)
tree2fbc1ad2432761f4da44dde587ec3c21d418e438 /usr.sbin/rwhod
parent38fb2a0d9d2cd0712ac376fa3c1edfd6effb5900 (diff)
downloadFreeBSD-src-4ac2e7d8d9f36a1e48c8bbb46cfcb1997e166d68.zip
FreeBSD-src-4ac2e7d8d9f36a1e48c8bbb46cfcb1997e166d68.tar.gz
Make process descriptors standard part of the kernel. rwhod(8) already
requires process descriptors to work and having PROCDESC in GENERIC seems not enough, especially that we hope to have more and more consumers in the base. MFC after: 3 days
Diffstat (limited to 'usr.sbin/rwhod')
-rw-r--r--usr.sbin/rwhod/rwhod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rwhod/rwhod.c b/usr.sbin/rwhod/rwhod.c
index 87a4166..a29aee1 100644
--- a/usr.sbin/rwhod/rwhod.c
+++ b/usr.sbin/rwhod/rwhod.c
@@ -281,7 +281,7 @@ main(int argc, char *argv[])
} else if (pid_child_receiver == -1) {
if (errno == ENOSYS) {
syslog(LOG_ERR,
- "The pdfork(2) system call is not available; recompile the kernel with options PROCDESC");
+ "The pdfork(2) system call is not available - kernel too old.");
} else {
syslog(LOG_ERR, "pdfork: %m");
}
OpenPOWER on IntegriCloud