Changeset 2132
- Timestamp:
- 04/14/08 05:22:10 (5 years ago)
- Location:
- alternc/trunk
- Files:
-
- 2 edited
-
debian/config (modified) (1 diff)
-
install/alternc.install (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/debian/config
r2130 r2132 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 -
alternc/trunk/install/alternc.install
r2131 r2132 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
Note: See TracChangeset
for help on using the changeset viewer.
