From 12a0b40d09546839f67c8c216d0f20a6609716b2 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 27 Dec 2017 11:23:43 -0600 Subject: [PATCH] Promote setfattr --- toys/{pending => other}/setfattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/setfattr.c (98%) diff --git a/toys/pending/setfattr.c b/toys/other/setfattr.c similarity index 98% rename from toys/pending/setfattr.c rename to toys/other/setfattr.c index efec9a53..48817aa2 100644 --- a/toys/pending/setfattr.c +++ b/toys/other/setfattr.c @@ -8,7 +8,7 @@ USE_SETFATTR(NEWTOY(setfattr, "hn:|v:x:|[!xv]", TOYFLAG_USR|TOYFLAG_BIN)) config SETFATTR bool "setfattr" - default n + default y help usage: setfattr [-h] [-x|-n NAME] [-v VALUE] FILE... -- 2.39.2