- Minor tweak to init script for LSB compliance (bz527957)
This commit is contained in:
parent
5aa8b9cddf
commit
381a3d3bb5
@ -1,7 +1,7 @@
|
||||
Summary: The mdadm program controls Linux md devices (software RAID arrays)
|
||||
Name: mdadm
|
||||
Version: 3.0.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.bz2
|
||||
Source1: mdmonitor.init
|
||||
Source2: raid-check
|
||||
@ -83,6 +83,9 @@ fi
|
||||
%attr(0700,root,root) %dir /var/run/mdadm
|
||||
|
||||
%changelog
|
||||
* Tue Dec 01 2009 Doug Ledford <dledford@redhat.com> - 3.0.3-2
|
||||
- Minor tweak to init script for LSB compliance (bz527957)
|
||||
|
||||
* Wed Nov 04 2009 Doug Ledford <dledford@redhat.com> - 3.0.3-1
|
||||
- New upstream release 3.0.3 (bz523320, bz527281)
|
||||
- Update a couple internal patches
|
||||
|
@ -68,6 +68,7 @@ stop ()
|
||||
echo -n "Killing $prog: "
|
||||
killproc mdadm
|
||||
echo
|
||||
rm -f $PIDFILE
|
||||
rm -f /var/lock/subsys/$prog
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user