aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2017-12-27 11:23:43 -0600
committerRob Landley <rob@landley.net>2017-12-27 11:23:43 -0600
commit12a0b40d09546839f67c8c216d0f20a6609716b2 (patch)
tree0418ea9c56bf8b91bfd89ecd6cae5e5844e65027
parentd46e3322d66efef848271becc36ffdf1b34afc87 (diff)
downloadtoybox-12a0b40d09546839f67c8c216d0f20a6609716b2.tar.gz
Promote setfattr
-rw-r--r--toys/other/setfattr.c (renamed from toys/pending/setfattr.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/setfattr.c b/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...