From owner-freebsd-bugs Wed Oct 2 17:30:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA16930 for bugs-outgoing; Wed, 2 Oct 1996 17:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA16921; Wed, 2 Oct 1996 17:30:02 -0700 (PDT) Resent-Date: Wed, 2 Oct 1996 17:30:02 -0700 (PDT) Resent-Message-Id: <199610030030.RAA16921@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, haug@conterra.com Received: from dorothy.conterra.com (dorothy.conterra.com [206.30.181.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id RAA16841 for ; Wed, 2 Oct 1996 17:28:39 -0700 (PDT) Received: (from haug@localhost) by dorothy.conterra.com (8.6.12/8.6.12) id QAA04313; Wed, 2 Oct 1996 16:23:46 -0400 Message-Id: <199610022023.QAA04313@dorothy.conterra.com> Date: Wed, 2 Oct 1996 16:23:46 -0400 From: haug@conterra.com Reply-To: haug@conterra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/1713: mkisofs inconsistencies (man page vs. program) Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1713 >Category: gnu >Synopsis: mkisofs doesn't match man page in behavior >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 2 17:30:01 PDT 1996 >Last-Modified: >Originator: Brian R. Haug >Organization: None >Release: FreeBSD 2.1-STABLE i386 >Environment: generic >Description: The code as distributed by Walnut Creek (so you may not actually care about this) has several asserts in mkisofs which cause the program to not run unless certain options are supplied on the command line (i.e. -N -d) which are not noted as required options on the man page and are noted to use with caution. >How-To-Repeat: cd /tmp;mkisofs -o /var/tmp/foo -R . >Fix: Remove the asserts in mkisofs.c lines 335 and 336: assert(omit_version_number); assert(omit_period); Alternatively update the man page or perhaps add a -W for Walnut Creek options and note these in the man page (presumably forcing a -d -N). >Audit-Trail: >Unformatted: