forked from pool/mariadb
- re-adding static mysql user id
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=54
This commit is contained in:
parent
01662309bf
commit
44ce241bbf
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 14:26:19 CEST 2011 - mhrusecky@suse.cz
|
||||
|
||||
- re-adding static mysql user id
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 2 23:47:02 CEST 2011 - mhrusecky@suse.cz
|
||||
|
||||
|
@ -435,7 +435,7 @@ done
|
||||
%pre
|
||||
#-------------------------------------------------------------------------------
|
||||
/usr/sbin/groupadd -r mysql >/dev/null 2>/dev/null || :
|
||||
/usr/sbin/useradd -r -o -g mysql -c "MySQL database admin" \
|
||||
/usr/sbin/useradd -r -o -g mysql -u 60 -c "MySQL database admin" \
|
||||
-s /bin/false -d /var/lib/mysql mysql 2> /dev/null || :
|
||||
/usr/sbin/usermod -g mysql -s /bin/false mysql || :
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user