joerg
4a473ac98f
Mention the fix for CA-97.17.
1997-08-08 20:58:50 +00:00
jkh
adbeb9fc1c
Back out the changes to set the resolver timeout. All they seem to do
...
is _break_ dns lookups entirely, and since reading the relevant docs and
source code does not enlighten for now, I'll remove this until more
basic research has been done into controlling the resolver's timeout
values.
1997-08-01 04:41:38 +00:00
jkh
8a53f61ef0
Fiddle with DNS options so that queries are also controlled by
...
the MEDIA_TIMEOUT variable. Just -current for now on this one as
I'm still wanting to play with this a bit and see what the ramifications
of doing this are.
Requested by: pst
1997-07-31 11:28:58 +00:00
jkh
0c6d177de6
Make serial console based installs actually work by:
...
1. Detecting the split /dev/ttyv0 / /dev/console case, e.g. you've
booted with the -h flag and you have a VGA card also.
2. Adding an extra "menu" for selecting terminal type and adding ANSI
to the list of compiled-in terms.
3. Opening the proper file descriptors before disowning ourselves.
Requested by: pst
1997-07-31 11:08:47 +00:00
jkh
d9570c1f69
Whups - use a slightly more up-to-date version.
1997-07-31 10:59:50 +00:00
jkh
c93bc06c52
Make README.TXT for floppies reference work.
1997-07-31 10:57:31 +00:00
jkh
907acc12b7
Touch a default kernel.config file to shut the boot blocks up about it
...
when not present.
1997-07-31 09:52:10 +00:00
jkh
7c05b47fb0
Add -lm since "ping" now requires the math library for its
...
furlong-per-fortnight calculations of ping time.
1997-07-29 21:32:52 +00:00
jkh
6f0eaaa0cc
YAMF22 - /boot.foo fixups.
...
Also close PR#4151 by running newaliases (forgot to mention this
in my RELENG_2_2 commit, but it's there).
1997-07-23 15:13:18 +00:00
jkh
20bf9a3e17
Turn off doc.1 distribution until we figure out what we're going to do with
...
it.
1997-07-23 10:44:39 +00:00
julian
4868503a07
update the floppies directory to work better
1997-07-22 02:51:02 +00:00
jkh
809b8a15fd
Repair missing quote.
1997-07-16 15:22:18 +00:00
jkh
932873a995
ln /compat to /usr/compat on initial installation; this will
...
prevent the later addition of compat libs from overflowing /
1997-07-16 11:45:48 +00:00
jkh
c8004d7830
Eliminate Samba configuration. Sorry, but this was another one of
...
those ideas that, like the Apache server setup, was well-intentioned
but doomed to fail in the face of change. That and the fact that it
shouldn't be part of the installation tool, it should be part of the
post-installation setup tool (which we need to write). Combining the
two utilities into one utility was my first conceptual mistake.
Apologies also to Coranth Gryphon, who worked hard on the Apache
and Samba server setup code. These features were quite useful
for awhile, if that's any consolation, I just simply had the wrong
ideas about where to put them. :-(
1997-07-16 05:22:42 +00:00
jkh
0bf85b62d4
OK, *this* is how the ports stuff should have been built to begin
...
with. ;-)
1997-07-13 00:54:22 +00:00
jkh
f4e6702e75
Move ports distribution copying for ftp dist into the correct place.
1997-07-09 12:45:17 +00:00
pst
f87a50fadf
iso codes need to be in bin distribution for tzsetup
1997-07-08 00:46:32 +00:00
jkh
c293b5cf2c
YAMF22
1997-07-04 04:46:29 +00:00
jkh
683892d340
Split section 6 catpages/manpages out into games dist.
1997-07-02 08:59:00 +00:00
jkh
f357055fa5
Allow distSetByName() to process all the relevant entries.
...
Submitted by: msmith
1997-07-01 03:50:58 +00:00
jkh
5d0935013f
Protect against CVSROOT not being set.
...
Submitted by: fenner
1997-06-29 18:07:01 +00:00
pst
020628e933
Merge from 2.2
1997-06-29 06:23:14 +00:00
pst
5942c32b7e
Fix bogus patch (my fault)
1997-06-28 16:53:47 +00:00
jkh
e0e414425c
endif -> .endif (from BOOT_CONFIG changes).
1997-06-28 16:24:09 +00:00
pst
ca8e3b2040
Reorder things and import NOSHARED.
1997-06-28 08:21:10 +00:00
jkh
a83cd6d7fa
Properly make directory before moving things into it.
...
Submitted by: pst
1997-06-28 02:37:33 +00:00
jkh
7559f25bab
YAMF22
...
Submitted by: pst
1997-06-24 23:08:18 +00:00
jkh
e71de03b4a
Yeesh! Some of this stuff I yanked out of the makefiles without
...
reviewing closely enough (and, as a result, proflibs and dict suffered).
Fix.
1997-06-24 21:53:33 +00:00
jkh
9d9ead19a1
Do ports.1 earlier.
1997-06-23 01:49:35 +00:00
jkh
472218ee71
Argh - 3rd time's a charm. Move doc even further in the distribution chain.
1997-06-22 17:59:04 +00:00
jkh
7bf6a981bc
The doc dist was being made too early - move it.
1997-06-22 17:21:59 +00:00
jkh
acef7b6f1a
Bag previous behavior of making all BIN_DISTS get a set of /etc files.
...
If a bindist clone wants etc files, it can clone them from bin. If it
doesn't, now it won't. :)
1997-06-22 10:17:32 +00:00
jkh
e1b0f042d8
Adjust my installation script to more closely match reality.
...
Add a system command to script mechanism (so you can call things like
tzsetup from scripts).
Add noError variable for causing script errors to be ignored.
1997-06-22 09:45:41 +00:00
jkh
3bb8305ac5
Reshuffle some of the distribution names to make them
...
easier to remember & allow overrides.
1997-06-22 08:37:49 +00:00
jkh
7020641f44
Make docs go to the right place finally.
1997-06-21 19:39:48 +00:00
jkh
db73f6494a
Shut up catman output.
1997-06-21 15:56:50 +00:00
jkh
84e984b24f
Whoops, get the proper rev of this.
1997-06-21 15:45:51 +00:00
jkh
048f7b0819
Change the way that X configuration method is selected.
1997-06-21 15:45:15 +00:00
jkh
28d72683d4
New build scripts for these distributions.
1997-06-21 15:42:17 +00:00
jkh
dd6c0a48e7
Change the way distributions are built such that they can be built
...
either in the Makefile or by an external script. Move some of the
existing stuff into scripts.
1997-06-21 15:41:55 +00:00
jkh
50bef408d8
Add a couple of strategic screen clears.
1997-06-20 07:04:16 +00:00
jkh
3c30be4b40
1. Add a noWarn flag so that scripts can turn warnings off.
...
2. If hostname not set from script, bring up interactive dialog anyway.
1997-06-18 05:11:37 +00:00
jkh
d15c79aba2
YAMF22
1997-06-13 18:02:34 +00:00
jkh
8f235bb8bf
YAMF22
1997-06-13 17:55:32 +00:00
jkh
ba527a824b
YAMF22
1997-06-13 14:21:22 +00:00
jkh
d86473c883
Incorporate an ancient typo fix that never made it over from 2.2.
1997-06-13 14:06:10 +00:00
jkh
b6e8cc8fa1
reverse polarity on bit-flip from 2.2
1997-06-13 11:00:13 +00:00
jkh
34ac204835
Nuke notifier.
1997-06-13 09:37:25 +00:00
jkh
d75a722d2e
YAMF22
1997-06-13 09:34:10 +00:00
jkh
73c96a1380
YAMF22
1997-06-13 07:11:57 +00:00