5cf3a27631
Thu Feb 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.0.1-4 - s/Copyright/License/ - add "missingok" to the logrotate script, so we don't get errors when nothing has happened Wed Jan 09 2002 Tim Powers <timp@redhat.com> - automated rebuild Wed Nov 28 2001 Bill Nottingham <notting@redhat.com> - initial packaging for RHL, munge included specfile Thu Mar 22 2001 Seth Vidal <skvidal@phy.duke.edu> - updated to 0.0.15 - added entry for vsftpd.8 man page - added entry for vsftpd.log logrotate file - added TUNING file to docs list Wed Mar 07 2001 Seth Vidal <skvidal@phy.duke.edu> - Updated to 0.0.14 - made %files entry for man page Wed Feb 21 2001 Seth Vidal <skvidal@phy.duke.edu> - Updated to 0.0.13 Mon Feb 12 2001 Seth Vidal <skvidal@phy.duke.edu> - Updated to 0.0.12 Wed Feb 07 2001 Seth Vidal <skvidal@phy.duke.edu> - updated to 0.0.11 Thu Feb 01 2001 Seth Vidal <skvidal@phy.duke.edu> - Update to 0.0.10 Thu Feb 01 2001 Seth Vidal <skvidal@phy.duke.edu> - First RPM packaging - Stolen items from wu-ftpd's pam setup - Separated rh 7 and rh 6.X's packages - Built for Rh6
13 lines
276 B
Plaintext
13 lines
276 B
Plaintext
# default: off
|
|
# description: The vsftpd FTP server serves FTP connections. It uses \
|
|
# normal, unencrypted usernames and passwords for authentication.
|
|
service ftp
|
|
{
|
|
disable = yes
|
|
socket_type = stream
|
|
wait = no
|
|
user = root
|
|
server = /usr/sbin/vsftpd
|
|
nice = 10
|
|
}
|