Browse Source

remove EOL whitespace

OPENBSD_4_9
david 13 years ago
parent
commit
4aaa4831a6
3 changed files with 7 additions and 7 deletions
  1. +2
    -2
      src/etc/monthly
  2. +3
    -3
      src/etc/sensorsd.conf
  3. +2
    -2
      src/etc/weekly

+ 2
- 2
src/etc/monthly View File

@ -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

+ 3
- 3
src/etc/sensorsd.conf View File

@ -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


+ 2
- 2
src/etc/weekly View File

@ -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

Loading…
Cancel
Save