PERFORCE change 154051 for review
Rene Ladan
rene at FreeBSD.org
Thu Dec 4 08:07:26 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=154051
Change 154051 by rene at rene_self on 2008/12/04 16:07:17
IFC
Affected files ...
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml#7 integrate
Differences ...
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml#7 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml,v 1.109 2008/10/03 09:56:12 manolis Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml,v 1.110 2008/12/04 15:21:04 manolis Exp $
-->
<chapter id="network-servers">
@@ -4375,7 +4375,22 @@
<para>As explained in <xref linkend="network-inetd-reread">,
the <application>inetd</application> configuration must be reloaded
- after this configuration file is changed.</para>
+ after this configuration file is changed. Please refer to
+ <xref linkend="network-inetd-settings"> for details on enabling
+ <application>inetd</application> on your system.</para>
+
+ <para>Alternatively, <application>ftpd</application> can also be
+ started as a stand-alone server. In this case, it is sufficient to
+ set the appropriate variable in
+ <filename>/etc/rc.conf</filename>:</para>
+
+ <programlisting>ftpd_enable="YES"</programlisting>
+
+ <para>After setting the above variable, the stand-alone server will be
+ started at the next reboot, or it can be started manually by
+ executing the following command as <username>root</username>:</para>
+
+ <screen>&prompt.root; <userinput>/etc/rc.d/ftpd start</userinput></screen>
<para>You can now log on to your FTP server by typing:</para>
More information about the p4-projects
mailing list