- add the documentation fix init script
This commit is contained in:
parent
aaffc9963c
commit
82e4995c4e
@ -9,6 +9,11 @@
|
|||||||
# short-description: Starts and stops process accounting
|
# short-description: Starts and stops process accounting
|
||||||
|
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
|
# Required-Start:
|
||||||
|
# Required-Stop:
|
||||||
|
# Provides: psacct
|
||||||
|
# Default-Start:
|
||||||
|
# Default-Stop: 0 1 2 3 4 5 6
|
||||||
# Description: Starts and stops process accounting
|
# Description: Starts and stops process accounting
|
||||||
# Short-Description: Starts and stops process accounting
|
# Short-Description: Starts and stops process accounting
|
||||||
### END INIT INFO
|
### END INIT INFO
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
Summary: Utilities for monitoring process activities
|
Summary: Utilities for monitoring process activities
|
||||||
Name: psacct
|
Name: psacct
|
||||||
Version: 6.5.4
|
Version: 6.5.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: ftp://ftp.gnu.org/pub/gnu/acct/
|
URL: ftp://ftp.gnu.org/pub/gnu/acct/
|
||||||
@ -125,6 +125,7 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
%doc README COPYING
|
||||||
%if %{FHS_compliant}
|
%if %{FHS_compliant}
|
||||||
%dir /var/account
|
%dir /var/account
|
||||||
%endif
|
%endif
|
||||||
@ -153,6 +154,10 @@ fi
|
|||||||
%{_infodir}/accounting.info.gz
|
%{_infodir}/accounting.info.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 5 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 6.5.4-2
|
||||||
|
- add the documentation
|
||||||
|
fix init script
|
||||||
|
|
||||||
* Fri Feb 12 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 6.5.4-1
|
* Fri Feb 12 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 6.5.4-1
|
||||||
- update to 6.5.4
|
- update to 6.5.4
|
||||||
- remove obsolete patches
|
- remove obsolete patches
|
||||||
|
Loading…
Reference in New Issue
Block a user