Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2013 09:33:21 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r252153 - in stable/9: . share/man/man4
Message-ID:  <201306240933.r5O9XLxV014432@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Mon Jun 24 09:33:21 2013
New Revision: 252153
URL: http://svnweb.freebsd.org/changeset/base/252153

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

Deleted:
  stable/9/share/man/man4/vinum.4
Modified:
  stable/9/ObsoleteFiles.inc   (contents, props changed)
  stable/9/share/man/man4/Makefile
Directory Properties:
  stable/9/   (props changed)
  stable/9/share/   (props changed)
  stable/9/share/man/   (props changed)
  stable/9/share/man/man4/   (props changed)

Modified: stable/9/ObsoleteFiles.inc
==============================================================================
--- stable/9/ObsoleteFiles.inc	Mon Jun 24 09:26:54 2013	(r252152)
+++ stable/9/ObsoleteFiles.inc	Mon Jun 24 09:33:21 2013	(r252153)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20130624: vinum.4 removed
+OLD_FILES+=usr/share/man/man4/vinum.4.gz
 # 20130415: Ports are no more available via cvsup
 OLD_FILES+=usr/share/examples/cvsup/ports-supfile
 OLD_FILES+=usr/share/examples/cvsup/refuse

Modified: stable/9/share/man/man4/Makefile
==============================================================================
--- stable/9/share/man/man4/Makefile	Mon Jun 24 09:26:54 2013	(r252152)
+++ stable/9/share/man/man4/Makefile	Mon Jun 24 09:33:21 2013	(r252153)
@@ -509,7 +509,6 @@ MAN=	aac.4 \
 	vge.4 \
 	viapm.4 \
 	${_viawd.4} \
-	vinum.4 \
 	${_virtio.4} \
 	${_virtio_balloon.4} \
 	${_virtio_blk.4} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306240933.r5O9XLxV014432>