diff options
author | he <he@pkgsrc.org> | 2006-06-09 13:22:44 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2006-06-09 13:22:44 +0000 |
commit | 3c677c64c92cef6ca5a08442467f427758013590 (patch) | |
tree | ad0561bf05ff1b55538e96c38789109c92b8e3c2 /sysutils | |
parent | 0255c00ad66bee50e56858d0dd6e55e53a34d249 (diff) | |
download | pkgsrc-3c677c64c92cef6ca5a08442467f427758013590.tar.gz |
Add a message hinting with a sample newsyslog.conf entry.
Package contents the same, so revision not bumped.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/munin-node/MESSAGE | 9 | ||||
-rw-r--r-- | sysutils/munin-node/Makefile | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/sysutils/munin-node/MESSAGE b/sysutils/munin-node/MESSAGE index 8cab8ad9907..f6e21a5ce49 100644 --- a/sysutils/munin-node/MESSAGE +++ b/sysutils/munin-node/MESSAGE @@ -1,6 +1,13 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2006/06/04 20:53:57 he Exp $ +$NetBSD: MESSAGE,v 1.2 2006/06/09 13:22:44 he Exp $ Plugins can be auto-configured with "munin-node-configure --shell | sh" + +You may also want to add an entry such as + +${VARBASE}/log/munin/munin-node.log munin:munin 644 7 * 24 Z + +to /etc/newsyslog.conf to have the node log rotated. + =========================================================================== diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index 2afbea1f2d2..6ec2b76ff24 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/06/08 19:19:05 he Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/09 13:22:44 he Exp $ # DISTNAME= munin_${VER} @@ -58,6 +58,8 @@ FILES_SUBST+= PERL=${PERL5:Q} FILES_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} FILES_SUBST+= STATEDIR=${STATEDIR} +MESSAGE_SUBST+= VARBASE=${VARBASE:Q} + RCD_SCRIPTS+= munin-node EGDIR= ${PREFIX}/share/examples/munin |