brian
a059b2e7c8
Add "options no_tld_query" to resolv.conf.
...
Mention the capability in resolver(5).
Mention that RES_OPTIONS can be used in resolver(5).
Discussed with: -hackers
1997-09-01 01:19:23 +00:00
peter
f8d0d61b62
A first cut at some rules for building elf shared libs. Of particular
...
note, using "-Wl,-f" to generate a library objects list doesn't work
anymore since the hack to ld hasn't been incorporated into binutils-2.8.
(and the -f switch is used for something else already)
This is disabled by default, don't panic! :-)
1997-08-30 23:23:18 +00:00
wosch
dc528f4349
Add an example file for private E-Mail aliases. A user can share
...
~/.mail_aliases with different mail clients (e.g. mutt, mail) and can
make ~/.mailrc readable and keep the aliases private.
1997-08-28 13:36:56 +00:00
bde
f8dbb1299d
Fixed cleandepend target. Subdirectories weren't handled unless SRCS
...
was defined.
1997-08-26 16:54:33 +00:00
asami
cfa61a9518
Add "distclean" to list of targets to descend into subdirs for.
1997-08-22 11:16:15 +00:00
asami
4eef9897c4
(1) Be nicer about mtree file missing. (Actually, just suggest where
...
you can get one from.)
(2) Use "reinstall" as DEPENDS_TARGET if target is "reinstall". In
particular, this will make it possible to do a "make reinstall" on
several NFS clients and have them install all dependencies
correctly.
Tested by: davidn
1997-08-20 03:44:14 +00:00
sos
352ccbafe2
Fix the key marked '9' ')' ']' to produce ascii gs with control.
1997-08-18 16:21:38 +00:00
ache
8eb2262ed1
Add ~/.login_conf prototype with example of l10n (commented out)
1997-08-18 03:07:43 +00:00
jdp
1a1794f7e7
Agnus Dei, qui tollis peccata mundi, dona eis requiem sempiternam.
1997-08-18 00:06:48 +00:00
jdp
7708b374b9
Add new CVSup mirror sites.
1997-08-17 20:26:36 +00:00
steve
b24c9462eb
Note that sticky text executables are no longer supported.
...
PR: docs/4198
Submitted by: Ada T. Lim <ada@not-enough.bandwidth.org>
1997-08-17 00:15:46 +00:00
steve
9fd542625e
Add a slightly modified version of NetBSD's diskless.8 manpage.
...
PR: docs/2153
Obtained from: NetBSD
1997-08-16 23:59:29 +00:00
steve
a0fc28419c
Add a cleandepend target and tidy up a bit.
...
PR: docs/3257
1997-08-16 23:40:26 +00:00
ache
7574acc2f7
Remove LANG settings from here, they must be in login classes instead
1997-08-15 23:41:27 +00:00
wosch
18723c26bb
install dot.shrc
...
Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
1997-08-13 23:16:54 +00:00
adam
d33379b483
typo and reword
...
Submitted by: garbanzo@hooked.net (Alex)
1997-08-12 20:07:22 +00:00
eivind
9e1601990c
Activate the bios.9 manpage.
...
PR: 4215
1997-08-12 18:24:44 +00:00
steve
b1d8579943
Mention vty* in the man page.
...
PR: bin/3741
Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
1997-08-11 01:25:06 +00:00
joerg
64380494c7
Add a man page for sb(4).
...
Submitted by: garbanzo@hooked.net (Alex)
1997-08-10 08:09:01 +00:00
jdp
5518cdfcf3
Add cvsup2.ua.freebsd.org.
...
Rename the MIT mirror to cvsup3.freebsd.org.
1997-08-07 05:12:41 +00:00
asami
f48e1d0fca
Merge buildworld/installworld patch to Makefile from RELENG_2_2. Patch
...
a couple *.mk files to enable -current world building on really old
machines (e.g., 2.1.5).
Reviewed by: too many many people to list here, special thanks to bde
1997-08-05 03:49:49 +00:00
fsmp
257e509090
Add SMP(4) as a link to smp(4).
1997-08-04 21:11:24 +00:00
fsmp
c4bb58b545
Added missing SMP kernel manpage.
...
Mostly a stub at this point, needs alot of work.
Noticed by: Steve Roome steve@visint.co.uk
1997-08-04 21:02:11 +00:00
wosch
6e98b3ef61
Move aliases and shell flags from .profile to .shrc so these settings
...
are effective in interactive non-login shells, e.g. xterm or su(1).
Submitted by: Wolfgang Helbig <helbig@ba-stuttgart.de>
Finally close PR #3740
1997-08-03 18:37:46 +00:00
msmith
280ba13a95
Oops, fix manpage title.
1997-08-01 15:17:54 +00:00
msmith
f0394689ef
Manpage for new BIOS functionality.
...
(Skeletal, could do with some extra references.)
1997-08-01 06:04:08 +00:00
msmith
6e0f88d917
New manpage for the Wavelan (wl) driver.
...
Submitted by: Jim Binkley <jrb@cs.pdx.edu>
1997-08-01 03:32:39 +00:00
asami
bc32d74c9f
Add new ports-german collection.
1997-07-31 09:38:00 +00:00
asami
4632fa4e06
Do not set the application variable LDDESTDIR. Note that it is still honored
...
in a few places (in bsd.lib.mk and bsd.prog.mk); this merely fixed part of
the brokenness by not setting it here.
This fixes building of secure telnetd when DESTDIR is defined.
(Otherwise, it will try to link libtelnet from ${DESTDIR}/usr/lib.)
Reviewed by: bde, jkh
1997-07-31 06:12:04 +00:00
jdp
9f405ed07f
Add cvsup.uk.freebsd.org.
1997-07-31 04:40:11 +00:00
jdp
2d46d6b6b7
Update the list of CVSup mirror sites.
1997-07-30 15:57:35 +00:00
bde
909df620d0
Don't use !empty() on the potentially unset variable MANBUILDCAT. Using
...
it broke "everything" unless MANBUILDCAT was set.
1997-07-25 11:17:12 +00:00
bde
28fd362fe1
Removed a stray `.if' that broke everything.
1997-07-25 10:43:55 +00:00
pst
4660914fa1
Allow optional building of preformatted manual pages.
...
Reviewed by: wosch
1997-07-24 18:39:46 +00:00
phk
d4a7214250
Be systematic here...
1997-07-24 09:50:53 +00:00
jdp
17fac9a743
Add a warning about how to add ports collections to this cvsupfile
...
(and how NOT to add them).
1997-07-22 03:03:13 +00:00
bde
02918ca45b
Added ${KMOD} to CLEANFILES. ${KMOD} gets created if you run `make load'.
1997-07-21 16:04:41 +00:00
jfieber
dd12b6c2e5
Remove SGML tools from -current.
1997-07-19 15:19:08 +00:00
markm
964800d988
Changes for perl-5.004_01
1997-07-17 17:47:36 +00:00
charnier
d6984ce0b4
Document the CMD640 option.
...
PR: kern/3742
Submitted by: helbig@MX.BA-Stuttgart.De
1997-07-15 09:44:05 +00:00
charnier
0715678100
Remove obsolete flag (-g) for ls.
...
PR:conf/3730
Submitted by: helbig@MX.BA-Stuttgart.De
1997-07-15 09:37:02 +00:00
obrien
4e77e69f12
Add description of the link{0,1,2} flags
1997-07-14 23:42:57 +00:00
ache
75986f527f
Add Latin American keyboard
...
PR: 2863
1997-07-14 18:29:56 +00:00
asami
61f12296a0
(1) Add preliminary support for architecture/operating system-dependent
...
patches and files. Note this is just for testing -- I don't
expect "patches.OpenBSD" or "Makefile.alpha" start cropping up on
our ports tree just yet!
Pretty much ignored by: the ports/committers list
(2) Add "SH?=/bin/sh" to the list of command-name macros. Use it.
Checked by: recompiling all packages
1997-07-10 02:29:51 +00:00
wosch
198572e61a
Sync with original source:
...
Add Steven M. Schultz for providing 2.11 BSD manual pages.
Add OpenBSD 2.1, FreeBSD 2.2.2, BSDI 2.0.1 releases.
1997-07-02 14:06:45 +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
bde
17d2759930
Removed temporary SMP header fix.
1997-06-30 23:37:54 +00:00
bde
5dc3d40d7d
Implemented `-c command'.
...
Fixed bitrot (__dead went away; EOF is now wrong for the getopt failure
value).
Moved sleep command to the end of the main loop to avoid mismatch between
main loop and the report loop. There is an extra iteration that could be
used to calibrate the loop overhead, but was used to report wrong results.
Fixed usage message.
1997-06-29 22:43:01 +00:00
obrien
06f8f06446
``-C ${WRKDIR} -xzf'' are no longer the default args for EXTRACT_BEFORE_ARGS
1997-06-29 10:51:55 +00:00
pst
4a9547432a
Make NOSHARED = no / NOSHARED = NO do what you'd expect.
1997-06-28 08:14:10 +00:00