Changeset 1717
- Timestamp:
- 07/08/06 11:22:58 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/install/alternc.install
r1572 r1717 19 19 CONFIG_FILES="etc/alternc/bureau.conf" 20 20 21 if [ -e /etc/apache/httpd.conf ]; then22 CONFIG_FILES="$CONFIG_FILES etc/apache/httpd.conf"23 fi24 21 if [ -e /etc/php4/apache/php.ini ]; then 25 22 CONFIG_FILES="$CONFIG_FILES etc/php4/apache/php.ini" 26 fi27 if [ -e /etc/apache-ssl/httpd.conf ]; then28 CONFIG_FILES="$CONFIG_FILES etc/apache-ssl/httpd.conf"29 23 fi 30 24 if [ -e /etc/php4/cgi/php.ini ]; then
