Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 375565 | Differences between
and this patch

Collapse All | Expand All

(-)etc/conf.d/pure-ftpd.orig (-1 / +6 lines)
Lines 46-58 Link Here
46
## Set the charset of the filesystem.
46
## Set the charset of the filesystem.
47
# CHARCONV="--fscharset <charset>"
47
# CHARCONV="--fscharset <charset>"
48
48
49
## If you like to use ext auth programm, uncomment the followin lines
50
#EXTAUTH_SOCK="/var/run/pure-ftpd/pure-extauth.sock"
51
#EXTAUTH_SCRIPT="/usr/local/sbin/pure-ftpd-authhandler"
52
53
49
## If you want to process each file uploaded through Pure-FTPd, enter the name
54
## If you want to process each file uploaded through Pure-FTPd, enter the name
50
## of the script that should process the files below.
55
## of the script that should process the files below.
51
## man pure-uploadscript to learn more about how to write this script.
56
## man pure-uploadscript to learn more about how to write this script.
52
# UPLOADSCRIPT="/path/to/uploadscript"
57
# UPLOADSCRIPT="/path/to/uploadscript"
53
58
54
## Misc. Others ##
59
## Misc. Others ##
55
MISC_OTHER="-A -x -j -R -Z"
60
MISC_OTHER="-A -x -j -R -E -d"
56
61
57
#
62
#
58
# Use these inside $MISC_OTHER
63
# Use these inside $MISC_OTHER

Return to bug 375565