summaryrefslogtreecommitdiffstats
path: root/projectroot/etc/passwd
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2016-05-24 12:54:32 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-05-26 10:29:21 +0200
commit875ab2e43c7c3355e70deb0ec56ae3cfb015fba5 (patch)
tree72840f9d39a5357d6e36e4a8784985383a582565 /projectroot/etc/passwd
parent5428e98276eba3cc17ede77ce4c14451295a2d14 (diff)
downloadptxdist-875ab2e43c7c3355e70deb0ec56ae3cfb015fba5.tar.gz
ptxdist-875ab2e43c7c3355e70deb0ec56ae3cfb015fba5.tar.xz
mySQL: exhume a gone package by updating it to a new release
After the remove of the old package from the staging area this change adds a new release of the mySQL package. Its intended and checked on a read-only root filesystem with write access in "/var/mysql" only. The database engine runs as a regular user and does not need root permissions. Due to its dependency to boost_1_59_0 it uses exactly this version and the already present boost lib in PTXdist isn't used. Be aware: its buildsystem uses a huge amount of memory. If your host is low on memory don't forget to build this package with the '-ji1' parameter. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'projectroot/etc/passwd')
-rw-r--r--projectroot/etc/passwd1
1 files changed, 1 insertions, 0 deletions
diff --git a/projectroot/etc/passwd b/projectroot/etc/passwd
index d8ccb408d..b75ed9f45 100644
--- a/projectroot/etc/passwd
+++ b/projectroot/etc/passwd
@@ -3,6 +3,7 @@ daemon:x:1:1:daemon:/usr/sbin:/bin/sh
ftp:x:11:101:ftp user:/home:/bin/false
www:x:12:102:www user:/home:/bin/false
sshd:x:100:65534:SSH Server:/var/run/sshd:/bin/false
+mysql:x:101:117:mySQL Server:/var/run/mysql:/bin/false
messagebus:x:103:104:messagebus:/dev/null:/bin/false
systemd-network:x:202:202:systemd-network:/dev/null:/bin/false
systemd-resolve:x:203:65534:systemd-resolve:/dev/null:/bin/false