diff options
| -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... | 
