From owner-cvs-src@FreeBSD.ORG Sun Jul 1 19:18:21 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56B8516A400 for ; Sun, 1 Jul 2007 19:18:21 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id B925D13C483 for ; Sun, 1 Jul 2007 19:18:20 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so750083uge for ; Sun, 01 Jul 2007 12:18:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=VIbsV35a6jJXT2ePQkuQkOaTvu2+tXbSV0FrHRld+tyVt8pYXjbRFqNLjAIVQnGngvxrOdGD8f3U87qhFN2XMJ7/HKoEaVc6kzzM7/JUiE3cPcNKlmqV8o31xL+eau5CsaWLaiX2pENnVHlmneKLCjWHZLZb4TmZvu1S1p5K09M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=VHZi7CjWyhjTvWqhqVbO8ViTfMhbcrOXIndGAethasyZ4ciPtE8gW/V2diy0cItMhuXGBqpldIDjs8mhyk35xaFObNtF4QB4vCyZZM9u6T5yDNqe8T3MgqMp3TVRvGw4sBSXPOtOTfcaw/qctT8Ze16w4pFML631zFQ4+s32otg= Received: by 10.67.92.9 with SMTP id u9mr4463196ugl.1183315813142; Sun, 01 Jul 2007 11:50:13 -0700 (PDT) Received: from ibm-se82151.se.ibm.com ( [80.216.167.182]) by mx.google.com with ESMTP id e32sm13668811fke.2007.07.01.11.50.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 01 Jul 2007 11:50:12 -0700 (PDT) Message-ID: <4687F761.7010309@gmail.com> Date: Sun, 01 Jul 2007 20:50:09 +0200 From: Pawel Worach User-Agent: Thunderbird 2.0.0.5pre (X11/20070627) MIME-Version: 1.0 To: Andrew Thompson References: <200707011025.l61AP7sd099197@repoman.freebsd.org> In-Reply-To: <200707011025.l61AP7sd099197@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 ObsoleteFiles.inc UPDATING src/share/man/man4 ath.4 ieee80211.4 wi.4 src/share/man/man9 ieee80211_ioctl.9 src/tools/tools/tinybsd/conf/bridge tinybsd.basefiles src/tools/tools/tinybsd/conf/default tinybsd.basefiles src/tools/tools/tinybsd/conf/wireless tinybsd.basefiles ... 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: Sun, 01 Jul 2007 19:18:21 -0000 Andrew Thompson wrote: > thompsa 2007-07-01 10:25:07 UTC > Log: > Remove wicontrol(8) from the base system. Using wicontrol to configure an The manpage is obsolete too. --- /usr/src/ObsoleteFiles.inc 2007-07-01 20:39:14.000000000 +0200 +++ ObsoleteFiles.inc 2007-07-01 20:47:59.000000000 +0200 @@ -35,6 +35,7 @@ OLD_DIRS+=usr/include/netkey # 20070701: remove wicontrol OLD_FILES+=usr/sbin/wicontrol +OLD_FILES+=usr/share/man/man8/wicontrol.8.gz # 20070625: umapfs removal OLD_FILES+=rescue/mount_umapfs OLD_FILES+=sbin/mount_umapfs -- Pawel