diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-01-13 15:31:02 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-01-13 15:31:02 +0000 |
commit | 6f059fa388e04edc0094f3a1d5da02b0d837a20e (patch) | |
tree | 961d1cabe1bf713fdc854060549537a825f40741 /ftp_wizard/scripts/proftpd.conf.default | |
parent | b20391657fbcffc38b35acc1ca09041a92e52905 (diff) | |
download | drakwizard-6f059fa388e04edc0094f3a1d5da02b0d837a20e.tar drakwizard-6f059fa388e04edc0094f3a1d5da02b0d837a20e.tar.gz drakwizard-6f059fa388e04edc0094f3a1d5da02b0d837a20e.tar.bz2 drakwizard-6f059fa388e04edc0094f3a1d5da02b0d837a20e.tar.xz drakwizard-6f059fa388e04edc0094f3a1d5da02b0d837a20e.zip |
put default option in configuration file
Diffstat (limited to 'ftp_wizard/scripts/proftpd.conf.default')
-rw-r--r-- | ftp_wizard/scripts/proftpd.conf.default | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp_wizard/scripts/proftpd.conf.default b/ftp_wizard/scripts/proftpd.conf.default index 0dc72bb1..85443025 100644 --- a/ftp_wizard/scripts/proftpd.conf.default +++ b/ftp_wizard/scripts/proftpd.conf.default @@ -84,9 +84,9 @@ DeleteAbortedStores off #TransferRate STOR,APPE 100 # Some logging formats -SystemLog /var/log/proftpd.log -TransferLog /var/log/xferlog -Extendedlog /var/log/ftp.log +SystemLog /var/log/proftpd/proftpd.log +TransferLog /var/log/proftpd/xferlog +Extendedlog /var/log/proftpd/ftp.log 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" |