public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-power/acpid/files: acpid-1.0.6-init.d
@ 2009-01-19  4:48 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2009-01-19  4:48 UTC (permalink / raw
  To: gentoo-commits

vapier      09/01/19 04:48:49

  Modified:             acpid-1.0.6-init.d
  Log:
  Use --quiet when starting since acpid is noisy.
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.3                  sys-power/acpid/files/acpid-1.0.6-init.d

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/acpid/files/acpid-1.0.6-init.d?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/acpid/files/acpid-1.0.6-init.d?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/acpid/files/acpid-1.0.6-init.d?r1=1.2&r2=1.3

Index: acpid-1.0.6-init.d
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/acpid/files/acpid-1.0.6-init.d,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- acpid-1.0.6-init.d	14 Oct 2007 12:04:33 -0000	1.2
+++ acpid-1.0.6-init.d	19 Jan 2009 04:48:49 -0000	1.3
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/files/acpid-1.0.6-init.d,v 1.2 2007/10/14 12:04:33 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/files/acpid-1.0.6-init.d,v 1.3 2009/01/19 04:48:49 vapier Exp $
 
 opts="reload"
 
@@ -22,7 +22,7 @@
 	checkconfig || return 1
 
 	ebegin "Starting acpid"
-	start-stop-daemon --start --exec /usr/sbin/acpid -- ${ACPID_OPTIONS}
+	start-stop-daemon --start --quiet --exec /usr/sbin/acpid -- ${ACPID_OPTIONS}
 	eend $?
 }
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-19  4:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-19  4:48 [gentoo-commits] gentoo-x86 commit in sys-power/acpid/files: acpid-1.0.6-init.d Mike Frysinger (vapier)

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