public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/powerman/files: powerman
Date: Mon, 12 May 2014 10:19:16 +0000 (UTC)	[thread overview]
Message-ID: <20140512101916.67C1A2004E@flycatcher.gentoo.org> (raw)

ssuominen    14/05/12 10:19:16

  Modified:             powerman
  Log:
  Let the init script handle creating /var/run/powerman wrt #450538. Convert from EAPI 1 to 5.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.4                  sys-power/powerman/files/powerman

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powerman/files/powerman?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powerman/files/powerman?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powerman/files/powerman?r1=1.3&r2=1.4

Index: powerman
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/powerman/files/powerman,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- powerman	4 Mar 2009 14:12:22 -0000	1.3
+++ powerman	12 May 2014 10:19:16 -0000	1.4
@@ -1,7 +1,7 @@
 #!/sbin/runscript
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/powerman/files/powerman,v 1.3 2009/03/04 14:12:22 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/powerman/files/powerman,v 1.4 2014/05/12 10:19:16 ssuominen Exp $
 
 depend() {
 	need net
@@ -9,6 +9,9 @@
 
 start() {
 	ebegin "Starting powermand"
+
+	checkpath -q -d -m 0755 /var/run/powerman
+
 	start-stop-daemon --start \
 		--pidfile /var/run/powerman/powermand.pid \
 		--exec /usr/sbin/powermand





             reply	other threads:[~2014-05-12 10:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-12 10:19 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-05-12 10:21 [gentoo-commits] gentoo-x86 commit in sys-power/powerman/files: powerman Samuli Suominen (ssuominen)
2009-01-03  6:00 Andrey Kislyuk (weaver)
2008-09-12 18:14 Andrey Kislyuk (weaver)

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=20140512101916.67C1A2004E@flycatcher.gentoo.org \
    --to=ssuominen@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