From 5913da6ea5c15960cef54f2c7f080123330aa72d Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 20 Oct 2016 22:29:10 -0500 Subject: [PATCH] Close to cutting a release and I don't want to have setfattr in defconfig without getfattr, so I'm putting it back in pending for now. --- toys/{other => pending}/setfattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{other => pending}/setfattr.c (98%) diff --git a/toys/other/setfattr.c b/toys/pending/setfattr.c similarity index 98% rename from toys/other/setfattr.c rename to toys/pending/setfattr.c index 080991f2..9a41a4da 100644 --- a/toys/other/setfattr.c +++ b/toys/pending/setfattr.c @@ -8,7 +8,7 @@ USE_SETFATTR(NEWTOY(setfattr, "hn:|v:x:|[!xv]", TOYFLAG_USR|TOYFLAG_BIN)) config SETFATTR bool "setfattr" - default y + default n help usage: setfattr [-h] [-x|-n NAME] [-v VALUE] FILE... -- 2.39.2