Changeset 1009
- Timestamp:
- 04/25/06 02:55:44 (2 years ago)
- Files:
-
- trunk/install/alternc.install (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/install/alternc.install
r1008 r1009 18 18 CONFIG_FILES="" 19 19 20 if [ -x /etc/init.d/apache ]; then 21 CONFIG_FILES="$CONFIG_FILES etc/apache/httpd.conf etc/php4/apache/php.ini" 22 fi 23 if [ -x /etc/init.d/apache-ssl ]; then 20 if [ -e /etc/apache/httpd.conf ]; then 21 CONFIG_FILES="$CONFIG_FILES etc/apache/httpd.conf" 22 fi 23 if [ -e /etc/php4/apache/php.ini ]; then 24 CONFIG_FILES="$CONFIG_FILES etc/php4/apache/php.ini" 25 fi 26 if [ -e /etc/apache-ssl/httpd.conf ]; then 24 27 CONFIG_FILES="$CONFIG_FILES etc/apache-ssl/httpd.conf" 25 28 fi 26 if [ - x /usr/bin/php4-cgi ]; then29 if [ -e /etc/php4/cgi/php.ini ]; then 27 30 CONFIG_FILES="$CONFIG_FILES etc/php4/cgi/php.ini" 28 31 fi 29 if [ - x /etc/init.d/bind9]; then32 if [ -e /etc/bind/named.conf ]; then 30 33 CONFIG_FILES="$CONFIG_FILES etc/bind/templates/zone.template 31 34 etc/bind/templates/named.template etc/bind/named.conf" 32 35 fi 33 if [ - x /etc/init.d/courier-pop]; then36 if [ -e /etc/courier/authdaemonrc ]; then 34 37 CONFIG_FILES="$CONFIG_FILES etc/courier/authdaemonrc 35 38 etc/courier/authmysqlrc" 36 39 fi 37 if [ - x /etc/init.d/postfix]; then40 if [ -e /etc/postfix/main.cf ]; then 38 41 CONFIG_FILES="$CONFIG_FILES etc/postfix/main.cf etc/postfix/myalias.cf 39 42 etc/postfix/mydomain.cf etc/postfix/mygid.cf 40 43 etc/postfix/myvirtual.cf etc/postfix/sasl/smtpd.conf" 41 44 fi 42 if [ - x /etc/init.d/proftpd]; then45 if [ -e /etc/proftpd.conf ]; then 43 46 CONFIG_FILES="$CONFIG_FILES etc/proftpd.conf etc/welcome.msg" 44 47 fi 45 if [ - d /usr/share/squirrelmail]; then48 if [ -e /etc/squirrelmail/apache.conf ]; then 46 49 CONFIG_FILES="$CONFIG_FILES etc/squirrelmail/apache.conf" 47 50 fi 48 51 49 if [ - x /usr/sbin/saslauthd ]; then52 if [ -e /etc/default/saslauthd ]; then 50 53 CONFIG_FILES="$CONFIG_FILES etc/default/saslauthd" 51 54 fi
