diff options
author | Rob Landley <rob@landley.net> | 2015-03-12 15:34:03 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-03-12 15:34:03 -0500 |
commit | 052df4052fc5adba22a7a00593dbd19a6e4390df (patch) | |
tree | 4f458a5e917515b21bd1a8b22f32d2412864727b /toys/other | |
parent | bbaa683b7d5fe0a77072f778050ba98e0a778b89 (diff) | |
download | toybox-052df4052fc5adba22a7a00593dbd19a6e4390df.tar.gz |
Switch nsenter to default y.
Diffstat (limited to 'toys/other')
-rw-r--r-- | toys/other/nsenter.c | 2 |
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... |