aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2011-06-27 16:53:08 -0500
committerDonnie Berkholz <dberkholz@gentoo.org>2011-06-27 16:53:08 -0500
commitb39bf3cc8ff50a6f42f962ae9731b99a0fea9331 (patch)
treebb2dcf8c041919fe9a68a0b242e3050e1d6de58b /app-laptop/tp_smapi/files/tp_smapi-0.40-confd
parentmutt: bump to gentoo-upstream -r3 patchball. (diff)
downloaddberkholz-b39bf3cc8ff50a6f42f962ae9731b99a0fea9331.tar.gz
dberkholz-b39bf3cc8ff50a6f42f962ae9731b99a0fea9331.tar.bz2
dberkholz-b39bf3cc8ff50a6f42f962ae9731b99a0fea9331.zip
tp_smapi: merge in changes from main tree, revbump.
Diffstat (limited to 'app-laptop/tp_smapi/files/tp_smapi-0.40-confd')
-rw-r--r--app-laptop/tp_smapi/files/tp_smapi-0.40-confd20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-laptop/tp_smapi/files/tp_smapi-0.40-confd b/app-laptop/tp_smapi/files/tp_smapi-0.40-confd
new file mode 100644
index 0000000..7c80f35
--- /dev/null
+++ b/app-laptop/tp_smapi/files/tp_smapi-0.40-confd
@@ -0,0 +1,20 @@
+# /etc/conf.d/smapi: config file for /etc/init.d/smapi
+
+# use '/etc/init.d/smapi info' at any time to check the thresholds
+# currently used by the driver
+# Note that the kernel does some sanity checking on the values and
+# will not accept any combination of values you may try to set up.
+# (i.e. stop value lower than start) So if the output of info does
+# not match what you wanted the driver probably did not like your
+# configuration.
+
+# default thresholds for '/etc/init.d/smapi start'
+SMAPI_THRESH_START="30"
+SMAPI_THRESH_STOP="85"
+# values to be used for '/etc/init.d/smapi low'
+SMAPI_LOW_THRESH_START="${SMAPI_THRESH_START}"
+SMAPI_LOW_THRESH_STOP="${SMAPI_THRESH_STOP}"
+
+# values to be used for '/etc/init.d/smapi high'
+SMAPI_HIGH_THRESH_START="95"
+SMAPI_HIGH_THRESH_STOP="100"