diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2011-12-19 23:53:58 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2011-12-19 23:53:58 +0000 |
commit | 392082d0b1f79525c2ebe4c03c4f63361e6c4b8e (patch) | |
tree | 035b77a891cff53be7d2a72a2fc4c495f76b5354 /app-laptop | |
parent | Remove old. (diff) | |
download | gentoo-2-392082d0b1f79525c2ebe4c03c4f63361e6c4b8e.tar.gz gentoo-2-392082d0b1f79525c2ebe4c03c4f63361e6c4b8e.tar.bz2 gentoo-2-392082d0b1f79525c2ebe4c03c4f63361e6c4b8e.zip |
move info,low,high to extra_started_commands
(Portage version: 2.2.0_alpha81/cvs/Linux i686)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/tp_smapi/ChangeLog | 6 | ||||
-rwxr-xr-x | app-laptop/tp_smapi/files/tp_smapi-0.40-initd | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-laptop/tp_smapi/ChangeLog b/app-laptop/tp_smapi/ChangeLog index d4fd2d630c67..eeddf6f027b2 100644 --- a/app-laptop/tp_smapi/ChangeLog +++ b/app-laptop/tp_smapi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-laptop/tp_smapi # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tp_smapi/ChangeLog,v 1.41 2011/06/18 15:54:18 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tp_smapi/ChangeLog,v 1.42 2011/12/19 23:53:58 ottxor Exp $ + + 19 Dec 2011; Christoph Junghans <ottxor@gentoo.org> + files/tp_smapi-0.40-initd: + move info,low,high to extra_started_commands 18 Jun 2011; Tomáš Chvátal <scarabeus@gentoo.org> files/tp_smapi-0.40-initd: diff --git a/app-laptop/tp_smapi/files/tp_smapi-0.40-initd b/app-laptop/tp_smapi/files/tp_smapi-0.40-initd index 4edb05170f63..e0b3bd5e0d8e 100755 --- a/app-laptop/tp_smapi/files/tp_smapi-0.40-initd +++ b/app-laptop/tp_smapi/files/tp_smapi-0.40-initd @@ -4,7 +4,7 @@ # # Distributed under the terms of the GNU General Public License, v2 or later -opts="low high info" +extra_started_commands="low high info" SMAPI_SYSFS="/sys/devices/platform/smapi" BATS="BAT0 BAT1" |