~ubuntu-branches/ubuntu/vivid/sysstat/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/04-configs.patch

  • Committer: Package Import Robot
  • Author(s): Robert Luberda
  • Date: 2011-12-03 17:38:42 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20111203173842-9hrhekn3639twx4p
Tags: 10.0.3-1
* New upstream (stable) release.
* Switch to devhelper v9.
* debian/control: Add VCS fields, update source/options.
* debian/rules: remove .pc/.dpkg-source-unapply file in configure target
  to fix broken behaviour of dpkg-buildpackage (see Bug#649521).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: Robert Luberda <robert@debian.org>
 
2
Date: Tue, 23 Mar 2010 22:04:47 +0100
 
3
Subject: 04-configs
 
4
 
 
5
Minor fixes in config files.
 
6
---
 
7
 cron/crontab.sample  |    3 ---
 
8
 sysstat.sysconfig.in |    3 ++-
 
9
 2 files changed, 2 insertions(+), 4 deletions(-)
 
10
 
 
11
diff --git a/cron/crontab.sample b/cron/crontab.sample
 
12
index ddb26fc..597ece9 100644
 
13
--- a/cron/crontab.sample
 
14
+++ b/cron/crontab.sample
 
15
@@ -1,7 +1,4 @@
 
16
 # Crontab sample for root or adm
 
17
-# Please update this crontab with the proper location
 
18
-# for sa1 and sa2 shell scripts (replace @SA_LIB_DIR@ with
 
19
-# /usr/lib/sa for example).
 
20
 #
 
21
 # 8am-7pm activity reports every 20 minutes during weekdays.
 
22
 # 0 8-18 * * 1-5 @SA_LIB_DIR@/sa1 1200 3 &
 
23
diff --git a/sysstat.sysconfig.in b/sysstat.sysconfig.in
 
24
index 54dcef9..34cfa04 100644
 
25
--- a/sysstat.sysconfig.in
 
26
+++ b/sysstat.sysconfig.in
 
27
@@ -1,6 +1,7 @@
 
28
-# @PACKAGE_NAME@-@PACKAGE_VERSION@ configuration file.
 
29
+# @PACKAGE_NAME@ configuration file.
 
30
 
 
31
 # How long to keep log files (in days).
 
32
+# Used by sa2(8) script
 
33
 # If value is greater than 28, then log files are kept in
 
34
 # multiple directories, one for each month.
 
35
 HISTORY=@HISTORY@
 
36
--