From owner-cvs-src@FreeBSD.ORG Mon Sep 22 20:12:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10CFF106567F; Mon, 22 Sep 2008 20:12:14 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mxf1.bahnhof.se (mxf1.bahnhof.se [213.80.101.25]) by mx1.freebsd.org (Postfix) with ESMTP id A28718FC08; Mon, 22 Sep 2008 20:12:13 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from localhost (mxf1.local [127.0.0.1]) by mxf1-reinject (Postfix) with ESMTP id 410045D16; Mon, 22 Sep 2008 22:12:11 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MXF1) X-Spam-Score: 0.778 X-Spam-Level: X-Spam-Status: No, score=0.778 tagged_above=-99 required=5 tests=[BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, J_CHICKENPOX_34=0.6, SPF_NEUTRAL=1.069, UPPERCASE_25_50=0] Received: from mxf1.bahnhof.se ([127.0.0.1]) by localhost (mxf1.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MdsY56F2CdRA; Mon, 22 Sep 2008 22:12:08 +0200 (CEST) Received: from [10.0.0.5] (h-85-24-219-30.NA.cust.bahnhof.se [85.24.219.30]) by mxf1.bahnhof.se (Postfix) with ESMTP id 9CC4E5D01; Mon, 22 Sep 2008 22:12:08 +0200 (CEST) Message-ID: <48D7FC18.5000106@gmail.com> Date: Mon, 22 Sep 2008 22:12:08 +0200 From: Niclas Zeising User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Sam Leffler References: <200809212208.m8LM8wBB001671@repoman.freebsd.org> In-Reply-To: <200809212208.m8LM8wBB001671@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2008 20:12:14 -0000 Sam Leffler wrote: > sam 2008-09-21 22:02:26 UTC > > FreeBSD src repository > > Modified files: > 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.bin/netstat Makefile main.c netstat.h > usr.sbin Makefile > Added files: > 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 183242 on 2008-09-21 22:02:26Z by sam > > add new build knobs and jigger some existing controls to improve > control over the result of buildworld and installworld; this especially > helps packaging systems such as nanobsd > > Reviewed by: various (posted to arch) > MFC after: 1 month > > Revision Changes Path > 1.369 +54 -13 src/etc/Makefile > 1.17 +37 -12 src/etc/periodic/daily/Makefile > 1.4 +9 -2 src/etc/periodic/monthly/Makefile > 1.7 +17 -4 src/etc/periodic/security/Makefile > 1.10 +17 -5 src/etc/periodic/weekly/Makefile > 1.99 +6 -5 src/gnu/usr.bin/Makefile > 1.233 +42 -24 src/lib/Makefile > 1.80 +21 -5 src/libexec/Makefile > 1.174 +22 -5 src/sbin/Makefile > 1.39 +26 -16 src/share/Makefile > 1.78 +40 -1 src/share/mk/bsd.own.mk > 1.1 +5 -0 src/tools/build/options/WITHOUT_ACCT (new) > 1.1 +4 -0 src/tools/build/options/WITHOUT_AMD (new) > 1.1 +5 -0 src/tools/build/options/WITHOUT_APM (new) > 1.1 +4 -0 src/tools/build/options/WITHOUT_AT (new) > 1.1 +4 -0 src/tools/build/options/WITHOUT_CTM (new) > 1.1 +3 -0 src/tools/build/options/WITHOUT_FREEBSD_UPDATE (new) > 1.1 +2 -0 src/tools/build/options/WITHOUT_IPFW (new) > 1.1 +3 -0 src/tools/build/options/WITHOUT_JAIL (new) > 1.1 +5 -0 src/tools/build/options/WITHOUT_LEGACY_CONSOLE (new) > 1.1 +4 -0 src/tools/build/options/WITHOUT_LOCATE (new) > 1.1 +2 -0 src/tools/build/options/WITHOUT_MAIL (new) > 1.1 +4 -0 src/tools/build/options/WITHOUT_MAKE (new) > 1.1 +3 -0 src/tools/build/options/WITHOUT_NDIS (new) > 1.1 +3 -0 src/tools/build/options/WITHOUT_NETGRAPH (new) > 1.1 +4 -0 src/tools/build/options/WITHOUT_NTP (new) > 1.1 +4 -0 src/tools/build/options/WITHOUT_PKGTOOLS (new) > 1.1 +4 -0 src/tools/build/options/WITHOUT_PMC (new) > 1.1 +4 -0 src/tools/build/options/WITHOUT_PORTSNAP (new) > 1.1 +4 -0 src/tools/build/options/WITHOUT_PPP (new) > 1.1 +4 -0 src/tools/build/options/WITHOUT_QUOTAS (new) > 1.1 +4 -0 src/tools/build/options/WITHOUT_ROUTED (new) > 1.1 +4 -0 src/tools/build/options/WITHOUT_SLIP (new) > 1.1 +4 -0 src/tools/build/options/WITHOUT_SYSINSTALL (new) > 1.1 +4 -0 src/tools/build/options/WITHOUT_TELNET (new) > 1.1 +3 -0 src/tools/build/options/WITHOUT_TEXTPROC (new) > 1.1 +5 -0 src/tools/build/options/WITHOUT_WIRELESS (new) > 1.319 +75 -27 src/usr.bin/Makefile > 1.41 +10 -3 src/usr.bin/netstat/Makefile > 1.91 +8 -2 src/usr.bin/netstat/main.c > 1.56 +2 -0 src/usr.bin/netstat/netstat.h > 1.395 +181 -61 src/usr.sbin/Makefile You might also want to regen the src.conf(5) manual page and commit that! Regards! //Niclas --