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:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-09-24 07:22:57 +0400
committerGlenn L McGrath <bug1@ihug.co.nz>2003-09-24 07:22:57 +0400
commiteebcc1d98a9901ff69ffb97ba99bccd36666000f (patch)
treead1e21191b4aef5ff0c0fa9c30717e77d023cc5d /coreutils/Config.in
parentd72e34c7524a947ba004afff91272c27549b3085 (diff)
Add the "install" applet, move get_ug_id to libbb as its used by chown,
chgrp and install.
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 074312b6e..c2ae399ef 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -218,6 +218,12 @@ config CONFIG_ID
help
id displays the current user and group ID names.
+config CONFIG_INSTALL
+ bool "install"
+ default n
+ help
+ Copy files and set attributes.
+
config CONFIG_LENGTH
bool "length"
default n