From c1a1c952628532ac15491a356ebff44d7a7300b3 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 20 Oct 2016 22:30:58 -0500 Subject: Nothing in pending should "default y". --- toys/pending/getfattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/pending/getfattr.c b/toys/pending/getfattr.c index efec53a8..b17cdc1d 100644 --- a/toys/pending/getfattr.c +++ b/toys/pending/getfattr.c @@ -8,7 +8,7 @@ USE_GETFATTR(NEWTOY(getfattr, "dhn:", TOYFLAG_USR|TOYFLAG_BIN)) config GETFATTR bool "getfattr" - default y + default n help usage: getfattr [-d] [-h] [-n NAME] FILE... -- cgit v1.2.3