Correct the HTML output in the portaudit and process accounting screens.
While there just use one screen for the process accounting which has the same output. Discussed with: #bsddocs (efnet) Approved by: simon (mentor)
This commit is contained in:
parent
5f171096b0
commit
2f3cc9528e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24005
1 changed files with 4 additions and 8 deletions
|
@ -4728,8 +4728,7 @@ drwxr-xr-x 2 robert robert 512 Nov 10 11:54 public_html</programlisting>
|
|||
<para>To begin using <application>Portaudit</application>, one
|
||||
must install it from the Ports Collection:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports/security/portaudit &&
|
||||
make install clean</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports/security/portaudit && make install clean</userinput></screen>
|
||||
|
||||
<para>During the install process, the configuration files for
|
||||
&man.periodic.8; will be updated, permitting
|
||||
|
@ -5006,14 +5005,11 @@ VII. References<co id="co-ref"></programlisting>
|
|||
must be enabled. To do this, execute the following
|
||||
commands:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>touch
|
||||
<filename>/var/account/acct</filename></userinput></screen>
|
||||
<screen>&prompt.root; <userinput>touch <filename>/var/account/acct</filename></userinput>
|
||||
|
||||
<screen>&prompt.root; <userinput>accton
|
||||
<filename>/var/account/acct</filename></userinput></screen>
|
||||
&prompt.root; <userinput>accton <filename>/var/account/acct</filename></userinput>
|
||||
|
||||
<screen>&prompt.root; <userinput>echo 'accounting_enable="YES"'
|
||||
>> <filename>/etc/rc.conf</filename></userinput></screen>
|
||||
&prompt.root; <userinput>echo 'accounting_enable="YES"' >> <filename>/etc/rc.conf</filename></userinput></screen>
|
||||
|
||||
<para>Once enabled, accounting will begin to track
|
||||
<acronym>CPU</acronym> stats, commands, etc. All accounting
|
||||
|
|
Loading…
Reference in a new issue