8ee1ed6e12
Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 1.1.3-7 - provide /var/ftp & /var/ftp/pub. obsolete anonftp. Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 1.1.3-6 - clean up comments in init script (#83962) Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Mon Dec 30 2002 Florian La Roche <Florian.LaRoche@redhat.de> - change to /etc/rc.d/init.d for better compatibility Mon Dec 16 2002 Bill Nottingham <notting@redhat.com> 1.1.3-3 - fix initscript perms - fix typo in initscript (#76587) Fri Dec 13 2002 Bill Nottingham <notting@redhat.com> 1.1.3-2 - update to 1.1.3 - run standalone, don't run by default - fix reqs Fri Nov 22 2002 Joe Orton <jorton@redhat.com> 1.1.0-3 - fix use with xinetd-ipv6; add flags=IPv4 in xinetd file (#78410)
14 lines
294 B
Plaintext
14 lines
294 B
Plaintext
# default: off
|
|
# description: The vsftpd FTP server serves FTP connections. It uses \
|
|
# normal, unencrypted usernames and passwords for authentication.
|
|
service ftp
|
|
{
|
|
socket_type = stream
|
|
wait = no
|
|
user = root
|
|
server = /usr/sbin/vsftpd
|
|
nice = 10
|
|
disable = yes
|
|
flags = IPv4
|
|
}
|