aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2005-06-30 09:23:14 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2005-06-30 09:23:14 +0000
commit7a5067e888351ae5e5076d067286a08513edb28a (patch)
tree4f4ed53133d46d4a2cf8509ea7ee44a4fed4427d
parent22ceb41b198c9605732c5508a04582870d31b3e1 (diff)
downloaddoc-7a5067e888351ae5e5076d067286a08513edb28a.tar.gz
doc-7a5067e888351ae5e5076d067286a08513edb28a.zip
When pulling a file from /etc/rc.conf it's a good idea to use the full
path to the included file. Suggested by: gsmith@acrelic.com (Gordon Smith)
Notes
Notes: svn path=/head/; revision=24986
-rw-r--r--en_US.ISO8859-1/books/handbook/config/chapter.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/en_US.ISO8859-1/books/handbook/config/chapter.sgml b/en_US.ISO8859-1/books/handbook/config/chapter.sgml
index 4466dbfe8b..9c2609549c 100644
--- a/en_US.ISO8859-1/books/handbook/config/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/config/chapter.sgml
@@ -254,7 +254,7 @@
<itemizedlist>
<listitem><para>rc.conf:</para>
-<programlisting> . rc.conf.site
+<programlisting> . /etc/rc.conf.site
hostname="node15.example.com"
network_interfaces="fxp0 lo0"
ifconfig_fxp0="inet 10.1.1.1"</programlisting></listitem>