Commit Graph

139 Commits

Author SHA1 Message Date
dillon
1f652fa610 Reviewed by: freebsd-current
Update manual pages for rc(8) and rc.conf(5) based on recent changes
    to rc.local and rc.conf[.local].
1998-12-12 23:26:53 +00:00
msmith
98137ab1d1 Document the new nfs_access_cache variable. 1998-11-15 20:29:27 +00:00
des
8aeb1f4ecc Remove all references to tickadj(8) from rc, rc.conf and rc.conf.5.
Disable building tickadj(8) by removing util from SUBDIR in the xntpd
Makefile. Note that the sources are still there and tickadj can still
be built and installed by doing:

# cd /usr/src/usr.sbin/xntpd/util
# make all install

There are enough references to tickadj in e.g. the xntpd documentation
(not to mention the sysctl variables it uses etc.) that I don't feel
up to implementing the final solution right now.

Kinda-approved-by:	phk
1998-10-08 18:47:30 +00:00
phk
b876394ab2 Here are some scripts and man pages for configuring HARP ATM
interfaces.

Reviewed by:	phk
Submitted by:	Mike Spengler <mks@networkcs.com>
1998-10-06 19:24:31 +00:00
wosch
68cda92e4a Sort cross references. 1998-08-31 16:41:09 +00:00
joerg
9b0b785230 Document sef's recent changes in the corefile naming.
Reviewed by:	sef (well, i believe his `Looks good' was a review result :)
1998-07-21 18:16:16 +00:00
nectar
703a88440f natd_interface can now be specified as either an IP address or
an interface name, so describe that here.
1998-07-08 23:31:28 +00:00
hoek
e254e8010a misc. spelling and grammar gnits. 1998-06-28 21:33:42 +00:00
jkoshy
a0de7ea926 Mention `kern_securelevel' variables in manual page.
Reminded-by: max
1998-06-25 04:27:56 +00:00
hoek
381e7d5def Cross-ref login.conf(5). 1998-06-23 04:39:35 +00:00
ahasty
a75c402e98 Reviewed by: Amancio
Submitted by:	Randall Hopper <rhh@ct.picker.com>
    The patch supports using the X10 Mouse Remote in both stand-alone and
pass-through configurations, so you can plug your mouse and remote into the
same serial port, use the mouse for X, and use the remote for other apps
like Fxtv. For instance, we can now control fxtv via the remote control
just like a TV : change channels, mute, increase volume, zoom video,
freeze frame 8)

     The mouse events are channeled through the syscons/sysmouse I/F like
normal, and the remote buttons are "syphoned off" to a UNIX-domain stream
socket (defined as _PATH_MOUSEREMOTE in <machine/mouse.h>) for a
remote-aware app to grab and use.

For further info on the X10 Mouse Remote see:
http://www.x10.com/products/x10_mk19a.htm
1998-06-14 20:05:27 +00:00
steve
6f5e754491 Correct the description of the last four fields.
PR:		6926
Submitted by:	Josh Gilliam <josh@quick.net>
1998-06-13 19:14:14 +00:00
jkoshy
64f8615387 Removed misleading claim that login classes are no longer implemented.
Added Xref to pw(8).
1998-05-15 09:19:03 +00:00
steve
6b9fca235c Change NBPG to PAGE_SIZE to match one of phk's recent commits.
PR:		6573
Submitted by:	Kazuo Horikawa <horikawa@jp.freebsd.org>
1998-05-11 03:41:51 +00:00
andreas
e10a5f74a6 Overlooked, that newer naming convention is xxx_program instead of xxx_prog.
So changed it to ntpdate_program and xntpd_program.
Backout last change, now we have again named_program, sorry.
1998-05-06 17:36:16 +00:00
andreas
e222e3b541 document ntpdate_prog and xntpd_prog
fix: named_program -> named_prog to reflect "real life"
(I suggest keeping this shorter name convention as it is
actually used in the config file)
1998-05-06 17:26:48 +00:00
steve
c835de3f06 Typo and grammer fixes.
PR:		6482
Submitted by:	Allen Campbell <allenc@verinet.com>
1998-05-03 17:57:39 +00:00
brian
116081d5f2 Add natd support.
PR:		6339
Submitted by:	cdillon@wolves.k12.mo.us
1998-04-18 10:27:19 +00:00
charnier
1ccad14adc .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.
Use .An/.Aq.
1998-03-12 07:31:21 +00:00
jkh
dc96ced4d9 Document rarpd flags. 1998-03-09 08:50:59 +00:00
jkh
f2ffce9385 Typo fixes.
PR:		5951
Submitted by:	Doug <Studded@dal.net>
1998-03-09 02:21:17 +00:00
jkh
d90fc7eec4 Documented moused flags.
Submitted by:	Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1998-03-07 09:04:24 +00:00
jkh
09726f2920 isofs -> cd9660
PR:		5849
Submitted by:	Benjamin Lewis <bhlewis@gte.net>
1998-02-26 02:17:42 +00:00
bde
fe00dbc3ff Update to sort of match reality by literally including <sys/dirent.h>
instead of a pre-BSD4.4 version of <dirent.h>.  The old version had
library goop which is still in <dirent.h>.  See reality if you want
real details.
1998-02-24 02:39:00 +00:00
bde
b4cedfe969 Update to match reality again. 1998-02-24 02:19:02 +00:00
guido
5bccced64d Document new variables forward_sourceroute and accept_sourceroute. While
we're at it: also document the already existing arpproxy.
1998-02-16 19:25:41 +00:00
wollman
0c5a9444e9 Don't install printcap.5 from here. 1998-02-04 15:59:43 +00:00
wollman
9674677a17 Mention nameD_program. 1998-02-04 15:57:13 +00:00
steve
84626e8ad0 Revert previous commit and SEE ALSO yp(4) instead. 1998-01-07 00:57:31 +00:00
steve
3de21281a3 Note in the BUGS section that /etc/ethers has been deprecated and
that using a DNS server is preferred to a static file.

