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

Fixing etch ftp configuration, Fixes #1046

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.