Browse Source

fix default configuration

master
parent
commit
34c1d248fb
  1. 6
      proftpd/proftpd.conf
  2. 2
      proftpd/proftpd.spec

6
proftpd/proftpd.conf

@ -34,12 +34,12 @@ TimeoutIdle 1200
LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"
LogFormat write "%h %l %u %t \"%r\" %s %b"
ExtendedLog @l_prefix@/var/proftpd/proftpd.access.log WRITE,READ write
ExtendedLog @l_prefix@/var/proftpd/proftpd.auth.log AUTH auth
TransferLog @l_prefix@/var/proftpd/proftpd.xfer.log
SystemLog @l_prefix@/var/proftpd/proftpd.system.log
<Global>
ExtendedLog @l_prefix@/var/proftpd/proftpd.access.log WRITE,READ write
ExtendedLog @l_prefix@/var/proftpd/proftpd.auth.log AUTH auth
TransferLog @l_prefix@/var/proftpd/proftpd.xfer.log
IdentLookups off
DeferWelcome off
DisplayGoAway @l_prefix@/etc/proftpd/proftpd.msg.goaway

2
proftpd/proftpd.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [REL]
Group: FTP
License: GPL
Version: 1.2.4
Release: 20011201
Release: 20011222
# list of sources
Source0: ftp://ftp.proftpd.net/distrib/proftpd-%{version}.tar.bz2

Loading…
Cancel
Save