From owner-svn-doc-head@FreeBSD.ORG Tue Jul 2 16:19:40 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6C74F3A1; Tue, 2 Jul 2013 16:19:40 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4E0481822; Tue, 2 Jul 2013 16:19:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r62GJeWw096868; Tue, 2 Jul 2013 16:19:40 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r62GJd8e096863; Tue, 2 Jul 2013 16:19:39 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307021619.r62GJd8e096863@svn.freebsd.org> From: Warren Block Date: Tue, 2 Jul 2013 16:19:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42118 - in head/en_US.ISO8859-1/books/handbook: . disks preface vinum X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jul 2013 16:19:40 -0000 Author: wblock Date: Tue Jul 2 16:19:38 2013 New Revision: 42118 URL: http://svnweb.freebsd.org/changeset/doc/42118 Log: Remove the vinum chapter. It has been surpassed by other solutions from GEOM and ZFS. The existing version is archived in http://docs.freebsd.org/doc/ . Illustration images in doc/share/images/books/handbook/vinum/ remain, as they are used by non-English translations. -doc mailing list discussion thread: http://lists.freebsd.org/pipermail/freebsd-doc/2013-June/022216.html Reviewed by: -doc Deleted: head/en_US.ISO8859-1/books/handbook/vinum/ Modified: head/en_US.ISO8859-1/books/handbook/Makefile head/en_US.ISO8859-1/books/handbook/book.xml head/en_US.ISO8859-1/books/handbook/chapters.ent head/en_US.ISO8859-1/books/handbook/disks/chapter.xml head/en_US.ISO8859-1/books/handbook/preface/preface.xml Modified: head/en_US.ISO8859-1/books/handbook/Makefile ============================================================================== --- head/en_US.ISO8859-1/books/handbook/Makefile Tue Jul 2 14:41:23 2013 (r42117) +++ head/en_US.ISO8859-1/books/handbook/Makefile Tue Jul 2 16:19:38 2013 (r42118) @@ -178,13 +178,6 @@ IMAGES_EN+= security/ipsec-network.pic IMAGES_EN+= security/ipsec-crypt-pkt.pic IMAGES_EN+= security/ipsec-encap-pkt.pic IMAGES_EN+= security/ipsec-out-pkt.pic -IMAGES_EN+= vinum/vinum-concat.pic -IMAGES_EN+= vinum/vinum-mirrored-vol.pic -IMAGES_EN+= vinum/vinum-raid10-vol.pic -IMAGES_EN+= vinum/vinum-raid5-org.pic -IMAGES_EN+= vinum/vinum-simple-vol.pic -IMAGES_EN+= vinum/vinum-striped-vol.pic -IMAGES_EN+= vinum/vinum-striped.pic IMAGES_EN+= virtualization/parallels-freebsd1.png IMAGES_EN+= virtualization/parallels-freebsd2.png IMAGES_EN+= virtualization/parallels-freebsd3.png @@ -283,7 +276,6 @@ SRCS+= printing/chapter.xml SRCS+= security/chapter.xml SRCS+= serialcomms/chapter.xml SRCS+= users/chapter.xml -SRCS+= vinum/chapter.xml SRCS+= virtualization/chapter.xml SRCS+= x11/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/book.xml Tue Jul 2 14:41:23 2013 (r42117) +++ head/en_US.ISO8859-1/books/handbook/book.xml Tue Jul 2 16:19:38 2013 (r42118) @@ -236,7 +236,6 @@ &chap.disks; &chap.geom; &chap.filesystems; - &chap.vinum; &chap.virtualization; &chap.l10n; &chap.cutting-edge; Modified: head/en_US.ISO8859-1/books/handbook/chapters.ent ============================================================================== --- head/en_US.ISO8859-1/books/handbook/chapters.ent Tue Jul 2 14:41:23 2013 (r42117) +++ head/en_US.ISO8859-1/books/handbook/chapters.ent Tue Jul 2 16:19:38 2013 (r42118) @@ -39,7 +39,6 @@ - Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Tue Jul 2 14:41:23 2013 (r42117) +++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Tue Jul 2 16:19:38 2013 (r42118) @@ -2999,10 +2999,6 @@ gbde_lockdir="/etc/gbde"&prompt.root; gbde detach /dev/ad4s1c - Also, since &man.vinum.4; does not use the - &man.geom.4; subsystem, - gbde can not be used with - vinum volumes. Modified: head/en_US.ISO8859-1/books/handbook/preface/preface.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/preface/preface.xml Tue Jul 2 14:41:23 2013 (r42117) +++ head/en_US.ISO8859-1/books/handbook/preface/preface.xml Tue Jul 2 16:19:38 2013 (r42118) @@ -108,13 +108,6 @@ - , Vinum, is a new chapter - with this edition. It describes how to use Vinum, a logical - volume manager which provides device-independent logical - disks, and software RAID-0, RAID-1 and RAID-5. - - - A troubleshooting section has been added to , PPP and SLIP. @@ -493,15 +486,6 @@ - , - Vinum - - Describes how to use Vinum, a logical volume manager - which provides device-independent logical disks, and - software RAID-0, RAID-1 and RAID-5. - - - , Virtualization