Commit Graph

340 Commits

Author SHA1 Message Date
jkh
ea45f6a220 Changes to README for release. 1994-11-22 08:58:42 +00:00
jkh
366d22c06e Update the X Inside, Inc text to include some stuff Jeremy just sent me. 1994-11-22 06:58:09 +00:00
jkh
973a14843b 1. Add instructions for installing onto a second disk.
2.  Clean up the FAQ just a bit.
1994-11-22 06:48:39 +00:00
ats
82f22b0877 Don't use a rm -rf WORKDIR if NO_WRKDIR is defined. You have a good chance
to blow away your current dir, because WRKDIR == CURDIR. This should
help tcpblast to not blow away itself in the clean target :-).
1994-11-21 10:30:37 +00:00
sos
1a22f052cf Fixed ' & ` keys .
Submitted by:	Andreas Klemm
1994-11-21 08:50:18 +00:00
jkh
751bbbae08 More Helpful Hints from Heloise. 1994-11-21 04:11:28 +00:00
jkh
5673097fcb Changes for BETA 1994-11-21 01:32:51 +00:00
jkh
7412f6c9c6 (M)ountpoint -> (A)ssign 1994-11-21 01:30:03 +00:00
ache
b486198d8f Now use "btab" keyword in all keymaps 1994-11-19 23:27:03 +00:00
nate
954a0e4dba NetBSD -> FreeBSD
(Please bring into 2.0)
1994-11-19 18:13:59 +00:00
jkh
ebb9258253 Document the AHA-274x and 284x driver as a new feature. 1994-11-18 14:26:07 +00:00
jkh
36244d82e6 Talk a little more about boot roms. 1994-11-18 13:02:23 +00:00
jkh
4038d7254e Add these files. They're referenced in the release notes. 1994-11-18 12:03:29 +00:00
jkh
9c95cf63dc Document "(P)rocede" - (Q)uit was still being billed as the method
for continuing the installation! :-)
1994-11-18 10:32:43 +00:00
jkh
d73d1794ed Add some notes about AIX-6x60 based cards. Important to note that
you CAN'T boot from many of these puppies!
1994-11-18 03:10:32 +00:00
jkh
163be610ea Adjust the docs to note that the AHA-2742/2842 series is now supported.
Hurrah for Justin!
1994-11-18 01:12:13 +00:00
ache
60347cd3b6 Add yet one russian keymap, widely used by some russians 1994-11-17 18:03:18 +00:00
jkh
cac70cf98a Add reinstall. 1994-11-17 16:02:56 +00:00
jkh
9cb91dd8a0 There seems to be some trouble with install.man working right everywhere.
Conditionalize it off of INSTALL_MANPAGES until I can figure out just
why some X ports seem to like it and others not.
1994-11-17 15:46:27 +00:00
jkh
86f1a4176a Steven G Kargl <kargl@troutmask.apl.washington.edu>
Finds many spelling errors.  Thanks, Steven!
Submitted by:	steven
1994-11-17 12:35:24 +00:00
jkh
6593f9b699 Whoops! Typo. Correct. 1994-11-17 10:07:45 +00:00
jkh
b43669fad8 I found today that making packages for X11 ports wasn't working.
Further investigation showed that prefix was erroneously set to /usr/local
for X11 based ports as well, when the assumption was that they'd really go
into ${X11BASE} (an /etc/make.conf variable that the user's free to set).

Set X11BASE to /usr/X11R6 if the user hasn't already, and assume that
the user really wants prefix to point there when the port is XMKMF based.
1994-11-17 10:06:03 +00:00
jkh
436e419a37 Add support for NO_WRKDIR. 1994-11-17 00:25:16 +00:00
jkh
ae5033f4db 2 new concepts that just occurred to me:
MASTER_SITE_OVERRIDE - 	If set in the environment, will override everyone's
	MASTER_SITES settings.  Useful if you'd prefer to point to a
	distfiles repository somewhere closer.

MASTER_SITE_FREEBSD  -  Sets OVERRIDE to be FreeBSD's own master repository.
1994-11-17 00:18:28 +00:00
jmz
f0796c1813 If USE_GMAKE is defined, use ${GMAKE} in ${XMKMF} && ${MAKE} Makefiles 1994-11-16 23:14:22 +00:00
martin
30ae84dcac Instructions for setting up diskless clients 1994-11-16 15:33:42 +00:00
jkh
8cdad68b06 Make depends a separate target. Now you can select when the dependency
list is traversed.
1994-11-15 10:16:56 +00:00
jkh
e6a9926ecf sendbug -> send_pr 1994-11-14 23:52:42 +00:00
bde
f1b917b022 This change was actually made in the previous revision:
Define SHLIBDIR?= ${LIBDIR} and install shared libraries in
${DESTDIR}${SHLIBDIR} instead of in ${DESTDIR}${LIBDIR}.
SHLIBDIR may be defined in /etc/make.conf to override the
default of /usr/lib (I use /lib).  Other changes are required
for non-default shared library directories to actually work
(ld* and crtso have too many hard-coded paths).

Bruce
1994-11-14 06:28:20 +00:00
bde
e226c88111 Define `RANTOUCH?= ${RANLIB} -t' and use it instead of ${RANLIB} -t.
RANTOUCH may be defined in /etc/make.conf as
`${ECHO} skipping ${RANLIB} -t' to help stop `make install' from
changing the timestamps on unchanged libraries, thus making the
uninstalled binaries appear to be out of date...  Other changes
are required to stop install from clobbering the timestamps.
1994-11-14 04:55:39 +00:00
bde
5bb14446b2 Define LIBEDIT, LIBGCC, LIBKVM, LIBSCRYPT and LIBY.
Comment about missing libraries for LIBDES, LIBKDB, LIBKRB, LIBMP, LIBPC
and LIBPLOT.

Don't define LIBDBM since it was replaced by db in libc.

Remove duplication.  ${DESTDIR}/usr/lib/... gives /usr/lib/... even when
DESTDIR is not defined.
1994-11-14 04:28:44 +00:00
nate
6c54ae2eeb Added the DEC ethernet cards to the list of supported ethernet drivers. 1994-11-13 21:17:38 +00:00
phk
94e55d40f9 Add a new "distribute" target. This is a variant of install, which will
put the stuff into the right "distribution".  As default things end up
in "bindist".

Normal (ie: most) makefiles know naught of this.

More commits will follow, which will direct various parts of the tree
into the distribution we want them in.

Some of the grief of being release-engineer is supposed to go away with this.
1994-11-13 21:05:28 +00:00
nate
0a3cc4474d Added VLB to the list of PC busses supported since this question comes up
often on USENET.

Added comments regarding the new 'extended IDE' controllers, which work with
FreeBSD but do not use the extended features.

Minor formatting changes.
1994-11-13 09:19:04 +00:00
jkh
38eaf912e1 Add my first-cut at a very short troubleshooting document. We can add
more stuff here as people report it.
1994-11-13 01:21:11 +00:00
jkh
45760f0ac1 Move the README here, with a few updates. 1994-11-12 02:24:28 +00:00
jkh
09cdc2f43c Add patch cookies. This should prevent gratuitous patch re-application
attempts.
1994-11-11 09:45:33 +00:00
jkh
586fbcb8a7 Typos fixed by Michael E. and Gary J. Thanks, guys!
Submitted by:	me,gj
1994-11-11 07:39:40 +00:00
jkh
1936d71352 Whoops! I wrapped. Try again. 1994-11-10 04:11:58 +00:00
jkh
5707293bc1 Add some more information on FreeBSD's default security.
Make this a little more readable and fix some typos.
1994-11-10 03:51:18 +00:00
phk
2276a223ee Now that the default for the shared gcc-internal lib changed, make this match. 1994-11-10 02:29:41 +00:00
jkh
637f097fd7 Document that we support 1522 controllers now. 1994-11-09 23:26:57 +00:00
jkh
30db714f78 Changes from Gary Palmer to make all this stuff fit on the screen!
Submitted by:	gpalmer
1994-11-09 02:51:21 +00:00
jkh
827894bc2c Damn!! I left Soren's name off the core team roster by mistake! :-( :-(
I'm going to re-roll the boot floppies to have this in, and hopefully
Poul will update it into his world tree before making the bin tarballs.
Be a real shame to leave this incorrect!  Very sorry, Soren!  It was
simply an updating oversight! :-(
1994-11-08 20:17:45 +00:00
phk
80c829c1e1 Don't install Makefile 1994-11-08 18:54:33 +00:00
nate
06a4d21c63 Removed un-needed hard-coded path to REFER . 1994-11-08 05:26:46 +00:00
phk
d34c9b62ce Make installs better, install the FAQ stuff, don't install CVS-dirs. 1994-11-08 03:58:52 +00:00
jkh
f8831289e1 Release notes for the ALPHA release. "What's new" information from README
is now here.
1994-11-08 03:33:13 +00:00
jkh
f16a0bf32e Just a little last-minute stylistic cleanup. 1994-11-07 10:35:55 +00:00
phk
5f66478401 Update make.conf and sys.mk to reflect the most recent advances in
civilization:  Use -O2 and MSUN as default, and X11 is in /usr/X11R6
1994-11-07 04:18:04 +00:00