Blame conf/services/ftpd-messages.conf

Packit Bot ea69bd
###########################################################################
Packit Bot ea69bd
# $Id$
Packit Bot ea69bd
###########################################################################
Packit Bot ea69bd
Packit Bot ea69bd
# You can put comments anywhere you want to.  They are effective for the
Packit Bot ea69bd
# rest of the line.
Packit Bot ea69bd
Packit Bot ea69bd
# this is in the format of <name> = <value>.  Whitespace at the beginning
Packit Bot ea69bd
# and end of the lines is removed.  Whitespace before and after the = sign
Packit Bot ea69bd
# is removed.  Everything is case *insensitive*.
Packit Bot ea69bd
Packit Bot ea69bd
# Yes = True  = On  = 1
Packit Bot ea69bd
# No  = False = Off = 0
Packit Bot ea69bd
Packit Bot ea69bd
Title = "ftpd-messages"
Packit Bot ea69bd
Packit Bot ea69bd
# Which logfile group...
Packit Bot ea69bd
LogFile = messages
Packit Bot ea69bd
Packit Bot ea69bd
*OnlyService = ftpd
Packit Bot ea69bd
*RemoveHeaders
Packit Bot ea69bd
Packit Bot ea69bd
# Set this to 1 if you want to ignore unmatched FTP messages...
Packit Bot ea69bd
$ftpd_ignore_unmatched = 0
Packit Bot ea69bd
Packit Bot ea69bd
########################################################
Packit Bot ea69bd
# This was written and is maintained by:
Packit Bot ea69bd
#    Kirk Bauer <kirk@kaybee.org>
Packit Bot ea69bd
#
Packit Bot ea69bd
# Please send all comments, suggestions, bug reports,
Packit Bot ea69bd
#    etc, to kirk@kaybee.org.
Packit Bot ea69bd
########################################################
Packit Bot ea69bd
Packit Bot ea69bd
# vi: shiftwidth=3 tabstop=3 et