svn commit: r191144 - in head/usr.sbin: . raycontrol

[ Available lists | Index of svn-src-all | Month of Apr 2009 | Week of 16 Apr 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Robert Watson <rwatson@FreeBSD.org>
Date
16 Apr 2009 14:44:00
Subject
svn commit: r191144 - in head/usr.sbin: . raycontrol
Message-ID
200904161444.n3GEi0vx083424@svn.freebsd.org


[ Hide this part ]
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


Elapsed time: 0.226 seconds