summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gentoo.org>2008-07-21 05:14:45 +0000
committerTiago Cunha <tcunha@gentoo.org>2008-07-21 05:14:45 +0000
commit74ade30465b4c0f1a49387f284e6f6290a95472c (patch)
treecd50144980a0cb41a888123b8d71ac3d69b8256a
parentsci-libs/parmgridgen: Use dodoc (diff)
downloadsunrise-74ade30465b4c0f1a49387f284e6f6290a95472c.tar.gz
sunrise-74ade30465b4c0f1a49387f284e6f6290a95472c.tar.bz2
sunrise-74ade30465b4c0f1a49387f284e6f6290a95472c.zip
net-analyzer/symon: Improve elog messages
svn path=/sunrise/; revision=6536
-rw-r--r--net-analyzer/symon/ChangeLog3
-rw-r--r--net-analyzer/symon/Manifest4
-rw-r--r--net-analyzer/symon/symon-2.79.ebuild16
3 files changed, 15 insertions, 8 deletions
diff --git a/net-analyzer/symon/ChangeLog b/net-analyzer/symon/ChangeLog
index 9352283fa..b0816a69c 100644
--- a/net-analyzer/symon/ChangeLog
+++ b/net-analyzer/symon/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 21 Jul 2008; Tiago Cunha (tcunha) <me@tiagocunha.org> symon-2.79.ebuild:
+ Improve elog messages
+
16 Jul 2008; Tiago Cunha (tcunha) <me@tiagocunha.org> symon-2.79.ebuild:
Rename 'client' USE flag to 'perl'
diff --git a/net-analyzer/symon/Manifest b/net-analyzer/symon/Manifest
index a4b0ce31d..c309ee211 100644
--- a/net-analyzer/symon/Manifest
+++ b/net-analyzer/symon/Manifest
@@ -7,6 +7,6 @@ AUX symon-syweb-total_firewall.layout.patch 1673 RMD160 63e130338b7d48dc2debc4c2
AUX symux-init.d 378 RMD160 438f3ee87579117db71fa346cd333cc4740b8a35 SHA1 bc5edf413f24aed698147767447f0266c4374415 SHA256 f887ab858987fc6f0984cba93dddbb1c82fb1ed515340002e373c0aa4541e584
DIST symon-2.79.tar.gz 102400 RMD160 693b798cd6c564f4e8b79c62c1776f5b036aaf1a SHA1 a21566f3291baaa39806bec32550d5a28a163213 SHA256 7157b087b99a59f3aba9a02c375fb1b411dc4329463f748d2323c3cdf3d0cd83
DIST syweb-0.58.tar.gz 40960 RMD160 5dffc149a078789703c1ee10699e8aab350313d7 SHA1 bf0aa3a96533f8d6ae38f5317ae001282510ced4 SHA256 c01dfbc9f069d73d7c92880a0ed05bd7bca3e970ab282c2deb706861af7d6dcf
-EBUILD symon-2.79.ebuild 3283 RMD160 a22d80e79be85cb6ce6a5f198477ae3d8cb6c956 SHA1 42dffd1ee9cd1daf358b349cf1c4fd5a4058d290 SHA256 bae996a6ebc3d4eb592f157ba8d928290c5ebd5e581267b0e9ad0b7186bd64cc
-MISC ChangeLog 5285 RMD160 6570b98f289a56c2b008ea0923bcd10c5cd47be4 SHA1 08c912ab58707f0fbe92a78ae60b23a0aa661a35 SHA256 7b59a9b3a6fd86cfb704d50e6a0bd6afa579e10be035acae3b3f0f7fb5cb0eb3
+EBUILD symon-2.79.ebuild 3403 RMD160 7ac5fbe41b7f6ab2117b5bb19aee13e48fcf1074 SHA1 d229fd82770ba4b36595310b3c14feb8291ef574 SHA256 db0984c73f4f0243acee24b8f7290950ec9b45d07a64528dfde26dfda9a36e57
+MISC ChangeLog 5385 RMD160 fc59e1a20d279054183f43ac4e2765df0ea821d3 SHA1 4ee2628f55cec207a03c419aff3aa02009c5ce57 SHA256 1391eb50a180d12a76889717c107b75b72d8cf20bfb0605de0c9a9a6c7eca7b1
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-analyzer/symon/symon-2.79.ebuild b/net-analyzer/symon/symon-2.79.ebuild
index 566a4c50a..28f6b1bae 100644
--- a/net-analyzer/symon/symon-2.79.ebuild
+++ b/net-analyzer/symon/symon-2.79.ebuild
@@ -120,19 +120,23 @@ src_install() {
}
pkg_postinst() {
+ elog "Before running the monitor, edit /etc/symon.conf"
+ elog "NOTE that symon won't chroot by default."
+
use perl && perl-module_pkg_postinst
+ if use symux ; then
+ elog "Before running the data collector, edit /etc/symux.conf"
+ elog "To create the RRDs run /usr/share/symon/c_smrrds.sh all"
+ elog "For information about migrating RRDs from a previous symux"
+ elog "version read the LEGACY FORMATS section of symux(8)."
+ fi
+
if use syweb ; then
elog "Test your syweb configuration by pointing your browser at:"
elog "http://${VHOST_HOSTNAME}/${PN}/configtest.php"
webapp_pkg_postinst
fi
-
- elog "You'll need to setup /etc/sym{on,ux}.conf before running these"
- elog "daemons for the first time."
- elog "To create the RRDs run /usr/share/symon/c_smrrds.sh all"
- elog "To test the configuration run sym{on,ux} -t"
- elog "NOTE that symon won't chroot by default."
}
pkg_prerm() {