summaryrefslogtreecommitdiffstats
path: root/rules/sed.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-10-08 07:11:01 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-10-08 07:11:01 +0000
commit2579b9eaa0256843f8bf8b599815706068b7ce3a (patch)
tree1b33c217b6ce9b179df7d1952db1b56c00f20712 /rules/sed.in
parentbb29c7188c93d7eb819613260860d6d5c1cb9199 (diff)
downloadptxdist-2579b9eaa0256843f8bf8b599815706068b7ce3a.tar.gz
ptxdist-2579b9eaa0256843f8bf8b599815706068b7ce3a.tar.xz
* sed: added; patch by Marco Cavallini.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7358 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/sed.in')
-rw-r--r--rules/sed.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/sed.in b/rules/sed.in
new file mode 100644
index 000000000..d98efcf95
--- /dev/null
+++ b/rules/sed.in
@@ -0,0 +1,8 @@
+menuconfig SED
+ bool "sed"
+ help
+ sed reads the specified files or the standard input if no
+ files are specified, makes editing changes according to a
+ list of commands, and writes the results to the standard
+ output.
+