public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tobias Klausmann (klausman)" <klausman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-nrpe/files: nrpe-nagios3
Date: Sun, 29 Apr 2012 10:29:19 +0000 (UTC)	[thread overview]
Message-ID: <20120429102919.CEBD62004C@flycatcher.gentoo.org> (raw)

klausman    12/04/29 10:29:19

  Modified:             nrpe-nagios3
  Log:
  Fix init script to not trigger warnings on newer versions of OpenRC
  
  (Portage version: 2.1.10.57/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-analyzer/nagios-nrpe/files/nrpe-nagios3

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-nrpe/files/nrpe-nagios3?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-nrpe/files/nrpe-nagios3?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-nrpe/files/nrpe-nagios3?r1=1.1&r2=1.2

Index: nrpe-nagios3
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-nrpe/files/nrpe-nagios3,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nrpe-nagios3	27 Apr 2008 18:19:33 -0000	1.1
+++ nrpe-nagios3	29 Apr 2012 10:29:19 -0000	1.2
@@ -1,6 +1,6 @@
 #!/sbin/runscript
 
-opts="${opts} reload"
+extra_started_commands="reload"
 
 depend() {
 	need net
@@ -9,7 +9,7 @@
 start() {
 	ebegin "Starting nrpe"
 	start-stop-daemon --start --quiet --name nrpe \
-	--startas /usr/bin/nrpe \
+	--exec /usr/bin/nrpe \
 		-c nagios:nagios \
 		-- -c /etc/nagios/nrpe.cfg \
 		--daemon






             reply	other threads:[~2012-04-29 10:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-29 10:29 Tobias Klausmann (klausman) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-04-27 18:19 [gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-nrpe/files: nrpe-nagios3 Tobias Scherbaum (dertobi123)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120429102919.CEBD62004C@flycatcher.gentoo.org \
    --to=klausman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox