From owner-freebsd-doc@FreeBSD.ORG Thu Jul 15 12:50:27 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D78516A4CE for ; Thu, 15 Jul 2004 12:50:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74AD543D53 for ; Thu, 15 Jul 2004 12:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FCoRRt046526 for ; Thu, 15 Jul 2004 12:50:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6FCoR16046525; Thu, 15 Jul 2004 12:50:27 GMT (envelope-from gnats) Date: Thu, 15 Jul 2004 12:50:27 GMT Message-Id: <200407151250.i6FCoR16046525@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Giorgos Keramidas Subject: Re: docs/69087: sysutils/mkisofs no longer exist X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2004 12:50:27 -0000 The following reply was made to PR docs/69087; it has been noted by GNATS. From: Giorgos Keramidas To: Janos Mohacsi Cc: bug-followup@FreeBSD.org Subject: Re: docs/69087: sysutils/mkisofs no longer exist Date: Thu, 15 Jul 2004 15:44:50 +0300 On 2004-07-15 10:23, Janos Mohacsi wrote: > sysutils/mkisofs no longer exist (i.e merged to sysutils/cdrtools) > There are lots of reference to mkisofs that has to be update: > 1. man page of burncd > 2. Chapter 16 of FreeBSD Handbook Does this patch look ok for the Handbook chapter? %% Index: chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v retrieving revision 1.212 diff -u -r1.212 chapter.sgml --- chapter.sgml 14 Jul 2004 05:33:13 -0000 1.212 +++ chapter.sgml 15 Jul 2004 12:43:07 -0000 @@ -920,13 +920,13 @@ working with systems that do not support those extensions. - sysutils/mkisofs + sysutils/cdrtools - The sysutils/mkisofs - program is used to produce a data file containing an ISO 9660 file + The sysutils/cdrtools + port includes &man.mkisofs.8;, a program that you can use to + produce a data file containing an ISO 9660 file system. It has options that support various extensions, and is - described below. You can install it with the - sysutils/mkisofs port. + described below. CD burner @@ -972,7 +972,9 @@ mkisofs - sysutils/mkisofs produces an ISO 9660 file system + The &man.mkisofs.8; program, which is part of the + sysutils/cdrtools port, + produces an ISO 9660 file system that is an image of a directory tree in the &unix; file system name space. The simplest usage is: @@ -1045,7 +1047,7 @@ and /tmp/myboot are identical. There are many other options you can use with - sysutils/mkisofs to fine-tune its behavior. In particular: + &man.mkisofs.8; to fine-tune its behavior. In particular: modifications to an ISO 9660 layout and the creation of Joliet and HFS discs. See the &man.mkisofs.8; manual page for details. @@ -1213,7 +1215,7 @@ You can copy a data CD to a image file that is functionally equivalent to the image file created with - sysutils/mkisofs, and you can use it to duplicate + &man.mkisofs.8;, and you can use it to duplicate any data CD. The example given here assumes that your CDROM device is acd0. Substitute your correct CDROM device. Under &os; 4.X, a c must be appended @@ -1307,7 +1309,7 @@ Such a CDROM cannot be read under any operating system except FreeBSD. If you want to be able to mount the CD, or share data with another operating system, you must use - sysutils/mkisofs as described above. + &man.mkisofs.8; as described above. %%