Browse Source

fix default configuration

Ralf S. Engelschall 24 years ago
parent
commit
34c1d248fb
2 changed files with 4 additions and 4 deletions
  1. 3 3
      proftpd/proftpd.conf
  2. 1 1
      proftpd/proftpd.spec

+ 3 - 3
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

+ 1 - 1
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