public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-power/acpid/files: acpid-2.0.3-init.d
@ 2010-04-04 16:39 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-04-04 16:39 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/04/04 16:39:09

  Added:                acpid-2.0.3-init.d
  Log:
  Don't check for /proc/acpi anymore wrt #295854.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-power/acpid/files/acpid-2.0.3-init.d

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/acpid/files/acpid-2.0.3-init.d?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/acpid/files/acpid-2.0.3-init.d?rev=1.1&content-type=text/plain

Index: acpid-2.0.3-init.d
===================================================================
#!/sbin/runscript
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/files/acpid-2.0.3-init.d,v 1.1 2010/04/04 16:39:09 ssuominen Exp $

opts="reload"

depend() {
	need localmount
	use logger
	before hald
}

start() {
	ebegin "Starting acpid"
	start-stop-daemon --start --quiet --exec /usr/sbin/acpid -- ${ACPID_OPTIONS}
	eend $?
}

stop() {
	ebegin "Stopping acpid"
	start-stop-daemon --stop --exec /usr/sbin/acpid
	eend $?
}

reload() {
	ebegin "Reloading acpid configuration"
	start-stop-daemon --stop --oknodo --exec /usr/sbin/acpid --signal HUP
	eend $?
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-power/acpid/files: acpid-2.0.3-init.d
@ 2011-10-23 16:47 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-23 16:47 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/23 16:47:16

  Removed:              acpid-2.0.3-init.d
  Log:
  old
  
  (Portage version: 2.2.0_alpha70/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-23 16:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-23 16:47 [gentoo-commits] gentoo-x86 commit in sys-power/acpid/files: acpid-2.0.3-init.d Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-04 16:39 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox