reformat fspd/inetd example a bit

This commit is contained in:
Radim Kolar 2009-09-10 23:00:27 +02:00
parent 74f2acb437
commit 70feaf1382

16
INSTALL
View File

@ -106,18 +106,18 @@ Server Administration:
Sample setup for inetd operation: Sample setup for inetd operation:
In /etc/services file: In /etc/services file:
fsp 21/udp fspd fsp 21/udp fspd
In /etc/inetd.conf file: In /etc/inetd.conf file:
fsp dgram udp wait ftp /usr/local/bin/fspd in.fspd fsp dgram udp wait ftp /usr/local/bin/fspd in.fspd
In this sample, the same port number for ftp is used for the In this sample, the same port number for ftp is used for the
fsp socket. There will not be a conflict because ftp uses fsp socket. There will not be a conflict because ftp uses
stream protocol, and fsp uses UDP protocol. The fspd program stream protocol, and fsp uses UDP protocol. The fspd program
in this example is ran under user 'ftp'. in this example is ran under user 'ftp'.
Many other options controlling the behavior of fspd can be set in Many other options controlling the behavior of fspd can be set in
the fspd.conf file. Please read the comments in the fspd.conf the fspd.conf file. Please read the comments in the fspd.conf