Minor doc fix. Added several bugs to the todo list. Fixed the way init

scans /etc/inittab entries so that commands can contain ":"s.
 -Erik
This commit is contained in:
Eric Andersen
2000-05-31 20:04:38 +00:00
parent deb0331eb6
commit b5966368d7
5 changed files with 84 additions and 59 deletions

View File

@@ -34,6 +34,9 @@
* zcat now works (wasn't working since option parsing was broken)
* Renamed "mnc" to the more correct "nc" (for netcat).
* Makefile intelligence updates
* Changed the way init parses /etc/inittab entries to avoid problems
with commands that contain colons in them. Fix thanks to
Pavel Roskin <pavel_roskin@geocities.com>
* More doc updates