From 70feaf138275094aa72c380e4ee363f0f52226e7 Mon Sep 17 00:00:00 2001 From: Radim Kolar <> Date: Thu, 10 Sep 2009 23:00:27 +0200 Subject: [PATCH] reformat fspd/inetd example a bit --- INSTALL | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index 21ce2fc..26bd704 100644 --- a/INSTALL +++ b/INSTALL @@ -106,18 +106,18 @@ Server Administration: 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 - fsp socket. There will not be a conflict because ftp uses - stream protocol, and fsp uses UDP protocol. The fspd program - in this example is ran under user 'ftp'. + In this sample, the same port number for ftp is used for the + fsp socket. There will not be a conflict because ftp uses + stream protocol, and fsp uses UDP protocol. The fspd program + in this example is ran under user 'ftp'. Many other options controlling the behavior of fspd can be set in the fspd.conf file. Please read the comments in the fspd.conf