Commit Graph

1266 Commits

Author SHA1 Message Date
nik
a6c067e907 Remove a doubled "in the".
PR:             docs/22140
Submitted by:   Cyrille Lefevre <clefevre@citeweb.net>
2000-10-26 23:13:10 +00:00
nik
7dc0a66e49 Update to include a link to the referenced papers when PRINTERDEVICE=html
PR:             docs/22140
Submitted by:   Cyrille Lefevre <clefevre@citeweb.net>
2000-10-26 23:12:12 +00:00
gshapiro
90b1557dac Add a MAINTAINER= line so people know who to blame 2000-10-26 23:02:36 +00:00
adrian
9fab80905d Reviewed by: rwatson, bp
Approved by:	rwatson
Obtained from:	NetBSD source tree

Second part of the fsck wrappers commit. This commit enables the new fsck
code (removing the fsck/* code and replacing it with the netbsd fsck
wrapper code), and enabling some FFS-based utilities to compile.

Details:

* quotacheck, fsdb required modification to use the fsck_ffs/ code rather
  than fsck/ . This might change later since quotacheck requires preen.c
  which should exist in fsck/ rather than fsck_ffs/

* src/Makefile has fsck_ffs added to it so it it built as part of the tree
  now

* share/doc/smm/03.fsck/ uses the SMM.doc/ stuff from fsck_ffs, not fsck.

I've tested this, and it shouldn't require any changes on your machine.
The fsck wrapper reads /etc/fsck and is command-line-compatible enough
to not require rc changes (well, most changes unless you want to do
anything nifty by specifying the fs types explicityly, read the man page
if you want further details on what it can do.)

This now allows us to support multiple filesystem types during bootup.
2000-10-09 10:23:31 +00:00
sobomax
7ffb9a53a4 Fix typos.
Approved by:	phk
2000-08-21 14:08:43 +00:00
gshapiro
002ef51d6e The rest of the changes needed to support the new version of sendmail (8.11.0).
Beyond changes to the build system, this includes fixing up the sample
freebsd.mc configuration for changes in defaults and syntax, removing
outdated documentation, and updating the release notes.
2000-08-12 22:39:25 +00:00
phk
ea02c3cf09 Add the bufbio paper to the build.
Various plans to move all these to the doc tree exist pending time and
somebody to docbook them.
2000-07-30 11:02:54 +00:00
phk
f76bbb95d0 Add the bio/buf paper 2000-07-30 08:57:03 +00:00
itojun
a05a4a02ae sync with recent IMPLEMENTATION note from kame. 2000-07-04 16:35:31 +00:00
rwatson
447d7154d8 o Minor spelling/grammar nits in intro header about conference
- s/netoworking/Networking/
    - s/are/is/
2000-06-06 00:08:26 +00:00
phk
d18ea90c6c Typo.
Spotted by:	sobomax
2000-05-30 15:23:30 +00:00
green
0e201f3645 Correct misspelling of INADDR_ANY as IN_ADDRANY. 2000-05-30 13:55:46 +00:00
phk
6c099e834c Put the jail paper in the makefile. 2000-05-29 18:18:48 +00:00
phk
b7d1206a49 The Jail paper, written jointly by rwatson & me. 2000-05-29 18:18:07 +00:00
shin
3b176d8573 Add "IPv6" to SUBDIR, and also add the Makefile for IPv6 dir,
to make the file IMPLEMENTATION to be installed to /usr/share/doc/IPv6.

PR: docs/17120
Kindly Submitted by: phantom
2000-03-02 10:34:11 +00:00
shin
9b8b207497 Add IPv6 related docs.
Reviewed by: phantom
2000-02-26 19:44:12 +00:00
peter
434ff9c85c To avoid confusion, zap libcurses. ncurses provides both curses, termcap
and termlib (terminfo) support.
1999-11-26 09:28:33 +00:00
peter
76f0c923fe $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
grog
9a0d570ac0 Represent the value 2**32 correctly in nroff. Previously, the troff
operator up was being omitted, and the result was 232, a slightly
lower value.

Observed-by: Bill Vermillion <bill@bilver.magicnet.net>
1999-04-05 01:53:39 +00:00
cwt
0b5e49e084 Find sendmail source under contrib now. 1998-08-05 01:36:06 +00:00
bde
06571cef5a Oops, the SRCDIR=${.OBJDIR} hack is still necessary, (since bsd.doc.mk
has to cd to ${SRCDIR} to support inclusion messes elsewhere).
Fortunately the previous commit forgot to remove it.
1998-08-02 14:21:35 +00:00
bde
8a2bb30022 Cleaned up. tmac.srefs was in both SRCS and EXTRAS. The
SRCDIR=${.OBDDIR} hack is now unnecessary.  It was never necessary
to use so many explicit paths to ${.OBJDIR} and ${.CURDIR}.
1998-08-02 14:07:27 +00:00
bde
2f98cd2d0f Don't use `::' to break dependencies. Cleaned some nearby things. 1998-08-02 14:00:39 +00:00
bde
731782c1da Finished previous commit. Just revert to rev.1.9.
Bruce
1998-04-13 15:05:43 +00:00
jkh
272a96cddb Fix comment.
Scolded by:	bde
1998-04-12 14:02:33 +00:00
sos
3da360fe42 omehow Jordan got 07.lpd in -current enabled again... 1998-04-12 12:33:59 +00:00
jkh
07739d329d MF22: build lpd docs 1998-04-11 15:10:35 +00:00
jraynard
9af8f68c3d Revert previous commit. Despite the names, these files contain
troff input, not C source.
1998-03-07 22:34:23 +00:00
jkh
31ba7c266a Fix fprintf() here too. 1998-03-06 13:29:37 +00:00
jkh
32df54dafd \e should have been \n (don't know when this was broken). 1998-03-06 13:28:17 +00:00
wosch
a83b5c4a1e Delete unused BINDIR variable. 1998-01-03 12:22:56 +00:00
bde
fbf2dc264b <bsd.doc.mk> now includes ../Makefile.inc, so don't include it here. 1997-12-17 19:26:07 +00:00
wollman
d40bd7124d Now that it's built at the same time as its source, disable building 07.lpr
here.  Hopefully this will set a trend.  (What was I thinking when I set
this up the first time?)
1997-12-02 21:46:58 +00:00
jraynard
73454caef1 Make fix for PR 4883 consistent with other similar cases. 1997-11-09 00:48:01 +00:00
jraynard
b75b0b1064 Back-out previous change. A better fix is to follow.
Requested-by: bde
1997-11-08 20:29:33 +00:00
wosch
923e0b9d9c The documentation contained here is horribly out of date. 1997-10-31 07:56:09 +00:00
jraynard
da5484899b Fix a couple of typos in documentation.
PR:		4883
Submitted by:	invis@visi.com
1997-10-30 00:10:52 +00:00
wosch
8c817c1608 PR: docs/4347
Makefile doesn't support cleandepend
Submitted by: wlr@furball.wellsfargo.com
1997-09-13 17:49:21 +00:00
steve
a0fc28419c Add a cleandepend target and tidy up a bit.
PR:		docs/3257
1997-08-16 23:40:26 +00:00
bde
a89fad6005 $FreeBSD$ -> $Id$.
Removed Berkeley Id.  We never did this like Berkeley (because cvs doesn't
handle symlinks) and no interesting Berkeley words are left.
1997-07-01 16:20:56 +00:00
peter
2f3b1873a1 Disconnect the FAQ and handbook from the makefiles and remove the files.
The FAQ and handbook have been repository copied to their own top-level
("doc") directory in the cvs tree which will not be branched so as to
avoid the syncing problems.  At some point, the sgml text will require
formatting tools that will be from ports rather than the main source tree.

Requested by:	 jfieber, jkh
1997-05-23 12:55:14 +00:00
obrien
4637ebc72a Updated some wording for 3.x.
Added MASTER_STIE_LOCAL and updated it's location.
Added -N to diff options to ensure the diff includes new files.
Mentioned that USENET news ports should use ${PREFIX}/news.
Refromatted some of the comments w/in the sample Makefile so they wouldn't
	wrap in the latin1 format.
General updating and minor word changes.
1997-05-23 08:19:19 +00:00
max
ec3bb92fe3 Merge the EN version changes, 1.18 -> 1.19. 1997-05-23 07:26:04 +00:00
jdp
364ba0153f Add the new doc-all collection. 1997-05-23 04:17:44 +00:00
max
e4cd4c6f62 Merge the EN version chages, 1.247 -> 1.249. 1997-05-21 08:28:12 +00:00
asami
152539177a Add Brian Handy <handy@lambic.space.lockheed.com> for his bclock
port submission.
1997-05-21 04:19:23 +00:00
asami
f967c7a3d7 Add Vanill Ice <vanilla@Minje.Com.TW> for the filerunner port update. 1997-05-21 03:27:15 +00:00
max
633236ec0a Merge the EN version changes, 1.246 -> 1.247. 1997-05-20 14:25:19 +00:00
charnier
3327ea0950 Remove me from add. contributors, I am now in committers. 1997-05-20 11:13:54 +00:00
max
25b909ade1 Merge the EN version changes, 1.245 -> 1.246. 1997-05-20 02:04:34 +00:00