fixed dashes to underscore in Gentoo and FreeBSD

This commit is contained in:
Christer Edwards 2014-01-29 21:22:14 -07:00
parent da48763d29
commit 4b091efbee

View file

@ -15,14 +15,14 @@
},
'Gentoo': {
'server': 'dev-db/mysql',
'mysql-client': 'dev-db/mysql',
'client': 'dev-db/mysql',
'service': 'mysql',
'config': '/etc/mysql/my.cnf',
'python': 'dev-python/mysql-python',
},
'FreeBSD': {
'server': 'mysql56-server',
'mysql-client': 'mysql56-client',
'client': 'mysql56-client',
'service': 'mysql-server',
'config': '/usr/local/etc/my.cnf',
'python': 'pymysql',