From f65d2fa3fd231ba2ec5ec01c42d39d7c02b3fbc1 Mon Sep 17 00:00:00 2001
From: Ben Smithurst <ben@FreeBSD.org>
Date: Wed, 3 Jan 2001 18:37:22 +0000
Subject: [PATCH] I'm not sure where the pathname /usr/local/etc.rd came from. 
 Use the correct path, /usr/local/etc/rc.d

PR:		24041
Submitted by:	Udo Erdelhoff <ue@nathan.ruhr.de>
---
 en_US.ISO8859-1/books/faq/book.sgml  | 4 ++--
 en_US.ISO_8859-1/books/faq/book.sgml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml
index 7bd1a4f94f..933065d87b 100644
--- a/en_US.ISO8859-1/books/faq/book.sgml
+++ b/en_US.ISO8859-1/books/faq/book.sgml
@@ -15,7 +15,7 @@
       </author>
     </authorgroup>
 
-    <pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.131 2000/12/31 03:18:35 ben Exp $</pubdate>
+    <pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.132 2001/01/01 05:09:56 ben Exp $</pubdate>
 
     <abstract>
       <para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X.
@@ -4876,7 +4876,7 @@ device sio5 at isa? port 0x2b8 tty flags 0x501 vector siointr</programlisting>
           <screen>&prompt.root; <userinput>echo named_enable="YES" &gt;&gt; /etc/rc.conf</userinput></screen>
 
           <para>To start up local services in FreeBSD 3.1 or later, place
-            shell scripts in the <filename>/usr/local/etc.rd</filename>
+            shell scripts in the <filename>/usr/local/etc/rc.d</filename>
             directory. These shell scripts should be set executable, and
             end with a .sh. In FreeBSD 3.0 and earlier releases, you should
             edit the <filename>/etc/rc.local</filename> file.</para>
diff --git a/en_US.ISO_8859-1/books/faq/book.sgml b/en_US.ISO_8859-1/books/faq/book.sgml
index 7bd1a4f94f..933065d87b 100644
--- a/en_US.ISO_8859-1/books/faq/book.sgml
+++ b/en_US.ISO_8859-1/books/faq/book.sgml
@@ -15,7 +15,7 @@
       </author>
     </authorgroup>
 
-    <pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.131 2000/12/31 03:18:35 ben Exp $</pubdate>
+    <pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.132 2001/01/01 05:09:56 ben Exp $</pubdate>
 
     <abstract>
       <para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X.
@@ -4876,7 +4876,7 @@ device sio5 at isa? port 0x2b8 tty flags 0x501 vector siointr</programlisting>
           <screen>&prompt.root; <userinput>echo named_enable="YES" &gt;&gt; /etc/rc.conf</userinput></screen>
 
           <para>To start up local services in FreeBSD 3.1 or later, place
-            shell scripts in the <filename>/usr/local/etc.rd</filename>
+            shell scripts in the <filename>/usr/local/etc/rc.d</filename>
             directory. These shell scripts should be set executable, and
             end with a .sh. In FreeBSD 3.0 and earlier releases, you should
             edit the <filename>/etc/rc.local</filename> file.</para>