]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- mysql.init violates LSB (or whatever) and exits with failure on stop. let the ...
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 9 Jul 2005 23:06:26 +0000 (23:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.285

mysql.spec

index 7ed236004a987bbdad3e1146ff01e599c82898ac..8d609bd42af8e29faf372f25c9d1a3cadd98de55 100644 (file)
@@ -582,7 +582,7 @@ rm -rf $RPM_BUILD_ROOT
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 /sbin/chkconfig --add mysql
 if [ -f /var/lock/subsys/mysql ]; then
-       /etc/rc.d/init.d/mysql restart >&2
+       /etc/rc.d/init.d/mysql restart >&2 || :
 else
        echo "Run \"/etc/rc.d/init.d/mysql start\" to start mysql." >&2
 fi
This page took 0.042949 seconds and 4 git commands to generate.