Commit Graph

1392 Commits

Author SHA1 Message Date
Brian Somers
c70e52b140 Make install in include before making world.
Without this, if you try to build a 2.2 release
on -current, it falls on its face here because
/usr/include contains your "make install"d headers
where the /usr/include/* symlinks point to the
RELENG_2_2 headers.

Reviewed by:	jkh
1997-06-06 02:10:03 +00:00
Jordan K. Hubbard
8e45ec2c8c Resurrect / implement some of the more esoteric scripting features,
such as partitioning a disk or overriding an interactive prompt.
1997-06-05 09:48:03 +00:00
Brian Somers
69256390c3 Mention that fdisks slice numbers are between 1 and 4
now rather than between 0 and 3.
1997-06-04 18:15:43 +00:00
Joerg Wunsch
d013a27b0b Create the release name of SNAPs automagically. 1997-06-01 08:06:48 +00:00
Jordan K. Hubbard
b3c112739c Fix typos (of the printed output kind). 1997-05-30 01:03:09 +00:00
Jordan K. Hubbard
17ee09f293 Note that we now have secure RPC. Bill - please feel free to elaborate
on (or correct) my one-liner description if you wish.  Thanks.
1997-05-28 05:34:00 +00:00
Jordan K. Hubbard
e81ebf9281 Always write out rc.conf, regardless of status.
PR:		3698
1997-05-27 18:56:03 +00:00
Jordan K. Hubbard
e40c79386c Correct SNAP server paths.
Bring in CDE fixes.
1997-05-27 16:41:52 +00:00
Jordan K. Hubbard
cfca7bde42 Lame typo fix here too. 1997-05-26 05:33:16 +00:00
Jordan K. Hubbard
92973a80f9 YAMF22 1997-05-26 04:57:56 +00:00
Jordan K. Hubbard
aeb6d603ae Add rules for building doc back into releases, conditionalized on NODOC.
Also clean up some of the comments at the top.  It's 12 o'clock, and
that is all.
1997-05-24 20:15:13 +00:00
Jordan K. Hubbard
e2c00c8eec Add -lalias for ppp now. 1997-05-24 09:03:28 +00:00
Jordan K. Hubbard
8b6ecf92cf Merge from 2.2 - XiG support updates. 1997-05-23 18:54:29 +00:00
Paul Traina
25d8a0c488 Missing argument to printf 1997-05-22 22:11:17 +00:00
Jordan K. Hubbard
53f741779c Adjust config variables to more closely match rc.conf 1997-05-22 21:26:11 +00:00
Jordan K. Hubbard
2ba8646379 Be more bullish about saving configuration information. 1997-05-22 04:04:30 +00:00
Jordan K. Hubbard
dc6995f3e1 Actually, rethink last commit and simply remove the apache configuration
entirely, as promised earlier (it's outdated now and doesn't really belong
in sysinstall).
1997-05-22 00:17:11 +00:00
Jordan K. Hubbard
e27779fc61 Update version of apache. 1997-05-22 00:13:58 +00:00
Nate Williams
c4b0dab7d5 - The 3Com 3C589D card is now supported. 1997-05-21 18:49:34 +00:00
Paul Traina
eb1d542a7c Merge from 2.2: allow blank lines and comments 1997-05-16 20:40:00 +00:00
Jordan K. Hubbard
6ac1287d31 Change ftpmail address as per Paul Vixie.. 1997-05-14 07:12:57 +00:00
Jordan K. Hubbard
08dc434dfe Add SNAP servers to list of FTP sites. 1997-05-14 07:12:47 +00:00
Paul Traina
fae279d847 Fix null dereference if config variable not set. 1997-05-10 17:11:24 +00:00
Jordan K. Hubbard
3cc5346fb1 Add:
Hauppauge Wincast/TV boards (PCI)
  STB TV PCI
  Intel Smart Video Recorder III
To list of supported devices.
Submitted by:	Randall Hopper <rhh@ct.picker.com>
1997-05-09 07:45:37 +00:00
Jordan K. Hubbard
98e24c476f Merge 1.33.2.12 from 2.2 1997-05-09 07:44:19 +00:00
Jordan K. Hubbard
68c828a063 Update to list more changes in 3.0. Also point people at the donor's
gallery rather than including an out-of-date list.
1997-05-05 11:09:33 +00:00
Jordan K. Hubbard
6ca2689df0 DOH! Fix package-extractor looping problem by moving some code
to the *proper* part of the loop.
1997-05-05 08:38:12 +00:00
Jordan K. Hubbard
00137300da Adapt routing configuration glue to rc.conf format. 1997-05-05 06:32:44 +00:00
Peter Wemm
d7021de248 Mention the removal of UPAGES, the return-to-userspace fork(), and the fast
complete implementation of vfork().
1997-05-05 05:58:33 +00:00
Paul Traina
eeb3219eef Add in some more config file support -- add variables to shut up
sysinstall about the dangerously dedicated message, and other
variables to allow pre-configuring the distribution sets.

Still todo: add a variable to define an initial set of packages that
should be loaded.
Reviewed by:	jkh
1997-05-05 05:16:03 +00:00
Joerg Wunsch
1057ab2ee4 Mention new features:
. if_media support (obtained from Jason Thorpe's NetBSD implementation),
. multi-session ISO-9660 support

Move aic6[26]30 and floppy tapes out into an ``unmaintained'' subsection,
so people don't expect the same quality of support for them as for other
drivers.

Our ATAPI CD-ROM driver should no longer be considered ALPHA quality
now, i think.
1997-05-04 16:26:53 +00:00
Jordan K. Hubbard
7b284f6e13 Update some of these release notes. 1997-05-04 00:26:56 +00:00
Daniel O'Callaghan
9c3b234612 Spelling/typo fix. 1997-05-03 12:14:21 +00:00
Justin T. Gibbs
3f05ff3340 We don't support the AdvanSys product line of SCSI controllers, so
don't say that we do.
1997-04-30 04:46:01 +00:00
Jordan K. Hubbard
8681ebdcd1 YAMF22 1997-04-29 09:14:24 +00:00
Jordan K. Hubbard
3de5b08eda Adapt to rc.conf file format. 1997-04-28 10:31:14 +00:00
Jordan K. Hubbard
593230d218 Back out mount change here (which is the only branch it should have
occupied in the first place :)
1997-04-28 09:35:59 +00:00
Jordan K. Hubbard
7499a04abf YAMF22 1997-04-28 06:15:49 +00:00
Jordan K. Hubbard
0209d3671e Eliminate a small redundancy with ALL_DISTS
Submitted by:	John-Mark Gurney <jmg@hydrogen.nike.efn.org>
1997-04-25 09:11:50 +00:00
Jordan K. Hubbard
fd48862f47 Bring over doc fixes. 1997-04-20 19:39:23 +00:00
Jordan K. Hubbard
339bd28e20 YAMF22 1997-04-20 19:19:07 +00:00
Jordan K. Hubbard
0aa615d28d Sync with 2.2 and clean up some tortured english that was added. 1997-04-20 16:46:36 +00:00
Joerg Wunsch
b650e5b9e3 ``Ooops'' :-) 1997-04-13 20:20:25 +00:00
Joerg Wunsch
571240d73b Add more bootstrapping bandaids: copy over some of the host system
dependent utilities to /bootstrap inside the chroot tree, so the
hosting and targeted environment are not required the same.  By now,
mount/umount (due to the Lite2 changes) and cpio (due to lchown) make
it there.  This should allow building a 3.0-current release from
inside a 2.2 vintage system, and visa verse.

Isn't lchown also a reason for a shared lib version number bump?

PR:
Reviewed by:	jkh
1997-04-13 08:46:58 +00:00
Joerg Wunsch
97febce737 Sync this up with RELENG_2_2. Du-oh, i've totally spammed rev 1.278,
and quite a number of smaller fixes from 2.2 were missing as well.
1997-04-12 21:55:53 +00:00
Jordan K. Hubbard
aa733cd0c5 YAMF22 1997-04-05 07:08:14 +00:00
Jordan K. Hubbard
66b368e835 Make all this work under -current again.
Submitted-By: Chuck Robey <chuckr@glue.umd.edu>
1997-04-03 13:44:59 +00:00
Jordan K. Hubbard
6724ac5c14 Sync up to current state of development. 1997-04-02 12:13:35 +00:00
Jordan K. Hubbard
45dbe89080 Sync up to current state of development. 1997-04-02 12:07:39 +00:00
Paul Traina
2a2637ed51 Merge in bugfixes from 2.2 1997-04-01 02:08:07 +00:00