=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/weekly,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/etc/weekly 2009/05/18 19:57:56 1.22 --- src/etc/weekly 2009/05/25 21:31:24 1.23 *************** *** 1,6 **** # ! # $OpenBSD: weekly,v 1.22 2009/05/18 19:57:56 schwarze Exp $ # umask 022 PARTOUT=/var/log/weekly.part --- 1,9 ---- # ! # $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 PARTOUT=/var/log/weekly.part *************** *** 63,70 **** 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 --- 66,71 ----