summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2014-02-05 13:29:09 +0000
committerSergey Popov <pinkbyte@gentoo.org>2014-02-05 13:29:09 +0000
commita25638dd5fad02821c8473e469617e0c679d25a6 (patch)
treeea70dde19c8aad763ae52a218ecc9085b653cbca /net-analyzer/nagios-core/files
parentAllow to build plugin and install provider sample files, bug #500302 (diff)
downloadgentoo-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/files')
-rw-r--r--net-analyzer/nagios-core/files/nagios36
1 files changed, 3 insertions, 3 deletions
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