Subject: CVS commit: src/usr.sbin/mscdlabel
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 07/04/2004 14:11:44
Module Name: src
Committed By: drochner
Date: Sun Jul 4 14:11:44 UTC 2004
Modified Files:
src/usr.sbin/mscdlabel: Makefile main.c mscdlabel.8
Added Files:
src/usr.sbin/mscdlabel: iso9660.c mscdlabel.h
Log Message:
-before adding a "partition", check for an ISO9660 filesystem,
and print out volume label and creation time
-if the drive cannot be open()ed read-write, try read-only and
print the information
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/usr.sbin/mscdlabel/Makefile
cvs rdiff -r0 -r1.1 src/usr.sbin/mscdlabel/iso9660.c \
src/usr.sbin/mscdlabel/mscdlabel.h
cvs rdiff -r1.1 -r1.2 src/usr.sbin/mscdlabel/main.c
cvs rdiff -r1.2 -r1.3 src/usr.sbin/mscdlabel/mscdlabel.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.