OSDN Git Service

Move stat from pending to other, default y.
authorRob Landley <rob@landley.net>
Sun, 2 Jun 2013 05:54:55 +0000 (00:54 -0500)
committerRob Landley <rob@landley.net>
Sun, 2 Jun 2013 05:54:55 +0000 (00:54 -0500)
toys/other/stat.c [moved from toys/pending/stat.c with 99% similarity]

similarity index 99%
rename from toys/pending/stat.c
rename to toys/other/stat.c
index e8a87b4..c5c96fc 100644 (file)
@@ -6,7 +6,7 @@ USE_STAT(NEWTOY(stat, "c:f", TOYFLAG_BIN))
 
 config STAT
   bool stat
-  default n
+  default y
   help
     usage: stat [-f] [-c FORMAT] FILE...