From 8989be49ef3b7a35f649f0cb5a6f700252b2eaa2 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 14 Jan 2015 17:47:44 +0100 Subject: [PATCH] typo fix --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f45f79fb..69aeebb1 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ freeradius-client. - Reply using the same address that received UDP packets are sent. - Simplify the input of IPv6 network addresses. -- Use a separate IPC, NET and PID namespace in Linux systemsfor worker +- Use a separate IPC, NET and PID namespace in Linux systems for worker processes. That effectively puts each worker process in a separate container. This can be disabled at compile time using --disable-linux-namespaces.