From 052df4052fc5adba22a7a00593dbd19a6e4390df Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 12 Mar 2015 15:34:03 -0500 Subject: Switch nsenter to default y. --- toys/other/nsenter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other/nsenter.c') 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... -- cgit v1.2.3