mariadb: minor whitespace and typo fixes
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
parent
a66fd0f835
commit
357fa2930c
3 changed files with 24 additions and 25 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=mariadb
|
||||
PKG_VERSION:=10.9.8
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL := https://archive.mariadb.org/$(PKG_NAME)-$(PKG_VERSION)/source
|
||||
|
|
|
@ -6,8 +6,7 @@ config mysqld 'general'
|
|||
option user 'mariadb'
|
||||
# Group to run MariaDB
|
||||
option group 'mariadb'
|
||||
# If there is now database, create an empty one automatically
|
||||
# If there is no database, create an empty one automatically
|
||||
option init '1'
|
||||
# If upgrading old database, run mysql_upgrade during restart
|
||||
option upgrade '1'
|
||||
|
||||
|
|
Loading…
Reference in a new issue