From owner-cvs-src-old@FreeBSD.ORG Fri Jun 17 20:48:41 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 477F91065674 for ; Fri, 17 Jun 2011 20:48:41 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 34C4F8FC19 for ; Fri, 17 Jun 2011 20:48:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5HKmfIZ098604 for ; Fri, 17 Jun 2011 20:48:41 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5HKmfuw098603 for cvs-src-old@freebsd.org; Fri, 17 Jun 2011 20:48:41 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <201106172048.p5HKmfuw098603@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Fri, 17 Jun 2011 20:47:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/periodic/monthly Makefile src/tools/build/mk OptionalObsoleteFiles.inc src/tools/build/options WITHOUT_ACCT src/usr.sbin Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2011 20:48:41 -0000 ed 2011-06-17 20:47:44 UTC FreeBSD src repository Modified files: etc/periodic/monthly Makefile tools/build/mk OptionalObsoleteFiles.inc tools/build/options WITHOUT_ACCT usr.sbin Makefile Log: SVN rev 223201 on 2011-06-17 20:47:44Z by ed Don't omit ac(8) as part of WITHOUT_ACCT. The WITHOUT_ACCT switch is supposed to omit tools related to process accounting, namely accton and sa. ac(8) is just a simple tool that prints statistics based on data in the utx.log database. It has nothing to do with the former. Revision Changes Path 1.5 +2 -7 src/etc/periodic/monthly/Makefile 1.77 +0 -2 src/tools/build/mk/OptionalObsoleteFiles.inc 1.3 +2 -2 src/tools/build/options/WITHOUT_ACCT 1.438 +2 -2 src/usr.sbin/Makefile