svn commit: r248370 - in head: . share/man/man4

Gleb Smirnoff glebius at FreeBSD.org
Sat Mar 16 08:51:48 UTC 2013


Author: glebius
Date: Sat Mar 16 08:51:47 2013
New Revision: 248370
URL: http://svnweb.freebsd.org/changeset/base/248370

Log:
  Belatedly remove the vinum(4) manual page. The vinum
  manager is absent in FreeBSD since 6.0-RELEASE.
  
  Reviewed by:	joel

Deleted:
  head/share/man/man4/vinum.4
Modified:
  head/ObsoleteFiles.inc
  head/share/man/man4/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Sat Mar 16 08:16:11 2013	(r248369)
+++ head/ObsoleteFiles.inc	Sat Mar 16 08:51:47 2013	(r248370)
@@ -38,6 +38,7 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+OLD_FILES+=usr/share/man/man4/vinum.4.gz
 # 20130311: Ports are no more available via cvsup
 OLD_FILES+=usr/share/examples/cvsup/ports-supfile
 OLD_FILES+=usr/share/examples/cvsup/refuse

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Sat Mar 16 08:16:11 2013	(r248369)
+++ head/share/man/man4/Makefile	Sat Mar 16 08:51:47 2013	(r248370)
@@ -525,7 +525,6 @@ MAN=	aac.4 \
 	vge.4 \
 	viapm.4 \
 	${_viawd.4} \
-	vinum.4 \
 	${_virtio.4} \
 	${_virtio_balloon.4} \
 	${_virtio_blk.4} \


More information about the svn-src-all mailing list