aboutsummaryrefslogtreecommitdiff
path: root/toys/Config.in
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2007-11-07 00:11:20 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2007-11-07 00:11:20 +0000
commit60c2e3eb81abfaeea2c893d8a69d9b9802877d04 (patch)
tree3481cd5528cc0966301caa83804ad1f0bfc0708e /toys/Config.in
parent2c226859cfc911c4a1eea009897050a16714aeec (diff)
downloadtoybox-60c2e3eb81abfaeea2c893d8a69d9b9802877d04.tar.gz
Add initial mkfifo implementation
Diffstat (limited to 'toys/Config.in')
-rw-r--r--toys/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/toys/Config.in b/toys/Config.in
index fbc633fe..e9ab177d 100644
--- a/toys/Config.in
+++ b/toys/Config.in
@@ -189,6 +189,17 @@ config MKE2FS_EXTENDED
journal_dev Set by -J device=XXX
sparse_super Don't allocate huge numbers of redundant superblocks
+config MKFIFO
+ bool "mkfifo"
+ default y
+ help
+ usage: mkfifo [-m mode] name...
+
+ Makes a named pipe at name.
+
+ -m mode The mode of the pipe(s) created by mkfifo. It defaults to 0644.
+ The format is in octal, optionally preceded by a leading zero.
+
config ONEIT
bool "oneit"
default y