summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/Makefile3
-rw-r--r--etc/changelist3
-rw-r--r--etc/mtree/special3
-rw-r--r--etc/sensorsd.conf20
4 files changed, 26 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 98f845c3dce..b3238e3c50e 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -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; \
diff --git a/etc/changelist b/etc/changelist
index 0c4f5c78a96..884e00b33f3 100644
--- a/etc/changelist
+++ b/etc/changelist
@@ -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
diff --git a/etc/mtree/special b/etc/mtree/special
index 504b47e1233..806e2ac9fce 100644
--- a/etc/mtree/special
+++ b/etc/mtree/special
@@ -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
diff --git a/etc/sensorsd.conf b/etc/sensorsd.conf
new file mode 100644
index 00000000000..24f48c17531
--- /dev/null
+++ b/etc/sensorsd.conf
@@ -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