|
@ -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. |
|
|
# For local additions, create the file /etc/weekly.local. |
|
|
# To get section headers, use the function next_part in 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 |
|
|
end_part |
|
|
rm -f $PARTOUT |
|
|
rm -f $PARTOUT |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[ -s $MAINOUT ] && mail -s "`hostname` weekly output" root < $MAINOUT |
|
|
[ -s $MAINOUT ] && mail -s "`hostname` weekly output" root < $MAINOUT |