Changeset 1869 for alternc/trunk/install/alternc.install
- Timestamp:
- 08/23/07 00:32:12 (6 years ago)
- File:
-
- 1 edited
-
alternc/trunk/install/alternc.install (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/install/alternc.install
r1843 r1869 32 32 etc/postfix/myvirtual.cf etc/postfix/sasl/smtpd.conf" 33 33 fi 34 if [ -e /etc/proftpd .conf ]; then35 CONFIG_FILES="$CONFIG_FILES etc/proftpd .conf etc/welcome.msg"34 if [ -e /etc/proftpd/proftpd.conf ]; then 35 CONFIG_FILES="$CONFIG_FILES etc/proftpd/proftpd.conf etc/proftpd/welcome.msg etc/proftpd/modules.conf" 36 36 fi 37 37 if [ -e /etc/squirrelmail/apache.conf ]; then … … 202 202 203 203 if [ -e /etc/proftpd.conf ] ; then 204 chmod 640 /etc/proftpd .conf204 chmod 640 /etc/proftpd/proftpd.conf 205 205 fi 206 206
Note: See TracChangeset
for help on using the changeset viewer.
