Whitespace-only fixes, translators please ignore.
This commit is contained in:
parent
60af047086
commit
ffe6849f30
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45037
1 changed files with 52 additions and 51 deletions
|
@ -362,16 +362,16 @@ PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
|
|||
|
||||
<tip>
|
||||
<para>Before using a custom script, make sure it is executable
|
||||
and test it with the limited set of environment variables set
|
||||
by cron. To replicate the environment that would be used to
|
||||
run the above cron entry, use:</para>
|
||||
and test it with the limited set of environment variables
|
||||
set by cron. To replicate the environment that would be
|
||||
used to run the above cron entry, use:</para>
|
||||
|
||||
<programlisting>env -i SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin HOME=/home/<replaceable>dru</replaceable> LOGNAME=<replaceable>dru</replaceable> <replaceable>/usr/home/dru/bin/mycustomscript.sh</replaceable></programlisting>
|
||||
|
||||
<para>The environment set by cron is discussed in &man.crontab.5;.
|
||||
Checking that scripts operate correctly in a cron environment
|
||||
is especially important if they include any commands that delete
|
||||
files using wildcards.</para>
|
||||
<para>The environment set by cron is discussed in
|
||||
&man.crontab.5;. Checking that scripts operate correctly in
|
||||
a cron environment is especially important if they include
|
||||
any commands that delete files using wildcards.</para>
|
||||
</tip>
|
||||
|
||||
<para>When finished editing the crontab, save the file. It
|
||||
|
@ -1206,7 +1206,7 @@ ifconfig_fxp0_alias7="inet 202.0.75.20 netmask 255.255.255.255"</programlisting>
|
|||
|
||||
<sect1 xml:id="configtuning-syslog">
|
||||
<info>
|
||||
<title>Configuring System Logging</title>
|
||||
<title>Configuring System Logging</title>
|
||||
|
||||
<authorgroup>
|
||||
<author>
|
||||
|
@ -1489,18 +1489,18 @@ cron.* /var/log/cron
|
|||
|
||||
<sect2 xml:id="network-syslogd">
|
||||
<info>
|
||||
<title>Configuring Remote Logging</title>
|
||||
<title>Configuring Remote Logging</title>
|
||||
|
||||
<authorgroup>
|
||||
<author>
|
||||
<personname>
|
||||
<firstname>Tom</firstname>
|
||||
<surname>Rhodes</surname>
|
||||
</personname>
|
||||
<contrib>Contributed by </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
</info>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<personname>
|
||||
<firstname>Tom</firstname>
|
||||
<surname>Rhodes</surname>
|
||||
</personname>
|
||||
<contrib>Contributed by </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
</info>
|
||||
|
||||
<para>Monitoring the log files of multiple hosts can become
|
||||
unwieldy as the number of systems increases. Configuring
|
||||
|
@ -2757,9 +2757,9 @@ kern.maxvnodes: 100000</screen>
|
|||
<sect2 xml:id="create-swapfile">
|
||||
<title>Creating a Swap File</title>
|
||||
|
||||
<para>These examples create a 64M swap file
|
||||
called <filename>/usr/swap0</filename> instead
|
||||
of using a partition.</para>
|
||||
<para>These examples create a 64M swap file called
|
||||
<filename>/usr/swap0</filename> instead of using a
|
||||
partition.</para>
|
||||
|
||||
<para>Using swap files requires that the module needed by
|
||||
&man.md.4; has either been built into the kernel or has been
|
||||
|
@ -2829,9 +2829,10 @@ kern.maxvnodes: 100000</screen>
|
|||
</step>
|
||||
|
||||
<step>
|
||||
<para>Swap space will be added on system startup. To enable the swap file immediately, specify a free
|
||||
memory device. Refer to <xref linkend="disks-virtual"/>
|
||||
for more information about memory devices.</para>
|
||||
<para>Swap space will be added on system startup. To
|
||||
enable the swap file immediately, specify a free memory
|
||||
device. Refer to <xref linkend="disks-virtual"/> for
|
||||
more information about memory devices.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mdconfig -a -t vnode -f <replaceable>/usr/swap0</replaceable> -u <replaceable>0</replaceable> && swapon /dev/md<replaceable>0</replaceable></userinput></screen>
|
||||
</step>
|
||||
|
@ -3313,35 +3314,35 @@ acpi_dsdt_name="/boot/DSDT.aml"</programlisting>
|
|||
|
||||
<sect2 xml:id="ACPI-submitdebug">
|
||||
<info>
|
||||
<title>Getting and Submitting Debugging Info</title>
|
||||
<title>Getting and Submitting Debugging Info</title>
|
||||
|
||||
<authorgroup>
|
||||
<author>
|
||||
<personname>
|
||||
<firstname>Nate</firstname>
|
||||
<surname>Lawson</surname>
|
||||
</personname>
|
||||
<contrib>Written by </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<personname>
|
||||
<firstname>Nate</firstname>
|
||||
<surname>Lawson</surname>
|
||||
</personname>
|
||||
<contrib>Written by </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<authorgroup>
|
||||
<author>
|
||||
<personname>
|
||||
<firstname>Peter</firstname>
|
||||
<surname>Schultz</surname>
|
||||
</personname>
|
||||
<contrib>With contributions from </contrib>
|
||||
</author>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<personname>
|
||||
<firstname>Peter</firstname>
|
||||
<surname>Schultz</surname>
|
||||
</personname>
|
||||
<contrib>With contributions from </contrib>
|
||||
</author>
|
||||
|
||||
<author>
|
||||
<personname>
|
||||
<firstname>Tom</firstname>
|
||||
<surname>Rhodes</surname>
|
||||
</personname>
|
||||
</author>
|
||||
</authorgroup>
|
||||
</info>
|
||||
<author>
|
||||
<personname>
|
||||
<firstname>Tom</firstname>
|
||||
<surname>Rhodes</surname>
|
||||
</personname>
|
||||
</author>
|
||||
</authorgroup>
|
||||
</info>
|
||||
|
||||
<indexterm>
|
||||
<primary>ACPI</primary>
|
||||
|
|
Loading…
Reference in a new issue