aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/handbook/audit/chapter.xml
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-01-28 19:42:38 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-01-28 19:42:38 +0000
commit7e1c3e60359dcb765ab96c80ec05a5aaf315aa50 (patch)
tree23816367fd65dcd5c4508b939d0347e9e6b0d11a /en_US.ISO8859-1/books/handbook/audit/chapter.xml
parent4d031f45b0f28f22bd6491d19d196d4cd2432a3c (diff)
downloaddoc-7e1c3e60359dcb765ab96c80ec05a5aaf315aa50.tar.gz
doc-7e1c3e60359dcb765ab96c80ec05a5aaf315aa50.zip
Prefer the use of service(1) to explicit invocation of /etc/rc.d
scripts: service(1) puts things in one place and abstracts them. Also, it's less typing and easier to autocomplete. While here modernize script examples by removing the ".sh" suffix. Discussed on: -doc Reviewed by: bjk (prior version) Approved by: bcr (mentor)
Notes
Notes: svn path=/head/; revision=40792
Diffstat (limited to 'en_US.ISO8859-1/books/handbook/audit/chapter.xml')
-rw-r--r--en_US.ISO8859-1/books/handbook/audit/chapter.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/en_US.ISO8859-1/books/handbook/audit/chapter.xml b/en_US.ISO8859-1/books/handbook/audit/chapter.xml
index 646fb9d987..642ce6978d 100644
--- a/en_US.ISO8859-1/books/handbook/audit/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/audit/chapter.xml
@@ -211,7 +211,7 @@ requirements. -->
<para>Audit support must then be started by a reboot, or by
manually starting the audit daemon:</para>
- <programlisting>/etc/rc.d/auditd start</programlisting>
+ <programlisting>service auditd start</programlisting>
</sect1>
<sect1 id="audit-config">