From ue@nathan.ruhr.de  Wed Jan  3 03:14:07 2001
Return-Path: <ue@nathan.ruhr.de>
Received: from mail.ruhr.de (in-ruhr3.ruhr.de [212.23.134.2])
	by hub.freebsd.org (Postfix) with SMTP id 7B59737B400
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Jan 2001 03:14:06 -0800 (PST)
Received: (qmail 4562 invoked by alias); 3 Jan 2001 11:13:14 -0000
Received: (from ue@localhost)
	by nathan.ruhr.de (8.11.0/8.11.0) id f03BFLw51956;
	Wed, 3 Jan 2001 12:15:21 +0100 (CET)
	(envelope-from ue)
Message-Id: <200101031115.f03BFLw51956@nathan.ruhr.de>
Date: Wed, 3 Jan 2001 12:15:21 +0100 (CET)
From: Udo Erdelhoff <ue@nathan.ruhr.de>
Reply-To: ue@nathan.ruhr.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: Wrong path in FAQ (startup-config-files)
X-Send-Pr-Version: 3.2

>Number:         24041
>Category:       docs
>Synopsis:       Wrong path in FAQ
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 03 03:20:01 PST 2001
>Closed-Date:    Wed Jan 3 18:37:28 GMT 2001
>Last-Modified:  Wed Jan 03 18:37:43 GMT 2001
>Originator:     Udo Erdelhoff
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
FreeBSD German Documentation Projekt
>Environment:

doc/en_US.ISO_8859-1/books/faq/book.sgml, revision 1.132
Chapter seven, first question

>Description:

The answer to the question "Where are the system start-up configuration
files?" gives "/usr/local/etc.rd" as the directory for local startup
files. That should be "/usr/local/etc/rc.d". Patch below

The typo was found by Dirk Gouders <hank@musashi.et.bocholt.fh-ge.de>
during a review of the German version of the FAQ.

>How-To-Repeat:

Read the FAQ

>Fix:

Index: book.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO_8859-1/books/faq/book.sgml,v
retrieving revision 1.132
diff -u -r1.132 book.sgml
--- book.sgml   2001/01/01 05:09:56     1.132
+++ book.sgml   2001/01/03 11:04:09
@@ -4876,7 +4876,7 @@
           <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>


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ben 
State-Changed-When: Wed Jan 3 18:37:28 GMT 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=24041 
>Unformatted:
