OSDN Git Service

Promote sed to posix.
authorRob Landley <rob@landley.net>
Sun, 21 Dec 2014 07:54:54 +0000 (01:54 -0600)
committerRob Landley <rob@landley.net>
Sun, 21 Dec 2014 07:54:54 +0000 (01:54 -0600)
toys/posix/sed.c [moved from toys/pending/sed.c with 99% similarity]

similarity index 99%
rename from toys/pending/sed.c
rename to toys/posix/sed.c
index a5c2445..7f07020 100644 (file)
@@ -11,7 +11,7 @@ USE_SED(NEWTOY(sed, "(version)e*f*inr", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_LOCALE))
 
 config SED
   bool "sed"
-  default n
+  default y
   help
     usage: sed [-inr] [-e SCRIPT]...|SCRIPT [-f SCRIPT_FILE]... [FILE...]