aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2000-06-28 00:41:26 +0000
committerJohn Beppu <beppu@lbox.org>2000-06-28 00:41:26 +0000
commit7cdc76dfbf3eb294ada708d79865ea582eb074af (patch)
tree9f8ac9f08e4078ced0a62b071bdb7d9fd8a062fc /busybox.def.h
parentd0edef3cbe37880b0dd402614413eb490b39c9e1 (diff)
downloadbusybox-7cdc76dfbf3eb294ada708d79865ea582eb074af.tar.gz
+ busybox --install [-s]
is functional (but disabled in busybox.def.h by default) Someone email the guy who originally wanted this.
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 4c74910d7..a07327e4b 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -232,8 +232,8 @@
//
// Enable busybox --install [-s]
// to create links (or symlinks) for all the commands that are
-// compiled into the binary.
-#define BB_FEATURE_INSTALLER
+// compiled into the binary. (needs /proc filesystem)
+// #define BB_FEATURE_INSTALLER
//
// End of Features List
//