CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
ports
/
opt-arm.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
mysql: fixed patch name
[ports/opt-arm.git]
/
mysql
/
pre-install
Commit
Line
Data
825e3023
VM
1
#!/bin/sh
2
3
getent group mysql || /usr/sbin/groupadd -g 46 mysql
4
getent passwd mysql || /usr/sbin/useradd -g mysql -u 46 -d /var/lib/mysql -s /bin/false mysql
5
/usr/bin/passwd -l mysql
6