SHA256
1
0
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:
Michal Hrusecky (old before rename to _miska_) 2011-10-18 12:28:51 +00:00 committed by Git OBS Bridge
parent 01662309bf
commit 44ce241bbf
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 || :