Fix path for sysconfig file

This commit is contained in:
Honza Horak 2015-01-24 23:02:07 +01:00
parent 5870f56b23
commit aa64b0065d

View File

@ -34,7 +34,9 @@ STOPTIMEOUT=60
MYUSER=mysql MYUSER=mysql
MYGROUP=mysql MYGROUP=mysql
[ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog # Edit the following file in order to re-write some of the environment
# variables defined above, like $STARTTIMEOUT, $STOPTIMEOUT, $exec
[ -e @sysconfdir@/sysconfig/$prog ] && . @sysconfdir@/sysconfig/$prog
lockfile=/var/lock/subsys/$prog lockfile=/var/lock/subsys/$prog