diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-05-25 21:31:25 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-05-25 21:31:25 +0000 |
commit | 859b06ac4c09e0f8e97b860961881b68307b07d6 (patch) | |
tree | 8b526cbee3ac54f799b63580c3e978ac2d0a6928 /etc/weekly | |
parent | 88b74b8298dd30f18fcdff8fa07b017713623484 (diff) |
polish comments, no functional change:
1) advertise *.local and next_part near the top of the three scripts
2) daily: mention smtpd(8) mailq behaviour (like for sendmail, postfix, exim)
3) weekly: drop a comment trivially rehashing the next two lines of code
documenting next_part in the scripts was suggested by jmc@
ok sthen@ okan@ halex@; "i won't object" ajacoutot@
Diffstat (limited to 'etc/weekly')
-rw-r--r-- | etc/weekly | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/weekly b/etc/weekly index 08ed1452dfa..19e51af2094 100644 --- a/etc/weekly +++ b/etc/weekly @@ -1,5 +1,8 @@ # -# $OpenBSD: weekly,v 1.22 2009/05/18 19:57:56 schwarze Exp $ +# $OpenBSD: weekly,v 1.23 2009/05/25 21:31:24 schwarze Exp $ +# +# For local additions, create the file /etc/weekly.local. +# To get section headers, use the function next_part in weekly.local. # umask 022 @@ -63,8 +66,6 @@ fi next_part "Rebuilding whatis databases:" /usr/libexec/makewhatis -# If LOGINACCOUNTING is set to 1 in the environment, report user -# accounting information next_part "Doing login accounting:" [ "X$LOGINACCOUNTING" = X1 ] && { ac -p | sort -nr -k 2 |