Commit Graph

75 Commits

Author SHA1 Message Date
tsutsui ab8e3da666 Move common/contents file into MD dirs again.
I know it isn't a good thing to have many copy-and-pasted contents
(set file descriptions etc) in all MD files, but it's much more annoying
to maintain a bunch of .if \n [${MACHINE}] conditionals for all ports
and maintainers rarely notice that they also have to prepare or update
MD contents in MI content file with messy ifdefs.

XXX: of course common text should be shared by mdoc macro etc.
     but I doubt playing mdoc(7) is really worth...
2011-05-28 06:00:05 +00:00
snj da4ab91bcb Bradley A. Grantham's ad clause is no more. 2009-11-01 01:55:39 +00:00
snj e733f7e349 Matt DeBergalis' acknowledgement is now in mac68k and next68k only. 2009-10-23 17:34:58 +00:00
snj 06ceccf7ec Remove duplicates of ad clauses from the Alice Group (which is already
in legal.common, where it belongs).
2009-10-19 19:07:39 +00:00
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
tsutsui 9957bf949d Use `\*[Am]' rather than `\*&' for ampersand. 2008-09-27 23:15:21 +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
pavel 529cc0c586 Apply patch from Hauke Fath to solve port-mac68k/29049: sysinst did not
newfs and mount the target filesystem.

In Hauke's words: "Basically, the mac68k md_make_bsd_partitions() function,
which replaces the MI make_bsd_partitions() because the mac68k port does not
have an on-disk BSD disklabel, neglected to sign up BSD partitions for
newfs'ing and mounting by setting the appropriate flags."

Revert the commit to the install notes (rev. 1.14 of notes/mac68k/prep) which
added a warning and a workaround for this bug, as requested by hubertf in the
PR log.
2006-10-12 12:46:18 +00:00
hubertf 2ac328de80 Add text for workaround of sysinst not running newfs etc. as described
in PR mac68k/29049. Text for the workaround mostly provided by Hauke Fath.
2005-12-15 02:29:59 +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
scottr 5f62db771b This is a complete refit of the mac68k documentation.
Of particular note is documentation on the new preferred method of
installation using sysinst, provided (and updated) by Bob Nestor.
2002-07-19 07:17:45 +00:00
lukem da4f0c80e3 update MD "whatis" to closer to what 1.6 provides 2002-07-08 14:42:47 +00:00
lukem 28d4530e33 clean up whitespace and formatting 2002-06-29 23:54:05 +00:00
itojun 3a63625506 mention devices supported by netdock(4) 2002-06-20 13:24:37 +00:00
itojun 89f5f2b8ff sort by family name 2002-06-19 09:31:03 +00:00
itojun ef879bfb42 netdock* - ethernet driver for Asante NetDock/Newer Ether MicroDock.
by Daishi Kato <daishi@axlight.com>
test/stabilization by Takeo Kuwata <tkuwata@virus.kyoto-u.ac.jp>
2002-06-19 01:54:26 +00:00
itojun 27f3ac7084 use .It for formatting legal section. 2002-05-20 23:48:40 +00:00
gmcgarry f030856690 typo 2002-04-15 20:57:55 +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
nra 337cba2a73 s/layed/laid/ 2001-07-24 17:51:03 +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
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
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
briggs e662eb71b4 Note support for SMC-based ethernet cards. 2000-07-31 00:10:03 +00:00
ender 5f92800c39 Add a paragraph warning the user that a MacOS partition is still necessary
for booting so completely destroying all existing partitions may be
ill-advised.

Should fix PR 6341 from John Refling (refling@comet.lbl.gov).
1999-05-31 06:54:31 +00:00
ender 077384cc46 Add a note about 32-bit addressing when the Memory control panel does not
give you the option.

Should fix PR 6320 from John Refling (refling@comet.lbl.gov).
1999-05-31 06:38:16 +00:00
ross 85bb1d699e You are leaving a maze of twisty little conditionals.
There are macs here.
1999-05-27 01:04:13 +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
ender 79b5fdde80 Various updates for 1.4 since it looks like we will be making the
release after all.
1999-05-07 03:30:44 +00:00
ross bef0fed619 Bring back credits that were in the old version of mac68k/legal. 1999-03-19 19:40:31 +00:00
ross 27fa34dd96 Remove these before someone changes them. There is a common contents file
in distrib/notes/common/contents, conditionalized for the differences
between platform distributions.
1999-03-19 04:52:04 +00:00
garbled 851ee9e397 1) Remove all vestiges of tar from src/distrib. Use pax and appropriate
commandlines for all tar operations.  (work supplied by Matt Green)
2) Update arch/*/md.c to deal with new sysinst/run.c.  Special case
anything that needs to do a redirect or a pipe.
3) #if 0 some unused code in target.c. This code will need to be updated,
or special cased with do_system.

Big thank you to Matt for all his work on this.
1999-01-25 23:34:20 +00:00
ross 47503cb65d Makefiles for notes. 1999-01-13 08:42:54 +00:00
ross 6eb9d9ef9a Markup for -mdoc and -mdoc2html. 1999-01-13 07:30:01 +00:00
hubertf 476960b4dc Add notes about steps to do after installation that are common to all
platforms; Thanks to Colin Wood and Simon Burge for their comments.
1998-08-23 12:42:16 +00:00
scottr 08799bc7a2 Revert the section from v1.8 that put my email address back into the
document, instead of the mailing list.
1998-05-19 13:45:01 +00:00
ross 8cb8f7b2b1 Correct spelling in */upgrade. More general editing in alpha/install. 1998-05-12 00:00:18 +00:00
ender 51b1fcd02d Make note of CD-ROM based install 1998-05-11 20:43:37 +00:00
ross bffbd61da4 Untangle the first paragraph in the upgrade notes that were copied
from i386/upgrade.
1998-05-09 03:49:30 +00:00
ender de57defb67 o Added a known hardware problems section
o Documented clock lossage per suggestion from Jonathan Stone
o Documented the long-standing SCSI difficulties
1998-04-10 22:52:41 +00:00
scottr e6de4bea3e Update checksum file notes, and fix a use of the word 'comprise'. 1998-01-14 06:39:52 +00:00
ender ff391f5414 Fix an oversight in the multi-partition install procedure.
Noticed by Gunnar Helliesen <gunnar@bitcon.no>
1998-01-12 23:23:38 +00:00