Changeset 1869


Ignore:
Timestamp:
08/23/07 00:32:12 (6 years ago)
Author:
benjamin
Message:

Fixing etch ftp configuration, Fixes #1046

Location:
alternc/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/etc/alternc/templates/proftpd/proftpd.conf

    r1827 r1869  
    44#  
    55# %%warning_message%% 
    6 # version SARGE 
     6# version ETCH 
     7 
     8# 
     9# Includes required DSO modules. This is mandatory in proftpd 1.3 
     10# 
     11Include /etc/proftpd/modules.conf 
    712 
    813ServerName                      "%%hosting%%" 
     
    1924UseReverseDNS                   off 
    2025IdentLookups                    off 
    21  
     26UseIPv6                         off 
    2227 
    2328TimeoutNoTransfer               600 
  • alternc/trunk/install/alternc.install

    r1843 r1869  
    3232                  etc/postfix/myvirtual.cf etc/postfix/sasl/smtpd.conf" 
    3333fi 
    34 if [ -e /etc/proftpd.conf ]; then 
    35     CONFIG_FILES="$CONFIG_FILES etc/proftpd.conf etc/welcome.msg" 
     34if [ -e /etc/proftpd/proftpd.conf ]; then 
     35    CONFIG_FILES="$CONFIG_FILES etc/proftpd/proftpd.conf etc/proftpd/welcome.msg etc/proftpd/modules.conf" 
    3636fi 
    3737if [ -e /etc/squirrelmail/apache.conf ]; then 
     
    202202 
    203203if [ -e /etc/proftpd.conf ] ; then 
    204     chmod 640 /etc/proftpd.conf 
     204    chmod 640 /etc/proftpd/proftpd.conf 
    205205fi 
    206206 
Note: See TracChangeset for help on using the changeset viewer.