File: 08-scripts.patch

package info (click to toggle)
sysstat 11.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,916 kB
  • ctags: 2,690
  • sloc: ansic: 25,138; sh: 1,094; tcl: 756; makefile: 559; perl: 257; python: 202
file content (22 lines) | stat: -rw-r--r-- 511 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Robert Luberda <robert@debian.org>
Date: Tue, 23 Mar 2010 22:04:47 +0100
Subject: 08-scripts

Minor sa2 script fixes.
---
 sa2.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sa2.in b/sa2.in
index a93beaa..cd67015 100644
--- a/sa2.in
+++ b/sa2.in
@@ -45,7 +45,7 @@ ENDIR=@bindir@
 cd ${ENDIR}
 if [ x${REPORTS} != xfalse ]
 then
-	${ENDIR}/sar $* -f ${DFILE} > ${RPT}
+	${ENDIR}/sar.sysstat "$@" -f ${DFILE} > ${RPT}
 fi
 
 SAFILES_REGEX='/sar?[0-9]{2,8}(\.(Z|gz|bz2|xz|lz|lzo))?$'