From owner-cvs-src-old@FreeBSD.ORG Mon Jan 12 17:21:19 2009 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 649EA10656D2 for ; Mon, 12 Jan 2009 17:21:19 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E1E48FC16 for ; Mon, 12 Jan 2009 17:21:19 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CHLJ6t055294 for ; Mon, 12 Jan 2009 17:21:19 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0CHLJ2q055293 for cvs-src-old@freebsd.org; Mon, 12 Jan 2009 17:21:19 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200901121721.n0CHLJ2q055293@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Mon, 12 Jan 2009 17:19:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/etc Makefile src/etc/periodic/daily Makefile src/etc/periodic/monthly Makefile src/etc/periodic/security Makefile src/etc/periodic/weekly Makefile src/gnu/usr.bin Makefile src/lib Makefile src/libexec Makefile src/sbin Makefile src/share ... 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: Mon, 12 Jan 2009 17:21:20 -0000 sam 2009-01-12 17:19:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) etc Makefile etc/periodic/daily Makefile etc/periodic/monthly Makefile etc/periodic/security Makefile etc/periodic/weekly Makefile gnu/usr.bin Makefile lib Makefile libexec Makefile sbin Makefile share Makefile share/mk bsd.own.mk usr.bin Makefile usr.sbin Makefile Added files: (Branch: RELENG_7) tools/build/options WITHOUT_ACCT WITHOUT_AMD WITHOUT_APM WITHOUT_AT WITHOUT_CTM WITHOUT_FREEBSD_UPDATE WITHOUT_IPFW WITHOUT_JAIL WITHOUT_LEGACY_CONSOLE WITHOUT_LOCATE WITHOUT_MAIL WITHOUT_MAKE WITHOUT_NDIS WITHOUT_NETGRAPH WITHOUT_NTP WITHOUT_PKGTOOLS WITHOUT_PMC WITHOUT_PORTSNAP WITHOUT_PPP WITHOUT_QUOTAS WITHOUT_ROUTED WITHOUT_SLIP WITHOUT_SYSINSTALL WITHOUT_TELNET WITHOUT_TEXTPROC WITHOUT_WIRELESS Log: SVN rev 187106 on 2009-01-12 17:19:17Z by sam sync build infrastructure changes with HEAD Reviewed by: imp Revision Changes Path 1.360.2.5 +73 -21 src/etc/Makefile 1.16.2.1 +37 -12 src/etc/periodic/daily/Makefile 1.3.24.1 +9 -2 src/etc/periodic/monthly/Makefile 1.6.2.1 +17 -4 src/etc/periodic/security/Makefile 1.9.2.1 +17 -5 src/etc/periodic/weekly/Makefile 1.92.2.1 +6 -5 src/gnu/usr.bin/Makefile 1.224.2.6 +44 -26 src/lib/Makefile 1.77.2.1 +21 -5 src/libexec/Makefile 1.168.2.2 +22 -5 src/sbin/Makefile 1.37.2.1 +29 -19 src/share/Makefile 1.67.2.5 +40 -1 src/share/mk/bsd.own.mk 1.1.2.1 +5 -0 src/tools/build/options/WITHOUT_ACCT (new) 1.1.2.1 +4 -0 src/tools/build/options/WITHOUT_AMD (new) 1.1.2.1 +5 -0 src/tools/build/options/WITHOUT_APM (new) 1.1.2.1 +4 -0 src/tools/build/options/WITHOUT_AT (new) 1.1.2.1 +4 -0 src/tools/build/options/WITHOUT_CTM (new) 1.1.2.1 +3 -0 src/tools/build/options/WITHOUT_FREEBSD_UPDATE (new) 1.1.2.1 +2 -0 src/tools/build/options/WITHOUT_IPFW (new) 1.1.2.1 +3 -0 src/tools/build/options/WITHOUT_JAIL (new) 1.1.2.1 +5 -0 src/tools/build/options/WITHOUT_LEGACY_CONSOLE (new) 1.1.2.1 +4 -0 src/tools/build/options/WITHOUT_LOCATE (new) 1.1.2.1 +2 -0 src/tools/build/options/WITHOUT_MAIL (new) 1.1.2.1 +4 -0 src/tools/build/options/WITHOUT_MAKE (new) 1.1.2.1 +3 -0 src/tools/build/options/WITHOUT_NDIS (new) 1.1.2.1 +3 -0 src/tools/build/options/WITHOUT_NETGRAPH (new) 1.1.2.1 +4 -0 src/tools/build/options/WITHOUT_NTP (new) 1.1.2.1 +4 -0 src/tools/build/options/WITHOUT_PKGTOOLS (new) 1.1.2.1 +4 -0 src/tools/build/options/WITHOUT_PMC (new) 1.1.2.1 +4 -0 src/tools/build/options/WITHOUT_PORTSNAP (new) 1.1.2.1 +4 -0 src/tools/build/options/WITHOUT_PPP (new) 1.1.2.1 +4 -0 src/tools/build/options/WITHOUT_QUOTAS (new) 1.1.2.1 +4 -0 src/tools/build/options/WITHOUT_ROUTED (new) 1.1.2.1 +4 -0 src/tools/build/options/WITHOUT_SLIP (new) 1.1.2.1 +4 -0 src/tools/build/options/WITHOUT_SYSINSTALL (new) 1.1.2.1 +4 -0 src/tools/build/options/WITHOUT_TELNET (new) 1.1.2.1 +3 -0 src/tools/build/options/WITHOUT_TEXTPROC (new) 1.1.2.1 +5 -0 src/tools/build/options/WITHOUT_WIRELESS (new) 1.303.2.4 +75 -26 src/usr.bin/Makefile 1.375.2.7 +187 -61 src/usr.sbin/Makefile