I got a lot of
[unix-history] / sbin / init.bsdi / README
CommitLineData
0a708c0e
NW
1This is the source for a version of /sbin/init that runs on 4.4
2BSD and BSD/386 1.0 systems. I wrote it for BSDI about two years
3ago and BSDI donated the source to UC Berkeley CSRG, but CSRG didn't
4get it working in time to include it with the Networking 2 release,
5although we had hoped it would appear there. Since that time both
6BSDI and CSRG have worked on it to make it more useful and reliable,
7and recently the two groups have merged our efforts and produced
8a common version once more. Since the source is freely redistributable
9under the terms of the standard BSD copyright, I'm posting it to
10the net on behalf of BSDI so other folks might get some use from
11it. Keep in mind that I'm only paid to support this code if you
12bought a system from BSDI, so I probably won't be able to make very
13timely responses to random bug reports, but I am interested in
14seeing them. (More formally: Neither BSDI nor I personally will
15make any guarantees about the reliability or usefulness of this
16code, and it's unsupported unless you have a support agreement.)
17
18I also make no promises that this code will just drop in and work
19on any particular system. Please don't call me at home to tell me
20that you compiled and installed init, and now your system won't
21boot. With a program as sensitive as init, you should always be
22prepared to fall back to an earlier working version if the new one
23fails. ALWAYS save your old version before installing, and ALWAYS
24be prepared to boot from an alternate root (e.g. a floppy) if the
25new init fails. I strongly advise you to read the man page carefully
26before you install. One advance warning: I don't think anyone has
27ever tested the window system start-up code. One of these days...
28This code is running on my systems at home, and an earlier version
29is running on hundreds of BSDI systems, so it can't be too broken.
30
31Enjoy,
32
33Donn Seeley
34Berkeley Software Design, Inc. (Salt Lake City)
35June 14, 1993