fix installation of the device_cio_free systemd unit

This commit is contained in:
Dan Horák 2011-04-27 10:58:35 +02:00
parent c46bddaf55
commit ffb1d0d0c7

View File

@ -515,10 +515,10 @@ for lnk in dasd zfcp znet; do
done done
popd popd
mkdir -p ${RPM_BUILD_ROOT}/lib/systemd/system mkdir -p ${RPM_BUILD_ROOT}/lib/systemd/system
mkdir -p ${RPM_BUILD_ROOT}/etc/systemd/system/sysinit.target.wants mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/systemd/system/sysinit.target.wants
install -p -m 644 %{SOURCE15} ${RPM_BUILD_ROOT}/lib/systemd/system install -p -m 644 %{SOURCE15} ${RPM_BUILD_ROOT}/lib/systemd/system
pushd ${RPM_BUILD_ROOT}/etc/systemd/system/sysinit.target.wants pushd ${RPM_BUILD_ROOT}%{_sysconfdir}/systemd/system/sysinit.target.wants
ln -sf /lib/systemd/system/%{SOURCE15} %{SOURCE15} ln -sf /lib/systemd/system/device_cio_free.service device_cio_free.service
popd popd
# ccw # ccw
@ -801,7 +801,8 @@ fi
/sbin/device_cio_free /sbin/device_cio_free
/sbin/zfcp_cio_free /sbin/zfcp_cio_free
/sbin/znet_cio_free /sbin/znet_cio_free
%{_sysconfdir}/init/device_cio_free.conf /lib/systemd/system/device_cio_free.service
%{_sysconfdir}/systemd/system/sysinit.target.wants/device_cio_free.service
/lib/udev/ccw_init /lib/udev/ccw_init
/lib/udev/rules.d/81-ccw.rules /lib/udev/rules.d/81-ccw.rules