[Midnightbsd-cvs] src [9255] trunk: start removing lindev

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Feb 19 20:21:09 EST 2017


Revision: 9255
          http://svnweb.midnightbsd.org/src/?rev=9255
Author:   laffer1
Date:     2017-02-19 20:21:09 -0500 (Sun, 19 Feb 2017)
Log Message:
-----------
start removing lindev

Modified Paths:
--------------
    trunk/UPDATING
    trunk/share/man/man4/Makefile

Removed Paths:
-------------
    trunk/sys/dev/lindev/

Modified: trunk/UPDATING
===================================================================
--- trunk/UPDATING	2017-02-20 01:17:33 UTC (rev 9254)
+++ trunk/UPDATING	2017-02-20 01:21:09 UTC (rev 9255)
@@ -3,6 +3,9 @@
 20170219:
 	Add /dev/full device.
 
+	The lindev device has been removed since /dev/full has been made a
+	standard device.
+
 20170129:
 	add doas utility from OpenBSD.
 

Modified: trunk/share/man/man4/Makefile
===================================================================
--- trunk/share/man/man4/Makefile	2017-02-20 01:17:33 UTC (rev 9254)
+++ trunk/share/man/man4/Makefile	2017-02-20 01:21:09 UTC (rev 9255)
@@ -133,6 +133,7 @@
 	filemon.4 \
 	firewire.4 \
 	fpa.4 \
+	full.4 \
 	fwe.4 \
 	fwip.4 \
 	fwohci.4 \
@@ -206,7 +207,6 @@
 	le.4 \
 	led.4 \
 	lge.4 \
-	${_lindev.4} \
 	${_linux.4} \
 	lmc.4 \
 	lo.4 \
@@ -731,7 +731,6 @@
 _if_wpi.4=	if_wpi.4
 _ipmi.4=	ipmi.4
 _io.4=		io.4
-_lindev.4=	lindev.4
 _linux.4=	linux.4
 _ndis.4=	ndis.4
 _nfe.4=		nfe.4
@@ -756,7 +755,6 @@
 _xen.4=		xen.4
 _xnb.4=		xnb.4
 
-MLINKS+=lindev.4 full.4
 .endif
 
 .if ${MACHINE_CPUARCH} == "amd64"



More information about the Midnightbsd-cvs mailing list