forked from pool/dmraid
This commit is contained in:
parent
578c428cf5
commit
95553f001b
@ -39,7 +39,7 @@ case "$1" in
|
||||
/sbin/udevsettle --timeout=$DMRAID_DEVICE_TIMEOUT
|
||||
fi
|
||||
echo "Activating dmraid..."
|
||||
$DMRAID -ay $DMRAID_START_OPTIONS
|
||||
$DMRAID -ay -p $DMRAID_START_OPTIONS
|
||||
|
||||
rc_status -v -r
|
||||
;;
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 13:34:11 CEST 2007 - hare@suse.de
|
||||
|
||||
- Do not activate partitions from dmraid; udev handles it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 10:59:13 CEST 2007 - mkoenig@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@ Group: System/Base
|
||||
Autoreqprov: on
|
||||
Summary: A Device-Mapper Software RAID Support Tool
|
||||
Version: 1.0.0.rc14
|
||||
Release: 1
|
||||
Release: 7
|
||||
Source: ftp://people.redhat.com/heinzm/sw/dmraid/src/dmraid-%{version}.tar.bz2
|
||||
Source1: sysconfig.dmraid
|
||||
Source2: boot.dmraid
|
||||
@ -114,6 +114,8 @@ install -m744 %{SOURCE2} $RPM_BUILD_ROOT/etc/init.d/boot.dmraid
|
||||
/etc/init.d/boot.dmraid
|
||||
|
||||
%changelog
|
||||
* Mon Jul 30 2007 - hare@suse.de
|
||||
- Do not activate partitions from dmraid; udev handles it.
|
||||
* Tue Jul 10 2007 - mkoenig@suse.de
|
||||
- update to version 1.0.0.rc14
|
||||
* bugfix release
|
||||
|
Loading…
Reference in New Issue
Block a user