View | Details | Raw Unified | Return to bug 211093 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/minimunin/Makefile (-1 / +4 lines)
Lines 9-18 Link Here
9
MAINTAINER=	erdgeist@erdgeist.org
9
MAINTAINER=	erdgeist@erdgeist.org
10
COMMENT=	Tiny munin-node implementation written in pure bourne shell
10
COMMENT=	Tiny munin-node implementation written in pure bourne shell
11
11
12
USES=	tar:bzip2
12
USES=		tar:bzip2
13
PLIST_FILES=	bin/minimunin
13
PLIST_FILES=	bin/minimunin
14
SUB_FILES=	pkg-message
14
SUB_FILES=	pkg-message
15
15
16
post-patch:
17
	@${REINPLACE_CMD} -e 's|=/usr/local|=${PREFIX}|g' ${WRKSRC}/minimunin
18
16
do-install:
19
do-install:
17
	${INSTALL_SCRIPT} ${WRKSRC}/minimunin ${STAGEDIR}${PREFIX}/bin
20
	${INSTALL_SCRIPT} ${WRKSRC}/minimunin ${STAGEDIR}${PREFIX}/bin
18
21
(-)sysutils/minimunin/files/pkg-message.in (-1 / +6 lines)
Lines 11-17 Link Here
11
11
12
to your /etc/inetd.conf. In both cases you need to enable inetd by setting
12
to your /etc/inetd.conf. In both cases you need to enable inetd by setting
13
13
14
    inetd_enable="YES"
14
    sysrc inetd_enable="YES"
15
15
16
in your /etc/rc.conf and restart inetd with the
16
in your /etc/rc.conf and restart inetd with the
17
17
Lines 20-23 Link Here
20
command. You may also want to restrict access to your munin node via the
20
command. You may also want to restrict access to your munin node via the
21
/etc/hosts.allow and /etc/hosts.deny configuration files.
21
/etc/hosts.allow and /etc/hosts.deny configuration files.
22
22
23
Additional plugins can be installed into the plugin directory
24
%%PREFIX%%/etc/minimunin-plugins.
25
26
You can view munin data in a graph form through the http server using
27
the CGI scripts provided by sysutils/munin-master.
23
*****************************************************************
28
*****************************************************************
(-)sysutils/minimunin/pkg-descr (-2 / +2 lines)
Lines 1-4 Link Here
1
A tiny munin-node implementation for FreeBSD written in pure bourne shell
1
A tiny munin-node implementation for FreeBSD written in pure Bourne shell
2
providing basic plugin support
2
providing basic plugin support.
3
3
4
WWW: http://erdgeist.org/arts/software/minimunin/
4
WWW: http://erdgeist.org/arts/software/minimunin/

Return to bug 211093