From a884177b2a5ff220dd28c07c2f5ec941f1afca59 Mon Sep 17 00:00:00 2001 From: Michihiro NAKAJIMA Date: Mon, 12 Oct 2009 01:29:38 -0400 Subject: [PATCH] Rename Rock Ridge option name from `rock-ridge' to `rockridge' and `Rockridge'. SVN-Revision: 1509 --- libarchive/archive_read_support_format_iso9660.c | 3 ++- tar/bsdtar.1 | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/libarchive/archive_read_support_format_iso9660.c b/libarchive/archive_read_support_format_iso9660.c index de4159d63..0b2c69259 100644 --- a/libarchive/archive_read_support_format_iso9660.c +++ b/libarchive/archive_read_support_format_iso9660.c @@ -476,7 +476,8 @@ archive_read_format_iso9660_options(struct archive_read *a, 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); } diff --git a/tar/bsdtar.1 b/tar/bsdtar.1 index 28d5106e2..67cac1099 100644 --- a/tar/bsdtar.1 +++ b/tar/bsdtar.1 @@ -24,7 +24,7 @@ .\" .\" $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 @@ -336,12 +336,12 @@ This is enabled by default, use 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. -- 2.47.3