Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-24 11:24:43 +0300
committerMike Frysinger <vapier@gentoo.org>2007-01-24 11:24:43 +0300
commit71a6a4e723c8cb797f04ca541288491275f2670c (patch)
treeb6fc9b23de83c245f88cf6fe6f93eb0ae9cb1145 /Config.in
parent1c747b32c752e927cd37d8b39246992d4eec3904 (diff)
correct file format errors
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in38
1 files changed, 19 insertions, 19 deletions
diff --git a/Config.in b/Config.in
index 2066e42f9..00e95bf4f 100644
--- a/Config.in
+++ b/Config.in
@@ -426,31 +426,31 @@ config INSTALL_NO_USR
that you really want this behaviour.
choice
- prompt "Applets links"
- default INSTALL_APPLET_SYMLINKS
- help
- Choose how you install applets links.
+ prompt "Applets links"
+ default INSTALL_APPLET_SYMLINKS
+ help
+ Choose how you install applets links.
config INSTALL_APPLET_SYMLINKS
- bool "as soft-links"
- help
- Install applets as soft-links to the busybox binary. This needs some
- free inodes on the filesystem, but might help with filesystem
- generators that can't cope with hard-links.
+ bool "as soft-links"
+ help
+ Install applets as soft-links to the busybox binary. This needs some
+ free inodes on the filesystem, but might help with filesystem
+ generators that can't cope with hard-links.
config INSTALL_APPLET_HARDLINKS
- bool "as hard-links"
- help
- Install applets as hard-links to the busybox binary. This might count
- on a filesystem with few inodes.
+ bool "as hard-links"
+ help
+ Install applets as hard-links to the busybox binary. This might count
+ on a filesystem with few inodes.
config INSTALL_APPLET_DONT
- bool
- prompt "not installed"
- depends on FEATURE_INSTALLER || FEATURE_SH_STANDALONE_SHELL || FEATURE_EXEC_PREFER_APPLETS
- help
- Do not install applet links. Useful when using the -install feature
- or a standalone shell for rescue pruposes.
+ bool
+ prompt "not installed"
+ depends on FEATURE_INSTALLER || FEATURE_SH_STANDALONE_SHELL || FEATURE_EXEC_PREFER_APPLETS
+ help
+ Do not install applet links. Useful when using the -install feature
+ or a standalone shell for rescue pruposes.
endchoice