Changeset 3194


Ignore:
Timestamp:
08/06/12 16:12:35 (10 months ago)
Author:
squidly
Message:

Bugfixes gérération vue alias_view

Location:
alternc/trunk/install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/install/alternc.install

    r3189 r3194  
    335335# 
    336336mailname=`cat /etc/mailname` 
    337 mysql_query "update table variable SET value="$mailname" where name='mailname_bounce';"  
     337mysql_query "update table variable SET value='"$mailname"' where name='mailname_bounce';"  
    338338 
    339339####################################################################### 
  • alternc/trunk/install/mysql.sql

    r3189 r3194  
    437437INSERT IGNORE INTO `variable` (name, value, comment) VALUES ('new_email', 0, 
    438438'An email will be sent to this address when new accounts are created if set.'); 
     439 
     440INSERT IGNORE INTO `variable` (name, value, comment) VALUES ('mailname_bounce', '', 
     441'FQDN of the mail server, used to create vhost virtual mail_adress.'); 
    439442 
    440443-- 
Note: See TracChangeset for help on using the changeset viewer.