fix sa manpage - necessary becouse of bug #43294 previous patch for this
bug
This commit is contained in:
parent
e22fdf28a4
commit
422266ee0a
46
psacct-6.3.2-sa-manfix.patch
Normal file
46
psacct-6.3.2-sa-manfix.patch
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
--- acct-6.3.2/sa.8.tio-avio 1997-09-30 01:42:00.000000000 +0200
|
||||||
|
+++ acct-6.3.2/sa.8 2005-02-15 11:46:23.814170360 +0100
|
||||||
|
@@ -24,17 +24,6 @@
|
||||||
|
.B \-\-percentages
|
||||||
|
]
|
||||||
|
[
|
||||||
|
-.B \-d
|
||||||
|
-|
|
||||||
|
-.B \-\-sort-avio
|
||||||
|
-]
|
||||||
|
-.br
|
||||||
|
-[
|
||||||
|
-.B \-D
|
||||||
|
-|
|
||||||
|
-.B \-\-sort-tio
|
||||||
|
-]
|
||||||
|
-[
|
||||||
|
.B \-f
|
||||||
|
|
|
||||||
|
.B \-\-not-interactive
|
||||||
|
@@ -185,12 +174,6 @@
|
||||||
|
.I k
|
||||||
|
cpu-time averaged core usage, in 1k units
|
||||||
|
.TP
|
||||||
|
-.I avio
|
||||||
|
- average number of I/O operations per execution
|
||||||
|
-.TP
|
||||||
|
-.I tio
|
||||||
|
- total number of I/O operations
|
||||||
|
-.TP
|
||||||
|
.I k*sec
|
||||||
|
cpu storage integral (kilo-core seconds)
|
||||||
|
.TP
|
||||||
|
@@ -238,12 +221,6 @@
|
||||||
|
Print percentages of total time for the command's user, system,
|
||||||
|
and real time values.
|
||||||
|
.TP
|
||||||
|
-.B \-d, \-\-sort-avio
|
||||||
|
-Sort the output by the average number of disk I/O operations.
|
||||||
|
-.TP
|
||||||
|
-.B \-D, \-\-sort-tio
|
||||||
|
-Print and sort the output by the total number of disk I/O operations.
|
||||||
|
-.TP
|
||||||
|
.B \-f, \-\-not-interactive
|
||||||
|
When using the `\-\-threshold' option, assume that all answers to
|
||||||
|
interactive queries will be affirmative.
|
@ -12,7 +12,7 @@
|
|||||||
Summary: Utilities for monitoring process activities.
|
Summary: Utilities for monitoring process activities.
|
||||||
Name: psacct
|
Name: psacct
|
||||||
Version: 6.3.2
|
Version: 6.3.2
|
||||||
Release: 35
|
Release: 36
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/acct-6.3.2.tar.gz
|
Source: ftp://ftp.gnu.org/pub/gnu/acct-6.3.2.tar.gz
|
||||||
@ -26,6 +26,7 @@ Patch2: psacct-6.3.2-64bit-fixes.patch
|
|||||||
Patch3: psacct-6.3.2-hzval-fixes2.patch
|
Patch3: psacct-6.3.2-hzval-fixes2.patch
|
||||||
Patch4: acct-6.3.2-pts.patch
|
Patch4: acct-6.3.2-pts.patch
|
||||||
Patch5: psacct-6.3.2-strictmatch.patch
|
Patch5: psacct-6.3.2-strictmatch.patch
|
||||||
|
Patch6: psacct-6.3.2-sa-manfix.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
@ -55,6 +56,7 @@ commmands.
|
|||||||
%patch3 -p1 -b .hz
|
%patch3 -p1 -b .hz
|
||||||
%patch4 -p1 -b .pts
|
%patch4 -p1 -b .pts
|
||||||
%patch5 -p1 -b .strictmatch
|
%patch5 -p1 -b .strictmatch
|
||||||
|
%patch6 -p1 -b .tio-avio
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if ! %{FHS_compliant}
|
%if ! %{FHS_compliant}
|
||||||
@ -159,6 +161,9 @@ fi
|
|||||||
%{_infodir}/accounting.info.gz
|
%{_infodir}/accounting.info.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 15 2005 Ivana Varekova <varekova@redhat.com> 6.3.2-36
|
||||||
|
- fix sa manpage - necessary becouse of bug #43294 and previous patch
|
||||||
|
|
||||||
* Tue Feb 15 2005 Ivana Varekova <varekova@redhat.com> 6.3.2-35
|
* Tue Feb 15 2005 Ivana Varekova <varekova@redhat.com> 6.3.2-35
|
||||||
- fix #147782 logrotate script error
|
- fix #147782 logrotate script error
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user