forked from pool/quota
Accepting request 139895 from home:elvigia:branches:Base:System
- 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. OBS-URL: https://build.opensuse.org/request/show/139895 OBS-URL: https://build.opensuse.org/package/show/Base:System/quota?expand=0&rev=29
This commit is contained in:
parent
817b279a96
commit
d88e4b8ba2
@ -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
|
Mon Jun 4 09:42:56 UTC 2012 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
12
quota.spec
12
quota.spec
@ -95,7 +95,7 @@ ln -s %{_sbindir}/{quotacheck,quotaon,quotaoff} ${RPM_BUILD_ROOT}/sbin/
|
|||||||
#installing ldap-scripts
|
#installing ldap-scripts
|
||||||
install -m 755 ldap-scripts/*pl ${RPM_BUILD_ROOT}/usr/sbin/
|
install -m 755 ldap-scripts/*pl ${RPM_BUILD_ROOT}/usr/sbin/
|
||||||
install -m 755 ldap-scripts/edquota_editor ${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
|
ln -s ../../etc/init.d/quotad ${RPM_BUILD_ROOT}/usr/sbin/rcquotad
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
cp SUSE/sysconfig.nfs-quota $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.nfs-quota
|
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
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
|
||||||
%{fillup_and_insserv -f -y boot.quota}
|
|
||||||
|
|
||||||
%post nfs
|
%post nfs
|
||||||
%{fillup_only -an nfs}
|
%{fillup_only -an nfs}
|
||||||
|
|
||||||
%preun
|
|
||||||
%stop_on_removal boot.quota
|
|
||||||
|
|
||||||
%preun nfs
|
%preun nfs
|
||||||
%stop_on_removal quotad
|
%stop_on_removal quotad
|
||||||
|
|
||||||
%postun
|
|
||||||
%{insserv_cleanup}
|
|
||||||
|
|
||||||
%postun nfs
|
%postun nfs
|
||||||
%{insserv_cleanup}
|
%{insserv_cleanup}
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config /etc/quotagrpadmins
|
%config /etc/quotagrpadmins
|
||||||
%config /etc/init.d/boot.quota
|
|
||||||
%config /etc/quotatab
|
%config /etc/quotatab
|
||||||
%config /etc/warnquota.conf
|
%config /etc/warnquota.conf
|
||||||
%doc SUSE/README.SUSE README.* doc
|
%doc SUSE/README.SUSE README.* doc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user