From 7a5067e888351ae5e5076d067286a08513edb28a Mon Sep 17 00:00:00 2001
From: Giorgos Keramidas <keramida@FreeBSD.org>
Date: Thu, 30 Jun 2005 09:23:14 +0000
Subject: [PATCH] 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)
---
 en_US.ISO8859-1/books/handbook/config/chapter.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>