Check permissions when starting service on RHEL-6

Resolves: #1194699

Conflicts:
	mariadb.spec
This commit is contained in:
Honza Horak 2015-03-17 21:12:09 +01:00
parent 35ddbf6329
commit 97dcf7410b
2 changed files with 3 additions and 1 deletions

View File

@ -1153,6 +1153,8 @@ fi
- Do not use libedit
Related: #1201988
- Let plugin dir to be owned by -common
- Use correct comment in the init script
Related: #1184604
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1:10.0.17-3
- Rebuilt for GCC 5 C++11 ABI change

View File

@ -26,7 +26,7 @@
exec="@bindir@/mysqld_safe"
prog="@DAEMON_NAME@"
# Set timeouts here so they can be overridden from /etc/sysconfig/@DAEMON_NAME@
# Set timeouts here so they can be overridden from @sysconfdir@/sysconfig/@DAEMON_NO_PREFIX@
STARTTIMEOUT=300
STOPTIMEOUT=60