Date: Wed, 15 Mar 2017 16:16:30 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r315311 - head/usr.sbin/makefs Message-ID: <201703151616.v2FGGU8N029774@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Wed Mar 15 16:16:30 2017 New Revision: 315311 URL: https://svnweb.freebsd.org/changeset/base/315311 Log: makefs: use 'm' for cd9660 allow-multidot, per NetBSD NetBSD revisions: cd9660.c 1.55 Obtained from: NetBSD Modified: head/usr.sbin/makefs/cd9660.c Modified: head/usr.sbin/makefs/cd9660.c ============================================================================== --- head/usr.sbin/makefs/cd9660.c Wed Mar 15 16:13:52 2017 (r315310) +++ head/usr.sbin/makefs/cd9660.c Wed Mar 15 16:16:30 2017 (r315311) @@ -291,7 +291,7 @@ cd9660_prep_opts(fsinfo_t *fsopts) "Allow 37 char filenames (unimplemented)"), OPT_BOOL('i', "allow-illegal-chars", allow_illegal_chars, "Allow illegal characters in filenames"), - OPT_BOOL('d', "allow-multidot", allow_multidot, + OPT_BOOL('m', "allow-multidot", allow_multidot, "Allow multiple periods in filenames"), OPT_BOOL('o', "omit-trailing-period", omit_trailing_period, "Omit trailing periods in filenames"),
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703151616.v2FGGU8N029774>