Changeset 1881

Show
Ignore:
Timestamp:
08/23/07 10:25:45 (1 year ago)
Author:
benjamin
Message:

suivi du conseil d'anarcat dans #1013

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/install/alternc.install

    r1880 r1881  
    156156# Initialize database 
    157157# 
    158 #if [ -e /usr/sbin/mysqld ]; then 
     158if [ "$MYSQL_HOST" != "localhost" -o -e /usr/sbin/mysqld ]; then 
    159159    echo "Setup MySQL and database..." 
    160160    /usr/share/alternc/install/mysql.sh "$MYSQL_HOST" "$MYSQL_USER" "$MYSQL_PASS" "$MYSQL_DATABASE" 
    161 #fi 
     161fi 
    162162 
    163163########################################################################