Commit Graph

84 Commits

Author SHA1 Message Date
snj
5c8a8d50a8 Various updates to the INSTALL notes in preparation for 5.0. Changes
are still to come.
2009-04-23 01:56:48 +00:00
martin
11a6dbe728 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
pavel
474470307d Update URLs after website reorganization. patch by OKANO Takayoshi, from
PR 37070.
2007-12-14 21:15:52 +00:00
pavel
4195ecc3d2 Make the port-specific changelog ($MACHINE/whatis) optional by using .pso
to call a shell script which outputs nothing if the file is not present.

Remove the "whatis" file for ports where it does not contain anything
useful and hasn't been updated for years. OK tsutsui@, hubertf@.
2007-07-26 15:26:35 +00:00
hubertf
11e3c1d9c6 Remove references to Ultrix gunzip
Discussed with and OK'd by simonb (port-pmax portmeister)

Fixes PR port-pmax/18320
2006-11-27 01:57:25 +00:00
hubertf
9382f56fa0 Update a bit, in light of PR 18320:
* update size information
 * fix some paths
 * do we want to ship an Ultrix gunzip again? I think we should...
   I'll ask the portmaster for input.
2006-11-26 16:29:07 +00:00
martin
f9ac3281a1 Fix kernel names (install -> netbsd-INSTALL), closes PR 12007. 2006-11-26 12:56:12 +00:00
ad
d8360081f7 Remove RASTERCONSOLE support from the pmax port. 2006-07-29 19:10:56 +00:00
wiz
3a1bb3b232 Fix some URLs. From OKANO Takayoshi in PR 33001. 2006-03-09 18:07:30 +00:00
wiz
d20841bb64 Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
drochner
929e614ed3 fix/complete some framebuffer descriptions, fixes PR port-pmax/23224
by Jean-Pierre HOFER
2003-10-31 16:32:36 +00:00
salo
8d1781e39d netbsd.org->NetBSD.org 2003-07-26 17:06:22 +00:00
lukem
450802d92e - define COMMON as "${.CURDIR}/../common", and use appropriately
- remove .PATH: ${.CURDIR}/../common
- update the various MERGED_SRCS lines to reflect reality
2002-07-21 08:14:46 +00:00
lukem
da4f0c80e3 update MD "whatis" to closer to what 1.6 provides 2002-07-08 14:42:47 +00:00
lukem
8fa83f4011 consistently use Ic for sysinst 2002-06-30 13:10:16 +00:00
lukem
b980ea3e8a clean up whitespace, formatting, copyrights 2002-06-30 12:22:25 +00:00
itojun
1680c3eadc avoid empty lines between advert clause 2002-06-15 14:41:09 +00:00
itojun
27f3ac7084 use .It for formatting legal section. 2002-05-20 23:48:40 +00:00
lukem
102d350f21 change references to /usr/sbin/installboot 2002-05-08 04:13:14 +00:00
jhawk
a5c0fa3864 Based on feedback (various), remove the .toc files from CVS,
and instead generate them each and every time (twice!).
Based on a suggestion from Alan Barrett, allow setting MAKETOC=no
to permit rebuilding the install notes without regenerating the
.toc files, to allow more speedy debugging of markup changes.
2001-11-30 22:20:03 +00:00
jhawk
c0385463c9 Initial generation of table of contents for each version of the release notes. 2001-11-26 00:39:07 +00:00
simonb
03e576a384 More rz->sd/cd updates. 2001-08-26 12:08:07 +00:00
simonb
65890eaf66 This hasn't been used since the NetBSD 1.3.3. 2001-08-26 12:02:22 +00:00
simonb
1e8ccbac70 Change some rz references to sd.
XXX: need to mention new sd devices in release notes.
2001-08-26 12:00:17 +00:00
nra
88b9d96885 Minor spelling/grammar fixes.
meessages -> messages
  NetbSD -> NetBSD
  parttion -> partition
  utlility -> utility
  you'e -> you've
