wosch
b8f2f11478
Add Oliver Laumann for his troff translator
1997-03-15 20:07:20 +00:00
hanai
89d72dfcbf
Catch up with the original.
...
Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>
1997-03-15 06:57:56 +00:00
mpp
144161ea56
The VMIN and VTIME c_cc values were incorrectly defined as MIN and TIME.
...
Obtained from: NetBSD PR# 3243
1997-03-14 05:01:14 +00:00
brian
8c36b79cb7
Update configuration examples & instructions.
...
This should go into 2.2 as the examples bearly work for
static IP numbers (and don't for dynamic ones).
1997-03-14 04:17:44 +00:00
mpp
700156f94b
Add some text regarding security issues when using a shell
...
script as the login shell. Closes PR# 2978.
1997-03-14 02:37:27 +00:00
ache
bcfbb2877e
Update Korean locale
...
Should go into 2.2
1997-03-13 07:51:43 +00:00
joerg
7c8d794556
Describe the workaround for the CMD640 controller.
...
Mention the steps that are required for `disklabel auto'.
1997-03-13 01:00:32 +00:00
joerg
b24f0ba9ca
Ooops, somehow the HP Netserver entry made it here twice.
1997-03-12 19:14:26 +00:00
joerg
d1f0b9694d
Update the HP NetServer LC FAQ entry.
1997-03-12 19:04:07 +00:00
mpp
4fdffd9e94
Oops. I misread some commit mail - remove the blurb about comments
...
in passwd/group not being enabled by default.
1997-03-12 14:05:36 +00:00
mpp
3694503d5f
Typo police (this one wasn't yours, Joerg :-)
1997-03-12 13:51:57 +00:00
mpp
c074fc12ec
Typo police.
1997-03-12 13:51:17 +00:00
mpp
2b311e74d4
Improve the wording of the section on comments in the group and passwd
...
files. Also mention that this feature is not enabled by default
and that they must be enabled by compile-time options.
Fixed another typo or two I noticed while I was at it.
1997-03-12 13:46:16 +00:00
joerg
1510443276
Document the various link-level flag for these drivers.
...
2.2 candidate (after typo police :)
1997-03-12 13:37:56 +00:00
peter
9694f2119f
makeinfo can fail but still leave behind zero length files which cause
...
interesting problems because the resulting file is newer than the source
and this stops 'make' from rebuilding it. Go via an intermediate file
and rename to make sure this doesn't happen.
1997-03-12 07:14:44 +00:00
peter
abe22e551b
Move the conditional declarations of ICOMPRESS_CMD and ICOMPRESS_EXT
...
to before they are used in .for loops and .SUFFIXES lists, or it
doesn't work! Without this, 'make all' doesn't gzip the result as the
generated 'all' target doesn't seem to be defined completely.
1997-03-12 06:24:52 +00:00
hanai
53e213048d
Catch up with the original.
1997-03-12 04:25:20 +00:00
ache
779a27cc18
Fix ftp2.ru
1997-03-11 15:19:32 +00:00
jkh
380e25592f
close PR#2942 - add src/contrib to list of src components.
...
Submitted by: sjr1@flash.net
1997-03-11 06:42:03 +00:00
hanai
6a994ea73d
Catch up with the original.
1997-03-11 03:04:03 +00:00
ache
e7a6197177
Add <ss> and ss ordering
1997-03-10 21:59:53 +00:00
asami
ebb6ff3c7e
Ask user to carefully examine changes when sending an upgrade. (Actually,
...
this is the main reason why we want them as diffs.) Also, ask them to
explicitly state files that are added or deleted (lazy committers like me
often forget to "cvs add" or "cvs remove").
1997-03-10 11:55:17 +00:00
asami
303b625563
Remove part about sending in complete ports for an upgrade, we prefer
...
recursive diffs in any case.
1997-03-10 09:55:20 +00:00
hanai
262892c212
Catch up with the original.
1997-03-10 03:04:05 +00:00
hanai
477ae9e7a3
Catch up with the original.
1997-03-10 01:09:48 +00:00
wosch
c9975cee77
Add comments.
1997-03-09 23:10:56 +00:00
wosch
88b3e6188d
Sync with /etc/mtree/BSD.*.dist
1997-03-09 22:39:56 +00:00
jmg
1be4650826
replace non-existant ioctl [GP]IO_STRMAP with what really does exist,
...
[GS]ETFKEY...
Definately a 2.2 Candidate
a clean up of this page is to follow.... but I'm not sure I'll have it
before 2.2 is to be released...
1997-03-09 20:53:20 +00:00
wosch
154b7d3e6c
Add reference to `PMake - A Tutorial'
1997-03-09 15:51:07 +00:00
wosch
871486be75
Document comments.
1997-03-09 12:20:48 +00:00
bde
6d26a929ee
Don't use a dot in the chown command. Fixed some minor style bugs.
...
Building things at install time under ${DESTDIR} was too hard to fix.
Bruce
1997-03-09 09:41:44 +00:00
wosch
76b7d8286d
Add table of contents. Remove stale comments.
1997-03-09 02:23:40 +00:00
mpp
472a3946c4
The CIRCLEQ_ENTRY example was wrong. Part of PR# 2917.
1997-03-09 00:49:00 +00:00
wosch
6576c97bc0
Add comments.
1997-03-09 00:14:00 +00:00
wosch
b3214dac27
Add new variables COMPRESS_CMD and COMPRESS_EXT.
...
bsd.doc.mk:
rename GZIPCMD to DCOMPRESS_CMD, add DCOMPRESS_EXT
bsd.info.mk:
rename GZIPCMD to ICOMPRESS_CMD, add ICOMPRESS_EXT
set INFOTMPL to ${INFODIR}/dir-tmpl
bsd.man.mk
rename ZEXTENSION to MCOMPRESS_EXT, MCOMPRESS to MCOMPRESS_CMD
1997-03-08 23:46:56 +00:00
bde
be1a7b3ece
Don't use a dot in the chown commands. In fact, don't use any commands
...
except `install' at install time. Don't build things at install time.
Install with mode ${NOBINMODE} instead of 444.
1997-03-08 21:41:41 +00:00
bde
1f6d100236
Don't use dot in a chown command. The chown command has been a no-op
...
for years since it is for a symlink.
1997-03-08 19:47:08 +00:00
wosch
22b37bfd18
Enable some aliases.
...
Add example for variable CDPATH, commented out.
1997-03-08 16:35:39 +00:00
guido
f1600b2590
Add my pgp key
1997-03-08 16:27:59 +00:00
wosch
6dc3cd9138
Sync with /etc/mtree/BSD.root.dist.
1997-03-08 15:54:56 +00:00
wosch
56f9fdc5ec
Add variable MAIL.
1997-03-08 14:41:44 +00:00
jkh
c3c0632428
Correct a bogus URL to bash in an example.
1997-03-08 11:44:08 +00:00
jkh
a0a2505c0f
Make enumerated list more cosmetically appealing.
1997-03-07 15:31:17 +00:00
jkh
656f1a9207
Update installation info for upcoming releases.
1997-03-07 12:35:57 +00:00
hanai
0ebd2b1dff
Catch up with the original.
1997-03-07 04:56:58 +00:00
mpp
2876ef66e7
Some minor mdoc cleanup.
1997-03-07 03:32:31 +00:00
jmg
bfd1ca354f
add missing cvs Id lines.
1997-03-07 03:28:23 +00:00
mpp
1bebfc82c7
Update this man page to reflect how setattr manipulates time
...
values after the Lite2 merge.
1997-03-07 03:16:52 +00:00
jmg
89d737b98c
add missing cvs Id lines
1997-03-07 02:53:37 +00:00
jmg
947a87fea3
add missing cvs Id lines.
1997-03-07 02:50:01 +00:00