Skip to content

main/mariadb: don't create /var/lib/mysql by adduser, change its perms to 750

Jakub Jirutka requested to merge jirutka/aports:mariadb-fix-datadir into master

adduser automatically copies /etc/skel/* to the create home directory and also creates it with mode 755. That's why it should be created by the package, not pre-install script.

Merge request reports