2001-07-24 18:11:00 +00:00
jhawk
6bd8ef593c The diskimage contains a /netbsd, not a /install.
Terminal type is "rcons" over here, not "pmax."
2001-05-21 00:31:08 +00:00
mycroft
149f0de4fa Use bsd.man.mk (maybe should be something else) instead of bsd.prog.mk, and
do the cleaning differently.
2001-01-14 21:37:55 +00:00
lukem
1742d8acf0 more work:
- use .Tn, .Bx, .Ul, .Key, .Sq, .Dq, .Li, .Dl, (etc) ... as appropriate
- be more consistent between various ports' install notes
- other cleanups
2000-10-29 14:08:04 +00:00
lukem
54b38d4691 - update whatis files to contain (hopefully) up to date info on:
- "this is the xxx major release"
	- features added and bugs fixed in 1.5
- use .Nx instead of NetBSD
- use .Sq instead of ' [...] ' or ` [ ... ] '
- use .Dq instead of " [...] "
2000-10-14 22:27:41 +00:00
simonb
ccfb69e019 Update for the 1.5 release. 2000-10-11 13:04:12 +00:00
ad
3bac0590b8 Add a couple of entries. 2000-10-10 14:06:10 +00:00
lukem
b4d52d9d24 major terraform (this is MUCH more than a rototill :-), including:
- update for 1.5 (still more MD stuff to check)
- use new macros in ../common/macros as appropriate
- introduce some CONSISTENCY between the various ports' install docs
- use various mdoc macros as appropriate, including .Li, .Pa, .Sy, and .Ic.
- migrate more stuff into ../common/*
- whitespace cleanup
- lots of other little things i'm sure...
2000-10-10 12:55:15 +00:00
lukem
c8d0b98254 migrate */contents -> common/contents, as there was *way* too much
unnecessary duplication.  wrap the MD stuff in  .if r_foo \{\  ...  .\}
2000-10-10 12:30:52 +00:00
jhawk
3995670885 Update dependancies to include common/sysinst and common/upgrade
(where appropriate).
2000-08-31 16:00:49 +00:00
jhawk
f7ed8c99f1 Fix double ()/Pq markup error. 2000-08-25 23:56:08 +00:00
hubertf
79bc2b5079 We ship XFree 3.3.6 these days, not 3.3.3.1. 2000-08-08 13:13:41 +00:00
hubertf
7aaca8a557 Remove paragraph about secr set. 2000-08-07 12:08:36 +00:00
soren
874c2bbe49 Fix doubled 'the's. 2000-03-13 22:37:10 +00:00
ad
c61960c8b3 Note that xserver.tgz also contains Xprt. 2000-01-07 14:46:03 +00:00
simonb
2a69a62828 Use /usr/mdec/installboot to install new bootblocks. 1999-12-28 11:05:48 +00:00
simonb
5fefdd5a2c The netboot kernel is called "install.ecoff", not "install". 1999-10-26 05:57:48 +00:00
ad
4f06983e9b The PX series of boards are supported. 1999-10-06 22:37:29 +00:00
simonb
aaa754c3c9 Include the root-path in the bootptab and dhcpd.conf examples. 1999-07-21 23:41:27 +00:00
simonb
4a8e28d508 The name of the kernel on the diskimage is "netbsd" and not "install". 1999-06-25 02:37:22 +00:00
simonb
29f2f8bf77 You leave a maze of twistly little conditionals... 1999-05-26 01:16:40 +00:00
ross
c130e42b2e * Delete sun3x from SUBDIR
* The merged contents file didn't work out, so nuke it and put it back
  into each port directory. Most still have the now-pointless conditionals;
  these now should be deleted.
* fix alpha, amiga, and arm32 to delete the maze of twisty little conditionals
1999-05-24 07:03:16 +00:00
simonb
f6f8865538 Mainly formatting. Sysinst does make FTP/NFS easier... 1999-05-04 03:42:20 +00:00
simonb
c327e3a779 Mention some highlights since 1.3. 1999-05-04 03:41:46 +00:00
simonb
ff08ee4418 Use common/upgrade. 1999-05-04 03:41:11 +00:00
simonb
d610c1f1cc Most of this is gone, into pmax/install. Just keep a mention that
backups are important.
1999-05-04 03:40:22 +00:00