SHA256
1
0
forked from pool/dmraid
OBS User unknown 2007-07-30 18:29:12 +00:00 committed by Git OBS Bridge
parent 578c428cf5
commit 95553f001b
3 changed files with 9 additions and 2 deletions

View File

@ -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
;;

View File

@ -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

View File

@ -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