Does away with /etc/default/mysqld, introduces uci configuration instead. The init script receives some further brushing up, like a function (copied from Debian) to get mysqld configuration parameters easily and quickly. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
7 lines
111 B
Text
7 lines
111 B
Text
|
|
config mysqld 'general'
|
|
option enabled '0'
|
|
option log_stderr '1'
|
|
option log_stdout '1'
|
|
option options ''
|
|
|