[Midnightbsd-cvs] src [10753] trunk/etc: remove sensorsd.conf

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 9 18:31:12 EDT 2018


Revision: 10753
          http://svnweb.midnightbsd.org/src/?rev=10753
Author:   laffer1
Date:     2018-06-09 18:31:12 -0400 (Sat, 09 Jun 2018)
Log Message:
-----------
remove sensorsd.conf

Modified Paths:
--------------
    trunk/etc/Makefile

Removed Paths:
-------------
    trunk/etc/sensorsd.conf

Modified: trunk/etc/Makefile
===================================================================
--- trunk/etc/Makefile	2018-06-09 22:26:44 UTC (rev 10752)
+++ trunk/etc/Makefile	2018-06-09 22:31:12 UTC (rev 10753)
@@ -4,7 +4,7 @@
 .include <bsd.own.mk>
 
 .if ${MK_SENDMAIL} != "no"
-SUBDIR=	sendmail
+SUBDIR+=sendmail
 .endif
 
 BIN1=	crontab \
@@ -46,7 +46,6 @@
 	rc.subr \
 	remote \
 	rpc \
-	sensorsd.conf \
 	services \
 	shells \
 	sysctl.conf \
@@ -228,14 +227,6 @@
 	    ${BSM_ETC_RESTRICTED_FILES} ${BSM_ETC_DIR}
 	cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0500 \
 	    ${BSM_ETC_EXEC_FILES} ${BSM_ETC_DIR}
-.if ${MK_BIND_MTREE} != "no"
-	if [ ! -e ${DESTDIR}/etc/namedb ]; then \
-		ln -s ../var/named/etc/namedb ${DESTDIR}/etc/namedb; \
-	fi
-.endif
-.if ${MK_BIND_ETC} != "no"
-	${_+_}cd ${.CURDIR}/namedb; ${MAKE} install
-.endif
 .if ${MK_SENDMAIL} != "no"
 	${_+_}cd ${.CURDIR}/sendmail; ${MAKE} distribution
 .endif
@@ -307,12 +298,6 @@
 		mtree/BSD.var.dist		/var		\
 		mtree/BSD.usr.dist		/usr		\
 		mtree/BSD.include.dist		/usr/include
-.if ${MK_BIND_LIBS} != "no"
-MTREES+=	mtree/BIND.include.dist		/usr/include
-.endif
-.if ${MK_BIND_MTREE} != "no"
-MTREES+=	mtree/BIND.chroot.dist		/var/named
-.endif
 .if ${MK_SENDMAIL} != "no"
 MTREES+=	mtree/BSD.sendmail.dist		/
 .endif

Deleted: trunk/etc/sensorsd.conf
===================================================================
--- trunk/etc/sensorsd.conf	2018-06-09 22:26:44 UTC (rev 10752)
+++ trunk/etc/sensorsd.conf	2018-06-09 22:31:12 UTC (rev 10753)
@@ -1,50 +0,0 @@
-# $FreeBSD: src/etc/sensorsd.conf,v 1.1 2007/10/14 10:45:28 netchild Exp $
-# $OpenBSD: sensorsd.conf,v 1.8 2007/08/14 19:02:02 cnst Exp $
-
-#
-# Sample sensorsd.conf file. See sensorsd.conf(5) for details.
-#
-
-# +5 voltage (volts)
-#hw.sensors.lm0.volt3:low=4.8V:high=5.2V
-
-# +12 voltage (volts)
-#hw.sensors.lm0.volt4:low=11.5V:high=12.5V
-
-# Chipset temperature (degrees Celsius)
-#hw.sensors.lm0.temp0:high=50C
-
-# CPU temperature (degrees Celsius)
-#hw.sensors.lm0.temp1:high=60C
-
-# CPU fan (RPM)
-#hw.sensors.lm0.fan1:low=3000
-
-# ignore certain indicators on ipmi(4)
-#hw.sensors.ipmi0.indicator1:istatus
-
-# Warn if any temperature sensor is over 70 degC.
-# This entry will match only those temperature sensors
-# that don't have their own entry.
-#temp:high=70C
-
-
-# By default, sensorsd(8) reports status changes of all sensors that 
-# keep their state. Uncomment the following lines if you want to 
-# suppress reports about status changes of specific sensor types.
-
-#temp:istatus
-#fan:istatus
-#volt:istatus
-#acvolt:istatus
-#resistance:istatus
-#power:istatus
-#current:istatus
-#watthour:istatus
-#amphour:istatus
-#indicator:istatus
-#raw:istatus
-#percentage:istatus
-#illuminance:istatus
-#drive:istatus
-#timedelta:istatus



More information about the Midnightbsd-cvs mailing list