diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2016-09-16 14:36:11 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2016-09-16 14:37:14 +0200 |
commit | 9ba6c0d353dd2ad3936fe35095588648b472f188 (patch) | |
tree | b09ce40af6192c3631777b2d40e1948226b53216 /sys-apps/lm_sensors/files/sensord.confd | |
parent | dev-lang/scala: Bump 2.11 slot to 2.11.8. (diff) | |
download | gentoo-9ba6c0d353dd2ad3936fe35095588648b472f188.tar.gz gentoo-9ba6c0d353dd2ad3936fe35095588648b472f188.tar.bz2 gentoo-9ba6c0d353dd2ad3936fe35095588648b472f188.zip |
sys-apps/lm_sensors: Version bump to snapshot release from 2016-07-25; Package now uses module-load service
Changes:
========
- Based on latest unreleased changes (snapshot release from 2016-07-25;
updated/added detection for Fintek F81768, Nuvoton NCT6793D, Microchip
MCP9808 and Mark F71868A chips; various fixes for sensors-detect, see
https://git.io/v6Wig for all changes)
- sensors-detect now writes to "/etc/modules-load.d/lm_sensors.conf" and
uses a config file protection mechanism like known from emerge (i.e.
after making changes you have to call tools such as dispatch-conf,
cfg-update or etc-update to merge the changes;
new "--no-gentoo-config-protect" parameter will disable config file
protection)
- Due to previous change lm_service service no longer loads modules. You
have to use mechanism your init system provides to do that (i.e. make
sure your init system's modules-load service is enabled).
- Ebuild is now multilib compatible (see bug 529684)
- Runscripts no longer passes config file as argument. While this removes
the possibility to use different configurations per default services it
allows you to use "/etc/sensors.d" (see bug 490502 and bug 307249)
- Runscripts improved in general. I.e. if you start fancontrol service
without a valid config (so that fancontrol doesn't start and exit with
an error) you will now know at least, that the service didn't start.
Now you will also have reliable status functions to know service state.
Gentoo-Bug: https://bugs.gentoo.org/592916
Gentoo-Bug: https://bugs.gentoo.org/529684
Gentoo-Bug: https://bugs.gentoo.org/490502
Gentoo-Bug: https://bugs.gentoo.org/307249
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-apps/lm_sensors/files/sensord.confd')
-rw-r--r-- | sys-apps/lm_sensors/files/sensord.confd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-apps/lm_sensors/files/sensord.confd b/sys-apps/lm_sensors/files/sensord.confd new file mode 100644 index 000000000000..a6f2f265c11f --- /dev/null +++ b/sys-apps/lm_sensors/files/sensord.confd @@ -0,0 +1,19 @@ +# /etc/conf.d/sensord + +# PID file +#SENSORD_PIDFILE="/run/sensord.pid" + +# You can use this configuration option to pass additional options to the +# start-stop-daemon, see start-stop-daemon(8) for more details. +# Per default we wait 1000ms after we have started the service to ensure +# that the daemon is really up and running. +#SENSORD_SSDARGS="--wait 1000" + +# The termination timeout (start-stop-daemon parameter "retry") ensures +# that the service will be terminated within a given time (60 + 5 seconds +# per default) when you are stopping the service. +#SENSORD_TERMTIMEOUT="TERM/60/KILL/5" + +# Extra options to pass to the sensord daemon, +# see sensord(8) for more information +#SENSORD_OPTS="" |