Changeset 2128
- Timestamp:
- 04/14/08 05:01:13 (1 month ago)
- Files:
-
- alternc/trunk/install/alternc.install (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/install/alternc.install
r2117 r2128 91 91 # * convert mysql variables into our MYSQL_ naming convention (;s) 92 92 # * print the result (;p) 93 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`93 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` 94 94 fi 95 95
