From owner-svn-src-head@FreeBSD.ORG Thu Apr 16 14:44:00 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EC87106566C; Thu, 16 Apr 2009 14:44:00 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1D7668FC17; Thu, 16 Apr 2009 14:44:00 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n3GEi0Ai083425; Thu, 16 Apr 2009 14:44:00 GMT (envelope-from rwatson@svn.freebsd.org) Received: (from rwatson@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n3GEi0vx083424; Thu, 16 Apr 2009 14:44:00 GMT (envelope-from rwatson@svn.freebsd.org) Message-Id: <200904161444.n3GEi0vx083424@svn.freebsd.org> From: Robert Watson Date: Thu, 16 Apr 2009 14:43:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r191144 - in head/usr.sbin: . raycontrol X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2009 14:44:00 -0000 Author: rwatson Date: Thu Apr 16 14:43:59 2009 New Revision: 191144 URL: http://svn.freebsd.org/changeset/base/191144 Log: Garbage collect raycontrol(8), as ray(4) has been removed. Pointed out by: pluknet at gmail.com Deleted: head/usr.sbin/raycontrol/ Modified: head/usr.sbin/Makefile Modified: head/usr.sbin/Makefile ============================================================================== --- head/usr.sbin/Makefile Thu Apr 16 11:57:16 2009 (r191143) +++ head/usr.sbin/Makefile Thu Apr 16 14:43:59 2009 (r191144) @@ -138,7 +138,6 @@ SUBDIR= ${_ac} \ quot \ ${_quotaon} \ rarpd \ - ${_raycontrol} \ ${_repquota} \ ${_rip6query} \ rmt \ @@ -405,7 +404,6 @@ _usbconfig= usbconfig .if ${MK_WIRELESS} != "no" _ancontrol= ancontrol -_raycontrol= raycontrol _wlandebug= wlandebug _wpa= wpa .endif