[Pkg-sysvinit-commits] r568 - sysvinit/trunk/debian
Thomas Hood
jdthood-guest at costa.debian.org
Tue Jan 10 13:38:51 UTC 2006
Author: jdthood-guest
Date: 2006-01-10 13:38:51 +0000 (Tue, 10 Jan 2006)
New Revision: 568
Modified:
sysvinit/trunk/debian/NOTES
Log:
Tweak NOTE
Modified: sysvinit/trunk/debian/NOTES
===================================================================
--- sysvinit/trunk/debian/NOTES 2006-01-10 13:32:42 UTC (rev 567)
+++ sysvinit/trunk/debian/NOTES 2006-01-10 13:38:51 UTC (rev 568)
@@ -75,12 +75,11 @@
speed and compatibility
-----------------------
+People running Debian on low-memory systems say:
* Use built-ins
* Avoid unnecessary code
-* Avoid fork-and-exec
-* Avoid pipelines
-* Reduce the number of commands within a pipeline
-* Avoid $()
+* Avoid fork-and-exec, pipelines, $()
+* Reduce the number of commands within pipelines
* Avoid commands that don't work the same way in BusyBox:
'nice', 'find', 'mount', 'umount', 'init', 'halt', 'shutdown',
'syslogd', 'klogd', 'hwclock', 'cron', 'anacron', 'crontab'.
@@ -91,3 +90,4 @@
didn't fully preserve admin changes. I wonder if we should strip all
comments out of existing /etc/default/rcS files and include only a
reference to rcS(5).
+
More information about the Pkg-sysvinit-commits
mailing list