]> git.pld-linux.org Git - packages/quota.git/commitdiff
- rel 3 auto/th/quota-3_14-3
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 5 Apr 2007 23:49:55 +0000 (23:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cleaned up init script
- added trigger to reset rquota start and stop priority to new values

Changed files:
    quota.spec -> 1.85

quota.spec

index 1020459cadfa31ea54bb8d09508f4f0929302d5b..9b6c06d26b5b4434ba8b886c2e74f8bbb3c69138 100644 (file)
@@ -12,7 +12,7 @@ Summary(uk.UTF-8):    Утиліти системного адміністрато
 Summary(zh_CN.UTF-8):  磁盘使用情况的监控工具
 Name:          quota
 Version:       3.14
-Release:       2
+Release:       3
 Epoch:         1
 License:       BSD
 Group:         Applications/System
@@ -143,7 +143,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %post rquotad
 /sbin/chkconfig --add rquotad
-%service rquotad restart "NFS quota daemon"
+%service rquotad restart "RPC rquotad"
 
 %preun rquotad
 if [ "$1" = "0" ]; then
@@ -151,6 +151,9 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del rquotad
 fi
 
+%triggerpostun rquotad -- %{name}-rquotad < 3.14-3
+/sbin/chkconfig rquotad reset
+
 %files -f quota.lang
 %defattr(644,root,root,755)
 %doc Changelog doc/{quotas-1.eps,quotas.ms} quotatab
This page took 0.064747 seconds and 4 git commands to generate.