Minor structural change to allow core dumping(or not) from init

-Erik
This commit is contained in:
Erik Andersen
2000-04-04 18:36:37 +00:00
parent 983b51b17b
commit 183da4ade1
4 changed files with 35 additions and 21 deletions

View File

@@ -42,6 +42,7 @@
the same, and prints an error (instead of endlessly looping).
- mv now attempts to do a rename, and will fall back to doing
a copy only if the rename fails.
- Syslogd now supports multiple concurrent connections
* Several fixes from Pavel Roskin <pavel_roskin@geocities.com>:
- Fixes to sort. Removed "-g", fixed and added "-r"
- Fixes to the makefile for handling "strip"
@@ -56,6 +57,7 @@
the common error handling saves a few bytes. Thanks to
Bob Tinsley <bob@earthrise.demon.co.uk> for the patch.
* Fix "+" parsing bug in date, from "Merle F. McClelland" <mfm@cts.com>.
-Erik Andersen