Author: gotar Date: Sun Jun 7 19:44:54 2009 GMT Module: packages Tag: HEAD ---- Log message: - use consistent formatting
---- Files affected: packages/proftpd: proftpd.conf (1.17 -> 1.18) ---- Diffs: ================================================================ Index: packages/proftpd/proftpd.conf diff -u packages/proftpd/proftpd.conf:1.17 packages/proftpd/proftpd.conf:1.18 --- packages/proftpd/proftpd.conf:1.17 Sat Apr 29 23:53:31 2006 +++ packages/proftpd/proftpd.conf Sun Jun 7 21:44:49 2009 @@ -1,7 +1,7 @@ # $Id$ -ServerName "ProFTPD" -ServerType standalone +ServerName "ProFTPD" +ServerType standalone DeferWelcome off DefaultServer on @@ -10,40 +10,40 @@ #MultilineRFC2228 on # Port 21 is the standard FTP port. -Port 21 +Port 21 # Umask 022 is a good standard umask to prevent new dirs and files # from being group and world writable. -Umask 022 +Umask 022 # Set the user and group that the server normally runs at. -User ftp -Group ftp +User ftp +Group ftp # use separate auth files instead of system auth -#AuthUserFile /etc/ftpd/passwd -#AuthGroupFile /etc/ftpd/group +#AuthUserFile /etc/ftpd/passwd +#AuthGroupFile /etc/ftpd/group # Normally, we want files to be overwriteable. <Directory /> - AllowOverwrite on + AllowOverwrite on </Directory> # lock users to their homedir -DefaultRoot ~ +DefaultRoot ~ # allow resume uploads and downloads -AllowRetrieveRestart on -AllowStoreRestart on +AllowRetrieveRestart on +AllowStoreRestart on # enable this to have your ftp server FXP gateway. # only enable this if you trust your users as it allows your ftp server to connect anywhere. # DO NOT enable this if you have anonymous logins enabled! -#AllowForeignAddress on +#AllowForeignAddress on # NAT support # http://www.castaglia.org/proftpd/doc/contrib/ProFTPD-mini-HOWTO-NAT.html -#MasqueradeAddress my.domain.com -#PassivePorts 60000 65535 +#MasqueradeAddress my.domain.com +#PassivePorts 60000 65535 # Do not announce server software at logon. for paranoids. #ServerIdent off ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/proftpd/proftpd.conf?r1=1.17&r2=1.18&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
