diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-02-05 13:29:09 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-02-05 13:29:09 +0000 |
commit | a25638dd5fad02821c8473e469617e0c679d25a6 (patch) | |
tree | ea70dde19c8aad763ae52a218ecc9085b653cbca /net-analyzer/nagios-core | |
parent | Allow to build plugin and install provider sample files, bug #500302 (diff) | |
download | gentoo-2-a25638dd5fad02821c8473e469617e0c679d25a6.tar.gz gentoo-2-a25638dd5fad02821c8473e469617e0c679d25a6.tar.bz2 gentoo-2-a25638dd5fad02821c8473e469617e0c679d25a6.zip |
QA: minor grammar fix, thanks to Dennis Jenkins <dennis.jenkins.75 AT gmail.com>, wrt bug #483530
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-analyzer/nagios-core')
-rw-r--r-- | net-analyzer/nagios-core/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nagios-core/files/nagios3 | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-analyzer/nagios-core/ChangeLog b/net-analyzer/nagios-core/ChangeLog index 064b9618717f..e6b256b40f89 100644 --- a/net-analyzer/nagios-core/ChangeLog +++ b/net-analyzer/nagios-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nagios-core # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.188 2014/01/26 03:31:14 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.189 2014/02/05 13:29:09 pinkbyte Exp $ + + 05 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> files/nagios3: + QA: minor grammar fix, thanks to Dennis Jenkins <dennis.jenkins.75 AT + gmail.com>, wrt bug #483530 26 Jan 2014; Chris Reffett <creffett@gentoo.org> metadata.xml, nagios-core-3.2.3.ebuild, nagios-core-3.3.1.ebuild: diff --git a/net-analyzer/nagios-core/files/nagios3 b/net-analyzer/nagios-core/files/nagios3 index 955cb87a65bd..ec75a1be10bc 100644 --- a/net-analyzer/nagios-core/files/nagios3 +++ b/net-analyzer/nagios-core/files/nagios3 @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/files/nagios3,v 1.2 2011/12/30 15:34:02 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/files/nagios3,v 1.3 2014/02/05 13:29:09 pinkbyte Exp $ extra_commands="checkconfig" extra_started_commands="reload" @@ -29,7 +29,7 @@ reload() } checkconfig() { - ebegin "Verifiyng config files" + ebegin "Verifying config files" # Silent Check /usr/sbin/nagios -v ${nagios_config} &>/dev/null && return 0 |