From 2f3cc9528e1a18c6e48459caea69c6e0b87134f1 Mon Sep 17 00:00:00 2001 From: Remko Lodder Date: Sun, 6 Mar 2005 12:49:49 +0000 Subject: [PATCH] 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) --- en_US.ISO8859-1/books/handbook/security/chapter.sgml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/security/chapter.sgml b/en_US.ISO8859-1/books/handbook/security/chapter.sgml index 9cda20c8c1..136f68b035 100644 --- a/en_US.ISO8859-1/books/handbook/security/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/security/chapter.sgml @@ -4728,8 +4728,7 @@ drwxr-xr-x 2 robert robert 512 Nov 10 11:54 public_html To begin using Portaudit, one must install it from the Ports Collection: - &prompt.root; cd /usr/ports/security/portaudit && - make install clean + &prompt.root; cd /usr/ports/security/portaudit && make install clean During the install process, the configuration files for &man.periodic.8; will be updated, permitting @@ -5006,14 +5005,11 @@ VII. References must be enabled. To do this, execute the following commands: - &prompt.root; touch - /var/account/acct + &prompt.root; touch /var/account/acct - &prompt.root; accton - /var/account/acct +&prompt.root; accton /var/account/acct - &prompt.root; echo 'accounting_enable="YES"' - >> /etc/rc.conf +&prompt.root; echo 'accounting_enable="YES"' >> /etc/rc.conf Once enabled, accounting will begin to track CPU stats, commands, etc. All accounting