OSDN Git Service

Promote setfattr
authorRob Landley <rob@landley.net>
Wed, 27 Dec 2017 17:23:43 +0000 (11:23 -0600)
committerRob Landley <rob@landley.net>
Wed, 27 Dec 2017 17:23:43 +0000 (11:23 -0600)
toys/other/setfattr.c [moved from toys/pending/setfattr.c with 98% similarity]

similarity index 98%
rename from toys/pending/setfattr.c
rename to toys/other/setfattr.c
index efec9a5..48817aa 100644 (file)
@@ -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...