diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2007-09-13 20:08:55 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2007-09-13 20:08:55 +0000 |
commit | 13ba67aca87534aef0a7b8963b586870eff5167a (patch) | |
tree | 1d4a86339689e49cd0081c6879f8199c946724e1 /net-analyzer | |
parent | stable x86, bug 190796 (diff) | |
download | gentoo-2-13ba67aca87534aef0a7b8963b586870eff5167a.tar.gz gentoo-2-13ba67aca87534aef0a7b8963b586870eff5167a.tar.bz2 gentoo-2-13ba67aca87534aef0a7b8963b586870eff5167a.zip |
Fix typo in output.
(Portage version: 2.1.2.12)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/smokeping/ChangeLog | 4 | ||||
-rw-r--r-- | net-analyzer/smokeping/smokeping-2.0.9.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/smokeping/ChangeLog b/net-analyzer/smokeping/ChangeLog index 20a998f4f736..87c8e4d5553a 100644 --- a/net-analyzer/smokeping/ChangeLog +++ b/net-analyzer/smokeping/ChangeLog @@ -1,10 +1,10 @@ # ChangeLog for net-analyzer/smokeping # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.12 2007/09/13 19:49:55 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.13 2007/09/13 20:08:55 hansmi Exp $ 13 Sep 2007; Michael Hanselmann <hansmi@gentoo.org> smokeping-2.0.9.ebuild: - Fix website and source URL, bug #183711. + Fix website and source URL, bug #183711. Fix typo in output. 29 Jul 2007; Christian Heim <phreak@gentoo.org> smokeping-2.0.9.ebuild: Fixing the DEPEND/RDEPEND for the move of net-www/apache to diff --git a/net-analyzer/smokeping/smokeping-2.0.9.ebuild b/net-analyzer/smokeping/smokeping-2.0.9.ebuild index 3b53b2ae937d..f5978803c191 100644 --- a/net-analyzer/smokeping/smokeping-2.0.9.ebuild +++ b/net-analyzer/smokeping/smokeping-2.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.0.9.ebuild,v 1.11 2007/09/13 19:49:55 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.0.9.ebuild,v 1.12 2007/09/13 20:08:55 hansmi Exp $ inherit perl-module eutils @@ -90,7 +90,7 @@ pkg_postinst() { chown smokeping:smokeping "${ROOT}/var/lib/${PN}" chmod 755 "${ROOT}/var/lib/${PN}" elog - elog "Four more steps are needed to get ${PN} un&running:" + elog "Four more steps are needed to get ${PN} up and running:" elog "1) You need to edit /etc/${PN}" elog "2) You need to edit the template at /etc/${PN}.template" elog "3) You need to make the fping binary setuid root:" |