~ubuntu-branches/ubuntu/saucy/rrdtool/saucy-proposed

« back to all changes in this revision

Viewing changes to etc/rrdcached-default

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2010-07-22 08:07:01 UTC
  • mfrom: (1.2.8 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100722080701-k46mgdfz6euxwqsm
Tags: 1.4.3-1ubuntu1
* Merge from debian unstable, Remaining changes:
  - debian/control: Don't build against ruby1.9 as we don't want
    it in main.
* require libdbi >= 0.8.3 to prevent aborts when using dbi datasources

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
RUN_RRDCACHED=0
 
3
 
 
4
RRDCACHED_USER="rrdcached"
 
5
 
 
6
OPTS="-w 300 -z 300"
 
7
 
 
8
PIDFILE="/var/run/rrdcached/rrdcached.pid"
 
9
 
 
10
SOCKFILE="/var/run/rrdcached/rrdcached.sock"
 
11
 
 
12
SOCKPERMS=0660
 
13
 
 
14