Bug 31826

Summary: /usr/sbin/burncd "msinfo" always returns "0" as first parameter
Product: Base System Reporter: Keith White <kwhite>
Component: binAssignee: Søren Schmidt <sos>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
- none

Description Keith White 2001-11-07 18:00:01 UTC
On a CD with the following table of contents, I'd expect the msinfo
parameters to be "295432, 302634" rather than "0, 302634".

$ cdcontrol -f /dev/acd0c info
track     start  duration   block  length   type
-------------------------------------------------
    1   0:02.00  54:41.11       0  245936   data
    2  54:41.11   1:38.00  245936    7200   data
    3  56:17.11   2:35.03  253136   11478   data
    4  58:50.14   1:47.45  264614    7920   data
    5  60:35.59   1:47.45  272534    7920   data
    6  62:21.29   1:45.51  280454    7776   data
    7  64:05.05   1:38.02  288230    7202   data
    8  65:41.07   0:06.02  295432     302   data
  170  65:45.09         -  295734       -      -

$ burncd -f /dev/acd0c msinfo
0, 302634

Fix: uuencoded gzipped diff -c of burncd.c version 1.10.2.1 
How-To-Repeat: Use "burncd msinfo" to find -C parameters for mkisofs
Append a session to a CD with mkisofs -C... -M...
Use burncd msinfo to find -C parameters for another session
notice how the first parameter is still "0"
Comment 1 Mike Heffner freebsd_committer freebsd_triage 2001-12-23 07:58:34 UTC
Responsible Changed
From-To: freebsd-bugs->sos

sos is author of burncd
Comment 2 Søren Schmidt freebsd_committer freebsd_triage 2001-12-27 10:14:11 UTC
State Changed
From-To: open->closed

Fixed in -current MFC to follow asap.