File: Makefile.config

package info (click to toggle)
munin 1.4.5-3%2Bdeb6u1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-lts
  • size: 4,988 kB
  • ctags: 806
  • sloc: perl: 8,936; sh: 3,105; java: 1,754; makefile: 585; python: 143
file content (38 lines) | stat: -rw-r--r-- 885 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Bulid config for testing

# DESTDIR is empty during building, and optionally set to point to
# a shadow tree during make install.

#
# the base of the Munin installation.
# 
PREFIX     = $(PWD)/t/install

# Where Munin keeps its configurations (server.conf, client.conf, ++)
CONFDIR    = $(PREFIX)/etc

# Client only - Where to put RRD files and other intenal data
DBDIR      = $(PREFIX)/var/lib

# Where Munin should place its logs.
LOGDIR     = $(PREFIX)/var/log

# Location of PID files and other statefiles. On the server, must be
# writable by the user "munin".
STATEDIR   = $(PREFIX)/var/run

# Server only - Where to install the perl libraries
PERLLIB    = $(PREFIX)/perl

# User to run munin as
USER       = nobody
GROUP      = nogroup

# Default user to run the plugins as
PLUGINUSER = nobody

CHECKUSER  = \#
CHECKGROUP = \#
CHOWN      = \#
CHMOD      = \#
CHGRP      = \#