diff options
author | John Beppu <beppu@lbox.org> | 2000-06-28 00:41:26 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 2000-06-28 00:41:26 +0000 |
commit | 7cdc76dfbf3eb294ada708d79865ea582eb074af (patch) | |
tree | 9f8ac9f08e4078ced0a62b071bdb7d9fd8a062fc /busybox.def.h | |
parent | d0edef3cbe37880b0dd402614413eb490b39c9e1 (diff) | |
download | busybox-w32-7cdc76dfbf3eb294ada708d79865ea582eb074af.tar.gz busybox-w32-7cdc76dfbf3eb294ada708d79865ea582eb074af.tar.bz2 busybox-w32-7cdc76dfbf3eb294ada708d79865ea582eb074af.zip |
+ busybox --install [-s]
is functional (but disabled in busybox.def.h by default)
Someone email the guy who originally wanted this.
Diffstat (limited to '')
-rw-r--r-- | busybox.def.h | 4 |
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 @@ | |||
232 | // | 232 | // |
233 | // Enable busybox --install [-s] | 233 | // Enable busybox --install [-s] |
234 | // to create links (or symlinks) for all the commands that are | 234 | // to create links (or symlinks) for all the commands that are |
235 | // compiled into the binary. | 235 | // compiled into the binary. (needs /proc filesystem) |
236 | #define BB_FEATURE_INSTALLER | 236 | // #define BB_FEATURE_INSTALLER |
237 | // | 237 | // |
238 | // End of Features List | 238 | // End of Features List |
239 | // | 239 | // |