[Midnightbsd-cvs] src: src/usr.sbin: Remove vnconfig, add wlandebug

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 16 17:02:55 EST 2008


Log Message:
-----------
Remove vnconfig, add wlandebug

Modified Files:
--------------
    src/usr.sbin:
        Makefile (r1.10 -> r1.11)

Removed Files:
-------------
    src/usr.sbin/vnconfig:
        Makefile
        vnconfig.c

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/usr.sbin/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -L usr.sbin/Makefile -L usr.sbin/Makefile -u -r1.10 -r1.11
--- usr.sbin/Makefile
+++ usr.sbin/Makefile
@@ -170,9 +170,9 @@
 	${_usbdevs} \
 	vidcontrol \
 	vipw \
-	vnconfig \
 	watch \
 	watchdogd \
+	wlandebug \
 	${_wlconfig} \
 	wpa \
 	${_ypbind} \
--- usr.sbin/vnconfig/vnconfig.c
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * ----------------------------------------------------------------------------
- * "THE BEER-WARE LICENSE" (Revision 42):
- * <phk at FreeBSD.ORG> wrote this file.  As long as you retain this notice you
- * can do whatever you want with this stuff. If we meet some day, and you think
- * this stuff is worth it, you can buy me a beer in return.   Poul-Henning Kamp
- * ----------------------------------------------------------------------------
- */
-
-#ifndef lint
-static const char rcsid[] =
-  "$FreeBSD: src/usr.sbin/vnconfig/vnconfig.c,v 1.23 2001/06/24 20:25:22 dd Exp $";
-#endif /* not lint */
-
-#include <stdio.h>
-#include <stdlib.h>
-
-int
-main(int argc, char **argv)
-{
-
-	fprintf(stderr, "ERROR: vnconfig(8) has been discontinued\n");
-	fprintf(stderr, "\tPlease use mdconfig(8).\n");
-	exit (1);
-}
--- usr.sbin/vnconfig/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-# $FreeBSD: src/usr.sbin/vnconfig/Makefile,v 1.9 2004/12/21 08:47:35 ru Exp $
-
-PROG=	vnconfig
-NO_MAN=	# mdconfig supplies manpage
-
-.include <bsd.prog.mk>


More information about the Midnightbsd-cvs mailing list