Changeset 2130
- Timestamp:
- 04/14/08 05:12:23 (1 month ago)
- Files:
-
- alternc/trunk/debian/config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/debian/config
r2117 r2130 47 47 # * convert mysql variables into our MYSQL_ naming convention (;s) 48 48 # * print the result (;p) 49 eval `sed -n -e "/=/{s/ *= * /='/;s/\$/'/;s/host/MYSQL_HOST/;s/user/MYSQL_LOGIN/;s/password/MYSQL_PASS/;s/database/MYSQL_DATABASE/;p}" /etc/alternc/my.cnf`49 eval `sed -n -e "/=/{s/ *= *\"?/='/;s/\"?\$/'/;s/host/MYSQL_HOST/;s/user/MYSQL_LOGIN/;s/password/MYSQL_PASS/;s/database/MYSQL_DATABASE/;p}" /etc/alternc/my.cnf` 50 50 fi 51 51
