]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- use consistent formatting
authorTomasz Pala <gotar@pld-linux.org>
Sun, 7 Jun 2009 19:44:49 +0000 (19:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd.conf -> 1.18

proftpd.conf

index 5d2538480170246f99661f1b1879b00c25089248..9808fd5a2fea9689f41dd4bad6cf2e5efc7f9d95 100644 (file)
@@ -1,7 +1,7 @@
 # $Id$
 
-ServerName                     "ProFTPD"
-ServerType                     standalone
+ServerName             "ProFTPD"
+ServerType             standalone
 DeferWelcome           off
 DefaultServer          on
 
@@ -10,40 +10,40 @@ DefaultServer               on
 #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
This page took 0.032372 seconds and 4 git commands to generate.