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>
This commit is contained in:
Ben Smithurst 2001-01-03 18:37:22 +00:00
parent be731c8910
commit f65d2fa3fd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8637
2 changed files with 4 additions and 4 deletions
en_US.ISO8859-1/books/faq
en_US.ISO_8859-1/books/faq

View file

@ -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>

View file

@ -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>