Commit 3fc47df6 authored by unknown's avatar unknown
Browse files

Merge eherman@bk-internal.mysql.com:/home/bk/mysql-5.1-new

into  mysql.com:/home/eric/fed-txn-mysql-5.1-new

parents ae4494ba 3380fd1d
Loading
Loading
Loading
Loading
+17 −12
Original line number Diff line number Diff line
@@ -512,7 +512,6 @@ then
  if test -x %{_sysconfdir}/init.d/mysql
  then
    %{_sysconfdir}/init.d/mysql stop > /dev/null
  fi

    # Remove autostart of mysql
    # for older SuSE Linux versions
@@ -525,6 +524,7 @@ then
      /sbin/chkconfig --del mysql
    fi
  fi
fi

# We do not remove the mysql user since it may still own a lot of
# database files.
@@ -706,6 +706,11 @@ fi
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog 
* Tue Nov 22 2005 Joerg Bruehe <joerg@mysql.com>

- Extend the file existence check for "init.d/mysql" on un-install
  to also guard the call to "insserv"/"chkconfig".

* Thu Oct 27 2005 Lenz Grimmer <lenz@grimmer.com>

- added more man pages