[Pkg-sysvinit-commits] r527 - sysvinit/trunk/debian
Thomas Hood
jdthood-guest at costa.debian.org
Wed Jan 4 19:11:30 UTC 2006
Author: jdthood-guest
Date: 2006-01-04 19:11:29 +0000 (Wed, 04 Jan 2006)
New Revision: 527
Modified:
sysvinit/trunk/debian/NOTES
Log:
Add NOTE about speed and compatibility
Modified: sysvinit/trunk/debian/NOTES
===================================================================
--- sysvinit/trunk/debian/NOTES 2006-01-04 16:47:43 UTC (rev 526)
+++ sysvinit/trunk/debian/NOTES 2006-01-04 19:11:29 UTC (rev 527)
@@ -65,3 +65,16 @@
Replaces: sysv-rc but does not Conflict with it. I am not sure that
sysv-rc needs to Replace: file-rc. Isn't Conflicting sufficient?
And why doesn't file-rc Conflict with sysv-rc? Strange.
+
+speed and compatibility
+-----------------------
+* Use built-ins
+* Avoid unnecessary code
+* Avoid fork-and-exec
+* Avoid pipelines
+* Reduce the number of commands within a pipeline
+* Avoid $()
+* Avoid commands that don't work the same way in BusyBox:
+ 'nice', 'find', 'mount', 'umount', 'init', 'halt', 'shutdown',
+ 'syslogd', 'klogd', 'hwclock', 'cron', 'anacron', 'crontab'.
+
More information about the Pkg-sysvinit-commits
mailing list