Changeset 3194
- Timestamp:
- 08/06/12 16:12:35 (10 months ago)
- Location:
- alternc/trunk/install
- Files:
-
- 2 edited
-
alternc.install (modified) (1 diff)
-
mysql.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/install/alternc.install
r3189 r3194 335 335 # 336 336 mailname=`cat /etc/mailname` 337 mysql_query "update table variable SET value= "$mailname"where name='mailname_bounce';"337 mysql_query "update table variable SET value='"$mailname"' where name='mailname_bounce';" 338 338 339 339 ####################################################################### -
alternc/trunk/install/mysql.sql
r3189 r3194 437 437 INSERT IGNORE INTO `variable` (name, value, comment) VALUES ('new_email', 0, 438 438 'An email will be sent to this address when new accounts are created if set.'); 439 440 INSERT IGNORE INTO `variable` (name, value, comment) VALUES ('mailname_bounce', '', 441 'FQDN of the mail server, used to create vhost virtual mail_adress.'); 439 442 440 443 --
Note: See TracChangeset
for help on using the changeset viewer.
