Browse Source

Sample sensorsd.conf file.

ok henning@ millert@
OPENBSD_3_5
grange 21 years ago
parent
commit
4cb30ad898
4 changed files with 26 additions and 3 deletions
  1. +2
    -1
      src/etc/Makefile
  2. +2
    -1
      src/etc/changelist
  3. +2
    -1
      src/etc/mtree/special
  4. +20
    -0
      src/etc/sensorsd.conf

+ 2
- 1
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.185 2003/09/23 21:37:11 millert Exp $
# $OpenBSD: Makefile,v 1.186 2003/10/08 20:30:04 grange Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@ -79,6 +79,7 @@ distribution-etc-root-var: distrib-dirs
${INSTALL} -c -o root -g wheel -m 644 moduli ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 pf.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 644 pf.os ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 644 sensorsd.conf ${DESTDIR}/etc
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev
cd root; \


+ 2
- 1
src/etc/changelist View File

@ -1,4 +1,4 @@
# $OpenBSD: changelist,v 1.31 2003/08/21 19:10:19 frantzen Exp $
# $OpenBSD: changelist,v 1.32 2003/10/08 20:30:04 grange Exp $
#
# List of files which the security script backs up and checks
# for modifications.
@ -79,6 +79,7 @@
/etc/rndc.key
/etc/rpc
/etc/security
/etc/sensorsd.conf
/etc/services
/etc/shells
/etc/shosts.equiv


+ 2
- 1
src/etc/mtree/special View File

@ -1,4 +1,4 @@
# $OpenBSD: special,v 1.55 2003/09/18 20:09:07 sturm Exp $
# $OpenBSD: special,v 1.56 2003/10/08 20:30:04 grange Exp $
# $NetBSD: special,v 1.4 1996/05/08 21:30:18 pk Exp $
# @(#)special 8.2 (Berkeley) 1/23/94
#
@ -68,6 +68,7 @@ rc.shutdown type=file mode=0644 uname=root gname=wheel
resolv.conf type=file mode=0644 uname=root gname=wheel optional
resolv.conf.tail type=file mode=0644 uname=root gname=wheel optional
security type=file mode=0644 uname=root gname=wheel
sensorsd.conf type=file mode=0644 uname=root gname=wheel
shells type=file mode=0644 uname=root gname=wheel
skey type=dir mode=01730 uname=root gname=auth optional
.. #skey


+ 20
- 0
src/etc/sensorsd.conf View File

@ -0,0 +1,20 @@
# $OpenBSD: sensorsd.conf,v 1.1 2003/10/08 20:30:04 grange Exp $
#
# Sample sensorsd.conf file. See sensorsd.conf(5) for details.
#
# +5 voltage (volts)
#hw.sensors.3:low=4.8V:high=5.2V
# +12 voltage (volts)
#hw.sensors.4:low=11.5V:high=12.5V
# Chipset temperature (degrees Celsius)
#hw.sensors.7:high=50C
# CPU temperature (degrees Celsius)
#hw.sensors.8:high=60C
# CPU fan (RPM)
#hw.sensors.11:low=3000

Loading…
Cancel
Save