summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2006-10-19 09:48:27 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2006-10-19 09:48:27 +0000
commite900da302f1197feee4afbe5e30e3ec4f31be5ec (patch)
treee0b96f360434b5e4d412b42f2b5b3fdc532b962f /net-analyzer
parentclosing bug #151912. (diff)
downloadgentoo-2-e900da302f1197feee4afbe5e30e3ec4f31be5ec.tar.gz
gentoo-2-e900da302f1197feee4afbe5e30e3ec4f31be5ec.tar.bz2
gentoo-2-e900da302f1197feee4afbe5e30e3ec4f31be5ec.zip
Add more instructions for users - bug #150045.
(Portage version: 2.1.2_pre3-r4)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/munin/ChangeLog5
-rw-r--r--net-analyzer/munin/munin-1.3.2-r1.ebuild9
-rw-r--r--net-analyzer/munin/munin-1.3.2.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/net-analyzer/munin/ChangeLog b/net-analyzer/munin/ChangeLog
index 490274d4ed25..543e012dc2ed 100644
--- a/net-analyzer/munin/ChangeLog
+++ b/net-analyzer/munin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/munin
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.2 2006/09/08 01:08:14 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.3 2006/10/19 09:48:27 robbat2 Exp $
+
+ 04 Oct 2006; Robin H. Johnson <robbat2@gentoo.org> munin-1.3.2-r1.ebuild:
+ Add more instructions for users - bug #150045.
*munin-1.3.2-r1 (08 Sep 2006)
diff --git a/net-analyzer/munin/munin-1.3.2-r1.ebuild b/net-analyzer/munin/munin-1.3.2-r1.ebuild
index 245656f7b56a..18f8cc9b617e 100644
--- a/net-analyzer/munin/munin-1.3.2-r1.ebuild
+++ b/net-analyzer/munin/munin-1.3.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.2-r1.ebuild,v 1.1 2006/09/08 01:08:14 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.2-r1.ebuild,v 1.2 2006/10/19 09:48:27 robbat2 Exp $
inherit eutils
@@ -73,7 +73,7 @@ src_install() {
emake DESTDIR="${D}" install-main install-man install-node install-node-plugins || die "install failed"
fowners munin:munin ${dirs}
-
+
if use doc; then
emake DESTDIR="${D}" install-doc install-man || die "install docs failed"
fi
@@ -97,14 +97,15 @@ pkg_config() {
die "Crontab already install for user munin. Not overwriting."
fi
einfo "Press enter to install the default crontab for the munin master"
- einfo "installation from /var/lib/munin/crontab"
+ einfo "installation from /var/lib/munin/crontab"
einfo "If you have a large site, you may wish to customize it."
read
crontab -u munin /var/lib/munin/crontab
}
pkg_postinst() {
- einfo "Please start munin-node via /etc/init.d/munin-node."
+ einfo "Please follow the munin documentation to set up the plugins you"
+ einfo "need, afterwards start munin-node via /etc/init.d/munin-node."
einfo "To have munin's cronjob automatically configured for you if this is"
einfo "your munin master installation, please:"
einfo "emerge --config net-analyzer/munin"
diff --git a/net-analyzer/munin/munin-1.3.2.ebuild b/net-analyzer/munin/munin-1.3.2.ebuild
index 9fbcd2f73d03..2ccf991596c2 100644
--- a/net-analyzer/munin/munin-1.3.2.ebuild
+++ b/net-analyzer/munin/munin-1.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.2.ebuild,v 1.1 2006/07/11 09:18:47 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.2.ebuild,v 1.2 2006/10/19 09:48:27 robbat2 Exp $
inherit eutils
@@ -74,7 +74,7 @@ src_install() {
emake DESTDIR="${D}" install-main install-man install-node install-node-plugins || die "install failed"
fowners munin:munin ${dirs}
-
+
if use doc; then
emake DESTDIR="${D}" install-doc install-man || die "install docs failed"
fi
@@ -98,7 +98,7 @@ pkg_config() {
die "Crontab already install for user munin. Not overwriting."
fi
einfo "Press enter to install the default crontab for the munin master"
- einfo "installation from /var/lib/munin/crontab"
+ einfo "installation from /var/lib/munin/crontab"
einfo "If you have a large site, you may wish to customize it."
read
crontab -u munin /var/lib/munin/crontab