Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 76018 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.config (-6 / +6 lines)
Lines 7-16 Link Here
7
#
7
#
8
# the base of the Munin installation.
8
# the base of the Munin installation.
9
# 
9
# 
10
PREFIX     = $(DESTDIR)/opt/munin
10
PREFIX     = $(DESTDIR)/usr
11
11
12
# Where Munin keeps its configurations (server.conf, client.conf, ++)
12
# Where Munin keeps its configurations (server.conf, client.conf, ++)
13
CONFDIR    = $(DESTDIR)/etc/opt/munin
13
CONFDIR    = $(DESTDIR)/etc/munin
14
14
15
# Server only - where to put munin-cron
15
# Server only - where to put munin-cron
16
BINDIR     = $(PREFIX)/bin
16
BINDIR     = $(PREFIX)/bin
Lines 19-37 Link Here
19
SBINDIR    = $(PREFIX)/sbin
19
SBINDIR    = $(PREFIX)/sbin
20
20
21
# Where to put text and html documentation
21
# Where to put text and html documentation
22
DOCDIR     = $(PREFIX)/doc
22
DOCDIR     = $(PREFIX)/share/doc
23
23
24
# Where to put man pages
24
# Where to put man pages
25
MANDIR     = $(PREFIX)/man
25
MANDIR     = $(PREFIX)/share/man
26
26
27
# Where to put internal binaries and plugin repository
27
# Where to put internal binaries and plugin repository
28
LIBDIR     = $(PREFIX)/lib
28
LIBDIR     = $(PREFIX)/lib
29
29
30
# Server only - Output directory
30
# Server only - Output directory
31
HTMLDIR    = $(PREFIX)/var/www
31
HTMLDIR    = $(DESTDIR)/var/www/localhost/htdocs/munin
32
32
33
# Client only - Where to put RRD files and other intenal data
33
# Client only - Where to put RRD files and other intenal data
34
DBDIR      = $(DESTDIR)/var/opt/munin
34
DBDIR      = $(DESTDIR)/var/lib/munin
35
35
36
# Client only - Where plugins should put their states. Must be writable by
36
# Client only - Where plugins should put their states. Must be writable by
37
# group "munin", and should be preserved between reboots
37
# group "munin", and should be preserved between reboots

Return to bug 76018