aboutsummaryrefslogtreecommitdiff
path: root/toys/other/nsenter.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2015-03-12 15:34:03 -0500
committerRob Landley <rob@landley.net>2015-03-12 15:34:03 -0500
commit052df4052fc5adba22a7a00593dbd19a6e4390df (patch)
tree4f458a5e917515b21bd1a8b22f32d2412864727b /toys/other/nsenter.c
parentbbaa683b7d5fe0a77072f778050ba98e0a778b89 (diff)
downloadtoybox-052df4052fc5adba22a7a00593dbd19a6e4390df.tar.gz
Switch nsenter to default y.
Diffstat (limited to 'toys/other/nsenter.c')
-rw-r--r--toys/other/nsenter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/nsenter.c b/toys/other/nsenter.c
index 6748ace8..d0a5cd61 100644
--- a/toys/other/nsenter.c
+++ b/toys/other/nsenter.c
@@ -38,7 +38,7 @@ config UNSHARE
config NSENTER
bool "nsenter"
- default n
+ default y
help
usage: nsenter [-t pid] [-F] [-i] [-m] [-n] [-p] [-u] [-U] COMMAND...