]> git.pld-linux.org Git - packages/mysql.git/blobdiff - mysql.spec
- ignore error from mysql restart in %post. it doesn't give any value not having...
[packages/mysql.git] / mysql.spec
index 4c882d298d63901f80c63f45b01acd59dea36b6f..8ff7142994b827d0fef7c59bc14b0fc76c2a2754 100644 (file)
@@ -24,7 +24,7 @@ Summary(zh_CN):       MySQL
 Name:          mysql
 Group:         Applications/Databases
 Version:       4.1.14
-Release:       1
+Release:       2
 License:       GPL + MySQL FLOSS Exception
 Source0:       http://mysql.dataphone.se/Downloads/MySQL-4.1/%{name}-%{version}.tar.gz
 # Source0-md5: 98ba9caea24b0a48ee06bb242ff2e37f
@@ -584,7 +584,7 @@ EOF
 #'
 fi
 
-%service mysql restart
+%service mysql restart || :
 
 %preun
 if [ "$1" = "0" ]; then
This page took 0.067393 seconds and 4 git commands to generate.