projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc10a5b
)
Better description
author
Eric Andersen
<andersen@codepoet.org>
Wed, 26 Jul 2000 00:53:34 +0000
(
00:53
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 26 Jul 2000 00:53:34 +0000
(
00:53
-0000)
busybox.def.h
patch
|
blob
|
history
diff --git
a/busybox.def.h
b/busybox.def.h
index 6ed93394e05b5b94affc1a4f76e7275b263344a0..26588e98fb3655863c114b2e0a587c3e2b7c55af 100644
(file)
--- 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