iso9660->opt_support_joliet = 1;
return (ARCHIVE_OK);
}
- if (strcmp(key, "rock-ridge") == 0) {
+ if (strcmp(key, "rockridge") == 0 ||
+ strcmp(key, "Rockridge") == 0) {
iso9660->opt_support_rockridge = val != NULL;
return (ARCHIVE_OK);
}
.\"
.\" $FreeBSD: src/usr.bin/tar/bsdtar.1,v 1.46 2008/12/06 07:37:55 kientzle Exp $
.\"
-.Dd May 26, 2009
+.Dd Oct 12, 2009
.Dt BSDTAR 1
.Os
.Sh NAME
or
.Cm iso9660:!joliet
to disable.
-.It Cm iso9660:rock-ridge
+.It Cm iso9660:rockridge
Support Rock Ridge extensions.
This is enabled by default, use
-.Cm !rock-ridge
+.Cm !rockridge
or
-.Cm iso9660:!rock-ridge
+.Cm iso9660:!rockridge
to disable.
.It Cm gzip:compression-level
A decimal integer from 0 to 9 specifying the gzip compression level.