diff --git a/quota.changes b/quota.changes index 0b4a80d..e85d967 100644 --- a/quota.changes +++ b/quota.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 31 15:39:22 UTC 2012 - crrodriguez@opensuse.org + +- boot.quota is obsoleted by systemd-quotacheck + http://www.freedesktop.org/software/systemd/man/systemd-quotacheck.service.html + +- rpc.quota daemon will be migrated to systemd later after investigation + on a saner approach. + ------------------------------------------------------------------- Mon Jun 4 09:42:56 UTC 2012 - sweet_f_a@gmx.de diff --git a/quota.spec b/quota.spec index b1f42c9..96f4eac 100644 --- a/quota.spec +++ b/quota.spec @@ -95,7 +95,7 @@ ln -s %{_sbindir}/{quotacheck,quotaon,quotaoff} ${RPM_BUILD_ROOT}/sbin/ #installing ldap-scripts install -m 755 ldap-scripts/*pl ${RPM_BUILD_ROOT}/usr/sbin/ install -m 755 ldap-scripts/edquota_editor ${RPM_BUILD_ROOT}/usr/sbin/ -cp SUSE/{quotad,boot.quota} ${RPM_BUILD_ROOT}/etc/init.d +cp SUSE/quotad ${RPM_BUILD_ROOT}/etc/init.d ln -s ../../etc/init.d/quotad ${RPM_BUILD_ROOT}/usr/sbin/rcquotad %find_lang %{name} cp SUSE/sysconfig.nfs-quota $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.nfs-quota @@ -103,28 +103,18 @@ cp SUSE/sysconfig.nfs-quota $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.n %clean rm -rf $RPM_BUILD_ROOT -%post -%{fillup_and_insserv -f -y boot.quota} - %post nfs %{fillup_only -an nfs} -%preun -%stop_on_removal boot.quota - %preun nfs %stop_on_removal quotad -%postun -%{insserv_cleanup} - %postun nfs %{insserv_cleanup} %files -f %{name}.lang %defattr(-,root,root) %config /etc/quotagrpadmins -%config /etc/init.d/boot.quota %config /etc/quotatab %config /etc/warnquota.conf %doc SUSE/README.SUSE README.* doc