diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-29 16:11:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-29 16:11:52 +0000 |
commit | cb15dbd006138560250830fa86a51559982213d3 (patch) | |
tree | 67c466dc14988789f966c4ff6cc81cc93b2628e7 | |
parent | amd64 stable, bug 275121 (diff) | |
download | gentoo-2-cb15dbd006138560250830fa86a51559982213d3.tar.gz gentoo-2-cb15dbd006138560250830fa86a51559982213d3.tar.bz2 gentoo-2-cb15dbd006138560250830fa86a51559982213d3.zip |
Document usage of immediate power changing options for local.start #275478 by Wonko.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
-rw-r--r-- | sys-apps/hdparm/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/hdparm/files/hdparm-conf.d.3 | 9 |
2 files changed, 14 insertions, 1 deletions
diff --git a/sys-apps/hdparm/ChangeLog b/sys-apps/hdparm/ChangeLog index c4977234121b..a5cc981965ea 100644 --- a/sys-apps/hdparm/ChangeLog +++ b/sys-apps/hdparm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/hdparm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/ChangeLog,v 1.192 2009/06/19 20:55:13 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/ChangeLog,v 1.193 2009/06/29 16:11:52 vapier Exp $ + + 29 Jun 2009; Mike Frysinger <vapier@gentoo.org> files/hdparm-conf.d.3: + Document usage of immediate power changing options for local.start #275478 + by Wonko. 19 Jun 2009; Brent Baude <ranger@gentoo.org> hdparm-9.15.ebuild: stable ppc64, bug 273048 diff --git a/sys-apps/hdparm/files/hdparm-conf.d.3 b/sys-apps/hdparm/files/hdparm-conf.d.3 index ae4c454a7b62..a1ae626b3b05 100644 --- a/sys-apps/hdparm/files/hdparm-conf.d.3 +++ b/sys-apps/hdparm/files/hdparm-conf.d.3 @@ -1,5 +1,14 @@ # /etc/conf.d/hdparm: config file for /etc/init.d/hdparm +# +# Note that options such as -y which force *immediate* power saving options +# should generally not be placed here. The hdparm init.d script may run at +# anytime with respect to other init.d scripts that do system wide drive +# scans (like the hald script), so they will merely get spun right back up. +# If you wish to use these options, please use the local.start init.d script +# instead so that you're guaranteed that it will run last. +# + # You can either set hdparm arguments for each drive using hdX_args, # discX_args, cdromX_args and genericX_args, e.g. # |