Make <indexterm> more specific with rc files/rc.conf.
Submitted by: Valentino Vaschetto <valentino.vaschetto@windriver.com> Approved by: murray
This commit is contained in:
parent
1853b9bcf6
commit
f760bc9faf
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9892
1 changed files with 8 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml,v 1.1 2001/07/10 02:33:49 murray Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="config-tuning">
|
<chapter id="config-tuning">
|
||||||
|
@ -163,7 +163,10 @@
|
||||||
<sect1 id="configtuning-core-configuration">
|
<sect1 id="configtuning-core-configuration">
|
||||||
<title>Core Configuration</title>
|
<title>Core Configuration</title>
|
||||||
|
|
||||||
<indexterm><primary>rc.conf</primary></indexterm>
|
<indexterm>
|
||||||
|
<primary>rc files</primary>
|
||||||
|
<secondary><filename>rc.conf</filename></secondary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
<para>The principal location for system configuration information
|
<para>The principal location for system configuration information
|
||||||
is within <filename>/etc/rc.conf</filename>. This file
|
is within <filename>/etc/rc.conf</filename>. This file
|
||||||
|
@ -508,7 +511,7 @@ nameserver 147.11.100.30
|
||||||
a local record of Internet names, reducing the need to query
|
a local record of Internet names, reducing the need to query
|
||||||
externally for commonly accessed names.</para>
|
externally for commonly accessed names.</para>
|
||||||
|
|
||||||
<programlisting># $FreeBSD: src/etc/hosts,v 1.13 2000/09/06 18:16:32 nectar Exp $
|
<programlisting># $FreeBSD: doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml,v 1.1 2001/07/10 02:33:49 murray Exp $
|
||||||
#
|
#
|
||||||
# Host Database
|
# Host Database
|
||||||
# This file should contain the addresses and aliases
|
# This file should contain the addresses and aliases
|
||||||
|
@ -567,7 +570,7 @@ nameserver 147.11.100.30
|
||||||
for the &man.syslogd.8; program. It indicates which types
|
for the &man.syslogd.8; program. It indicates which types
|
||||||
of syslog messages are logged to particular log files.</para>
|
of syslog messages are logged to particular log files.</para>
|
||||||
|
|
||||||
<programlisting># $FreeBSD: src/etc/syslog.conf,v 1.16 2001/03/31 04:41:24 murray Exp $
|
<programlisting># $FreeBSD: doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml,v 1.1 2001/07/10 02:33:49 murray Exp $
|
||||||
#
|
#
|
||||||
# Spaces ARE valid field separators in this file. However,
|
# Spaces ARE valid field separators in this file. However,
|
||||||
# other *nix-like systems still insist on using tabs as field
|
# other *nix-like systems still insist on using tabs as field
|
||||||
|
@ -627,7 +630,7 @@ cron.* /var/log/cron
|
||||||
certain periodic time/date.</para>
|
certain periodic time/date.</para>
|
||||||
|
|
||||||
<programlisting># configuration file for newsyslog
|
<programlisting># configuration file for newsyslog
|
||||||
# $FreeBSD: src/etc/newsyslog.conf,v 1.29 2001/02/17 20:27:58 phk Exp $
|
# $FreeBSD: doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml,v 1.1 2001/07/10 02:33:49 murray Exp $
|
||||||
#
|
#
|
||||||
# logfilename [owner:group] mode count size when [ZB] [/pid_file] [sig_num]
|
# logfilename [owner:group] mode count size when [ZB] [/pid_file] [sig_num]
|
||||||
/var/log/cron 600 3 100 * Z
|
/var/log/cron 600 3 100 * Z
|
||||||
|
|
Loading…
Reference in a new issue