diff options
| author | Floris Bos <bos@je-eigen-domein.nl> | 2016-09-14 00:03:50 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-09-18 19:35:58 +0200 |
| commit | cd741df4bb8d0497c57f77c691ce6faa4c9a3934 (patch) | |
| tree | 1e63cba569950d9e8ffdd17ce5d466b326a5cd4f /package/mysql/S97mysqld | |
| parent | 1e03cc2290f98fc7434254d2abd9afd504de8360 (diff) | |
| download | buildroot-cd741df4bb8d0497c57f77c691ce6faa4c9a3934.tar.gz buildroot-cd741df4bb8d0497c57f77c691ce6faa4c9a3934.zip | |
package/mysql: add MYSQL_SOCKET variable
Add MYSQL_SOCKET variable with MySQL socket location
Signed-off-by: Floris Bos <bos@je-eigen-domein.nl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mysql/S97mysqld')
| -rw-r--r-- | package/mysql/S97mysqld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mysql/S97mysqld b/package/mysql/S97mysqld index 1d87e68d96..5a660e9424 100644 --- a/package/mysql/S97mysqld +++ b/package/mysql/S97mysqld @@ -9,7 +9,7 @@ case "$1" in # mysqld runs as user mysql, but /run is only writable by root # so create a subdirectory for mysql. - install -d -o mysql -g root -m 0700 /run/mysql + install -d -o mysql -g root -m 0755 /run/mysql # We don't use start-stop-daemon because mysqld has # its own wrapper script. |

