diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-05-06 04:08:16 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-05-06 04:08:16 +0000 |
commit | 04662f204e1130a317c1264c7339ec74159a6b52 (patch) | |
tree | 5de841a768674e01f84acad3aa7112176c8a0ece /app-admin/sysstat/files | |
parent | EAPI=2 (diff) | |
download | gentoo-2-04662f204e1130a317c1264c7339ec74159a6b52.tar.gz gentoo-2-04662f204e1130a317c1264c7339ec74159a6b52.tar.bz2 gentoo-2-04662f204e1130a317c1264c7339ec74159a6b52.zip |
Change sa1 and sa2 paths in crontab example (bug #268568).
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'app-admin/sysstat/files')
-rw-r--r-- | app-admin/sysstat/files/crontab | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-admin/sysstat/files/crontab b/app-admin/sysstat/files/crontab index 98ddad096b44..99e88345160f 100644 --- a/app-admin/sysstat/files/crontab +++ b/app-admin/sysstat/files/crontab @@ -1,16 +1,16 @@ # Crontab sample for app-admin/sysstat # # 8am-7pm activity reports every 20 minutes during weekdays. -# 0 8-18 * * 1-5 /usr/lib/sa1 -d 1200 3 & +# 0 8-18 * * 1-5 /usr/lib/sa/sa1 -d 1200 3 & # activity reports every 10 minutes everyday. -0 * * * * root /usr/lib/sa1 -d 600 6 & +0 * * * * root /usr/lib/sa/sa1 -d 600 6 & # # Activity reports every an hour on Saturday and Sunday. -# 0 * * * 0,6 /usr/lib/sa1 -d & +# 0 * * * 0,6 /usr/lib/sa/sa1 -d & # # 7pm-8am activity reports every an hour during weekdays. -# 0 19-7 * * 1-5 /usr/lib/sa1 -d & +# 0 19-7 * * 1-5 /usr/lib/sa/sa1 -d & # # Daily summary prepared at 19:05. -# 5 19 * * 1-5 /usr/lib/sa2 -A & -5 19 * * * root /usr/lib/sa2 -A & +# 5 19 * * 1-5 /usr/lib/sa/sa2 -A & +5 19 * * * root /usr/lib/sa/sa2 -A & |