@ -163,7 +163,8 @@ MARIADB_SERVER_EXTRA := \
mysqlhotcopy \
mysqlhotcopy \
perror \
perror \
replace \
replace \
resolve_stack_dump
resolve_stack_dump \
wsrep_sst_*
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / h o s t - b u i l d . m k
i n c l u d e $( INCLUDE_DIR ) / h o s t - b u i l d . m k
@ -332,6 +333,7 @@ endef
d e f i n e P a c k a g e / m a r i a d b - s e r v e r - b a s e / c o n f f i l e s
d e f i n e P a c k a g e / m a r i a d b - s e r v e r - b a s e / c o n f f i l e s
$( CONF_DIR ) / c o n f . d / 5 0 - s e r v e r . c n f
$( CONF_DIR ) / c o n f . d / 5 0 - s e r v e r . c n f
$( CONF_DIR ) / c o n f . d / 6 0 - g a l e r a . c n f
/ e t c / d e f a u l t / m y s q l d
/ e t c / d e f a u l t / m y s q l d
e n d e f
e n d e f
@ -556,6 +558,8 @@ define Package/mariadb-server-base/install
$( INSTALL_DIR) $( 1) /etc/default
$( INSTALL_DIR) $( 1) /etc/default
$( INSTALL_DIR) $( 1) /etc/init.d
$( INSTALL_DIR) $( 1) /etc/init.d
$( INSTALL_BIN) files/mysqld.init $( 1) /etc/init.d/mysqld
$( INSTALL_BIN) files/mysqld.init $( 1) /etc/init.d/mysqld
$( SED) '/^[a-z]/s/^/#/' $( PKG_INSTALL_DIR) $( SHARE_DIR) /wsrep.cnf
$( INSTALL_CONF) $( PKG_INSTALL_DIR) $( SHARE_DIR) /wsrep.cnf $( 1) $( CONF_DIR) /conf.d/60-galera.cnf
$( INSTALL_CONF) conf/50-server.cnf $( 1) $( CONF_DIR) /conf.d
$( INSTALL_CONF) conf/50-server.cnf $( 1) $( CONF_DIR) /conf.d
$( INSTALL_CONF) conf/mysqld.default $( 1) /etc/default/mysqld
$( INSTALL_CONF) conf/mysqld.default $( 1) /etc/default/mysqld
$( INSTALL_DATA) $( PKG_INSTALL_DIR) $( SHARE_DIR) /charsets/* $( 1) $( SHARE_DIR) /charsets
$( INSTALL_DATA) $( PKG_INSTALL_DIR) $( SHARE_DIR) /charsets/* $( 1) $( SHARE_DIR) /charsets
@ -569,6 +573,7 @@ endef
d e f i n e P a c k a g e / m a r i a d b - s e r v e r - e x t r a / i n s t a l l
d e f i n e P a c k a g e / m a r i a d b - s e r v e r - e x t r a / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_DIR) $( 1) /usr/bin
$( SED) 's,/bin/bash,/bin/sh,g' $( PKG_INSTALL_DIR) /usr/bin/wsrep_sst_*
$( foreach b,$( MARIADB_SERVER_EXTRA) ,$( call Package/mariadb/install/bin,$( 1) ,$( b) ) ; )
$( foreach b,$( MARIADB_SERVER_EXTRA) ,$( call Package/mariadb/install/bin,$( 1) ,$( b) ) ; )
e n d e f
e n d e f