Commit Graph

40 Commits

Author SHA1 Message Date
lukem
71e62d7ddb use Dq as appropriate 2000-11-17 10:14:16 +00:00
lukem
ad43a4d74d also note /etc/defaults/rc.conf 2000-10-01 06:04:43 +00:00
thorpej
b2ee6c4c4c Clarify kdc section. 2000-08-11 02:39:27 +00:00
itojun
62037f7722 kdc superseded kerberos. not sure if the description is 100% right. 2000-08-11 02:25:52 +00:00
lukem
9d49c249d7 document sshd. add note that whilst sshd & gated are not part of the base
system they are available in the optional package collection.
2000-08-08 19:01:03 +00:00
lukem
5ab1f61ba2 * update to match etc/rc.conf
* clean up formatting
2000-07-26 06:34:47 +00:00
enami
d8ff8a05d4 Sync with reality:
- Remove update and defcorename.
- portmap is replaced with rpcbind.
- xntpd is replaced with ntpd.
- Add clear_tmp and postfix.
- Remove description about nfsiod and describe that the number of
  asynchronous i/o server is controlled via sysctl.
Cosmetic changes:
- Remove an empty line in the source.
- Break line at the end of statement.
2000-07-03 07:16:04 +00:00
itojun
c60ddc2403 remove ip6defaultif configuration. because:
- ndp is in /usr/sbin, chokes on NFS-mounted /usr installation
- the option is just for IPv6 specification geek, not for normal users
2000-06-20 16:48:14 +00:00
itojun
beb03d9f22 add ipsec configuration. 2000-06-13 16:33:18 +00:00
itojun
a3aa7fe66f add ip6defaultif configuration variable in rc.conf, for configuring
default outgoing interface for IPv6 host when default router list is empty.

the configuration is just for very rare case.  it is safe to leave it empty.
2000-02-13 07:47:26 +00:00
itojun
7d772b8656 recommend ifconfig_ifN over ifaliases_ifN, for non-IPv4 cases as well.
ifaliases_ifN does not cover p2p case.
2000-02-11 03:14:02 +00:00
itojun
e9056d34cb change IPv6 configuration syntax to avoid ambiguity.
ip6mode=host: IPv6 host
ip6mode=autohost: IPv6 host, with autoconfig
ip6mode=router: IPv6 router

backward compatibility to "ip6forwading" is provided.
2000-02-05 17:02:42 +00:00
itojun
c683c60c73 recommend use of multi-line /etc/ifconfig.xxN than /etc/ifaliases, or
$ifaliases_xxN in /etc/rc.conf.
(no behavior change in /etc/netstart, comments only)

see recent tech-userlevel for discussions.
1999-11-29 01:40:33 +00:00
lukem
ba16b62d8f - document $accounting, $dmesg (and $dmesg_flags)
- cull copyright.
1999-11-23 08:12:22 +00:00
bouyer
510907ed01 Document CTL_PROC, the core filename format it core(5), and xref sysctl(8),
sysctl(3), core(5) in various place.
Document 'options DEFCORENAME' inj options(4) and $defcorename in rc.conf(5).
1999-09-28 14:52:32 +00:00
itojun
f043b1bf0b document rtsold.
improve rtsol section.
1999-09-03 14:36:43 +00:00
itojun
94e64335b4 add IPv6 configuration (ip6forwarding, rtsol, route6d and rtadvd).
Right now netsetart does not bother you even if you do not have
"options INET6" in the kernel.
1999-07-03 03:29:29 +00:00
mellon
c9da010ab6 Document new variables required to automate DHCP client startup. 1999-03-24 17:29:07 +00:00
is
0964728c64 domestic'' is a relative specification 1999-03-18 20:30:22 +00:00
garbled
7a1aea16bc More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-17 20:19:44 +00:00
lukem
21d8edf42e use .Ss to separate subsections, add TNF copyright for bits i've added 1999-02-15 12:42:12 +00:00
mrg
eddf0f4e2c increase the securelevel (using the same rules as before) much earlier in the
boot process.  before cron, sendmail, inetd, etc, are run, but after lkms are
loaded.  this avoids the chances of `@reboot', mail .forwards, remote logins,
etc., happening before the securelevel has been raised.
1999-01-31 08:46:58 +00:00
lukem
abda4deb17 reference nsswitch.conf(5) as necessary
change references from YP to NIS.
1999-01-16 14:16:41 +00:00
fair
fa72f5de98 fix bad .Xr references 1998-04-29 11:33:55 +00:00
mrg
a8e990c9b5 document "screenblank." 1998-04-07 04:47:53 +00:00
mrg
c8bd86bc0c document critical_filesystems and no_swap 1997-11-23 04:18:14 +00:00
mrg
ec406750b1 document ppp_peers 1997-11-17 17:45:34 +00:00
jonathan
6ba565c4d3 Add options to rc.conf and rc to start xfs (x font server) and xdm.
Add entries to rc.conf.5.
While we're here, note that the domestic kerberos damons are still
Kerberos IV, not kerberos version 5.
1997-11-11 02:28:58 +00:00
mrg
74f573d85d remove advertising clause from all my licenses. 1997-10-10 05:39:47 +00:00
mikel
0658ff6a8b make some changes, from Enami Tsugutomo in PR misc/4066.
I also made some changes of my own.
1997-09-02 03:03:49 +00:00
cjs
c3b0e18db8 Split rc.conf variables for starting programs into two: an on/off
switch and a set of flags. Get rid of DEFAULT flags entirely. Print
warnings if on/off switches are not set, or are set incorrectly.
Add a shell function to simplify this on/off switch testing.
1997-08-29 02:24:04 +00:00
lukem
6de0bcebfd document $hostname, $domainname, $defaultroute and $ifaliases_XXX 1997-05-12 11:28:19 +00:00
mikel
698eafc238 update to match reality. changes include:
- add missing update_motd and ntpdate_hosts variables
- fix incorrect variable names (syslogd_flags and kerberos_server)
- xntpd(8) has been integrated
- kerberos_server is no longer used by rc.local
- add some xrefs
plus some misc. cleanup.
1997-05-12 05:21:51 +00:00
cjs
8075b68cc3 Move network interface config after programs run on boot-up, to match
the order this actually happens in at boot time. Fix a few minor typos.
1997-04-02 02:02:51 +00:00
perry
98a833ca5c document net_interfaces, ifconfig_* 1997-04-01 20:17:43 +00:00
cjs
cdd442b698 Re-write. 1997-03-23 07:57:22 +00:00
cjs
9da2a1ed80 Rewrote second paragraph, and added mopd in a new format. All the other
entries will be converted soon after feedback is received.
1997-03-17 01:22:49 +00:00
scottr
d35d739042 Document statd_flags and lockd_flags 1997-03-10 07:06:17 +00:00
tls
b27eb547ea change rc.conf.5 to reflect change to Kerberos stuff in rc.local, as per mrg 1997-01-07 05:37:36 +00:00
mrg
5fb9b57376 add man pages for mostly new and some old configuration files. 1997-01-05 11:50:12 +00:00