diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-23 21:30:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-23 21:30:30 +0000 |
commit | 37fef0246c7ed390312e0abaf0373bd2c90d6b20 (patch) | |
tree | 19d63b92162316715162ce2f450ba3b7a86bcb4d /net-analyzer/nsca | |
parent | Remove old and cleanup ebuild after pkgmove. (diff) | |
download | gentoo-2-37fef0246c7ed390312e0abaf0373bd2c90d6b20.tar.gz gentoo-2-37fef0246c7ed390312e0abaf0373bd2c90d6b20.tar.bz2 gentoo-2-37fef0246c7ed390312e0abaf0373bd2c90d6b20.zip |
Fix typos.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/nsca')
-rw-r--r-- | net-analyzer/nsca/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nsca/nsca-2.7.2-r103.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/nsca/ChangeLog b/net-analyzer/nsca/ChangeLog index 1e83a582ed34..0b4ebbfc6504 100644 --- a/net-analyzer/nsca/ChangeLog +++ b/net-analyzer/nsca/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nsca # Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nsca/ChangeLog,v 1.2 2012/08/23 21:28:49 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nsca/ChangeLog,v 1.3 2012/08/23 21:30:30 flameeyes Exp $ + + 23 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> nsca-2.7.2-r103.ebuild: + Fix typos. 23 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> -nsca-2.7.2-r102.ebuild, nsca-2.7.2-r103.ebuild: diff --git a/net-analyzer/nsca/nsca-2.7.2-r103.ebuild b/net-analyzer/nsca/nsca-2.7.2-r103.ebuild index 1640e116d908..10040edf9e25 100644 --- a/net-analyzer/nsca/nsca-2.7.2-r103.ebuild +++ b/net-analyzer/nsca/nsca-2.7.2-r103.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nsca/nsca-2.7.2-r103.ebuild,v 1.2 2012/08/23 21:28:49 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nsca/nsca-2.7.2-r103.ebuild,v 1.3 2012/08/23 21:30:30 flameeyes Exp $ EAPI=4 @@ -47,8 +47,8 @@ src_compile() { # prepare the alternative configuration file sed \ - -e '/ncsa_\(user\|group\)/s:nagios:icinga:' \ - -e '/ncsa_chroot/s:=.*:=/var/lib/icinga/rw:' \ + -e '/nsca_\(user\|group\)/s:nagios:icinga:' \ + -e '/nsca_chroot/s:=.*:=/var/lib/icinga/rw:' \ -e '/\(command\|alternate_dump\)_file/s:/var/nagios:/var/lib/icinga:' \ "${S}"/sample-config/nsca.cfg > "${T}"/nsca.icinga.cfg } |