PR:		5233
Obtained from:	partially NetBSD
1998-01-04 17:34:42 +00:00
steve
8d604d6777 (u|w)tmp files are maintained by newsyslog(8).
PR:		5414
1998-01-03 20:31:25 +00:00
alex
410918fc30 Expanded cross references. 1998-01-02 19:22:52 +00:00
bde
41c429ea7e Sorted lists. 1998-01-01 10:45:52 +00:00
bde
55079db420 skey.access.5 has been rotting here for more than 3 years. The version
in libskey is used.
1998-01-01 10:39:40 +00:00
steve
c3178de1e2 Document the new ldconfig_paths variable.
PR:		5178
Submitted by:	Evan Champion <evanc@synapse.net>
1997-12-27 19:50:55 +00:00
jkh
8212d4fa1d Update moused docs.
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1997-12-27 05:55:54 +00:00
alex
6541be1e21 Added cross references for apm, cron, inetd, lpd, moused, mrouted,
nfsd, nfsiod, portmap, rpc.lockd, rpc.statd, syslogd, tickadj, and
ypbind.
1997-12-24 00:59:28 +00:00
wollman
22ba0d8b90 Document the new long names for printcap capabilities. 1997-12-02 21:41:40 +00:00
steve
0f428e70f1 Document the new clear_tmp_enable option in the manpage.
Prodded by:	max
1997-11-16 15:59:58 +00:00
sef
5cb2a472c9 Allow the system to be configured to pass "-n" to kerberos and
kadmind or not; also, only run kadmind on a non-slave server.  Man
page for rc.conf is also updated.

Reviewed by:	Mark Murray
1997-11-07 20:45:48 +00:00
jdp
bc45124a17 Describe "mrouted_flags". 1997-11-02 21:45:31 +00:00
danny
0f800fa826 Make rc.conf man page reflect reality w.r.t firewall_{*}. 1997-10-20 08:37:59 +00:00
joerg
fef7c77457 Improve my hack from rev 1.6 of displayq.c, and make the TCP
connection timeout controllable by a new printcap(5) capability named
`ct' (connectiom timeout), defaulting to 120 seconds (which is the
default TCP connection timeout).

Would anybody see a problem with merging all this into RELENG_2_2?
1997-10-14 16:01:02 +00:00
obrien
cb8e8961fc Add login.conf(5) to "SEE ALSO".
ISSUES:
        An example and better explansion on how to use login classes is needed
        in both passwd.5 and login.conf.5.
1997-10-07 05:35:52 +00:00
wosch
0de5e596d7 Sort cross refereces in section SEE ALSO. 1997-09-29 10:11:02 +00:00
jkh
4fd0689975 D'oh! It works better if you remember to cvs add the file first! ;) 1997-09-11 14:31:55 +00:00
jkh
9f6d1c5c42 OK, it's time to introduce the rc.conf(5) man page and kick the
now-obsolete sysconfig(5) man page out.  If you add new rc.conf variables,
folks, please try to remember to keep the man page up to date.  Thanks!
PR:		4398
1997-09-11 14:30:35 +00:00
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
steve
7a5541cde7 Show the real revision date and not the date that this
manpage is being viewed.
1997-06-23 04:03:49 +00:00
peter
a39eb136c4 Forgot to commit this after last bind/resolver update 1997-05-15 20:05:16 +00:00