changeset 1736:5892daac85ab draft

Switch nsenter to default y.
author Rob Landley <rob@landley.net>
date Thu, 12 Mar 2015 15:34:03 -0500
parents 9eebbebbc219
children 052b608826a3
files toys/other/nsenter.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/toys/other/nsenter.c	Thu Mar 12 15:32:50 2015 -0500
+++ b/toys/other/nsenter.c	Thu Mar 12 15:34:03 2015 -0500
@@ -38,7 +38,7 @@
 
 config NSENTER
   bool "nsenter"
-  default n
+  default y
   help
     usage: nsenter [-t pid] [-F] [-i] [-m] [-n] [-p] [-u] [-U] COMMAND...