diff --git a/src/etc/monthly b/src/etc/monthly index f2d4e46b..d928a2be 100644 --- a/src/etc/monthly +++ b/src/etc/monthly @@ -1,5 +1,5 @@ # -# $OpenBSD: monthly,v 1.12 2009/05/25 21:31:24 schwarze Exp $ +# $OpenBSD: monthly,v 1.13 2011/01/19 06:18:05 david Exp $ # # For local additions, create the file /etc/monthly.local. # To get section headers, use the function next_part in monthly.local. @@ -45,5 +45,5 @@ run_script "monthly.local" end_part rm -f $PARTOUT - + [ -s $MAINOUT ] && mail -s "`hostname` monthly output" root < $MAINOUT diff --git a/src/etc/sensorsd.conf b/src/etc/sensorsd.conf index ec5d526c..2bffbbec 100644 --- a/src/etc/sensorsd.conf +++ b/src/etc/sensorsd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: sensorsd.conf,v 1.8 2007/08/14 19:02:02 cnst Exp $ +# $OpenBSD: sensorsd.conf,v 1.9 2011/01/19 06:18:05 david Exp $ # # Sample sensorsd.conf file. See sensorsd.conf(5) for details. @@ -28,8 +28,8 @@ #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 +# 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 diff --git a/src/etc/weekly b/src/etc/weekly index 19e51af2..ff00fffa 100644 --- a/src/etc/weekly +++ b/src/etc/weekly @@ -1,5 +1,5 @@ # -# $OpenBSD: weekly,v 1.23 2009/05/25 21:31:24 schwarze Exp $ +# $OpenBSD: weekly,v 1.24 2011/01/19 06:18:05 david Exp $ # # For local additions, create the file /etc/weekly.local. # To get section headers, use the function next_part in weekly.local. @@ -73,5 +73,5 @@ next_part "Doing login accounting:" end_part rm -f $PARTOUT - + [ -s $MAINOUT ] && mail -s "`hostname` weekly output" root < $MAINOUT