diff toys/other/nsenter.c @ 1736:5892daac85ab draft

Switch nsenter to default y.
author Rob Landley <rob@landley.net>
date Thu, 12 Mar 2015 15:34:03 -0500
parents 83c14a9cd0fe
children
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...