commit | 0d49dd53cf938c3130ac2d9eed4d3380ba9d952a | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed Jul 26 00:53:34 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed Jul 26 00:53:34 2000 +0000 |
tree | 5134b12858435f1b1f381e40dee41550c7a9312d | |
parent | cc10a5b42baab5298fef345c3824ffb2018e053c [diff] [blame] |
Better description
diff --git a/busybox.def.h b/busybox.def.h index 6ed9339..26588e9 100644 --- a/busybox.def.h +++ b/busybox.def.h
@@ -253,7 +253,8 @@ // #define BB_FEATURE_INSTALLER // // Clean up all memory before exiting -- usually not needed -// as the OS can clean up... +// as the OS can clean up... Don't enable this unless you +// have a really good reason for cleaning things up manually. //#define BB_FEATURE_CLEAN_UP // // End of Features List