Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/makefs Change duplicate 'D' option to 'm'. From Ed ...



details:   https://anonhg.NetBSD.org/src/rev/cd753a0e35df
branches:  trunk
changeset: 822349:cd753a0e35df
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 15 15:33:54 2017 +0000

description:
Change duplicate 'D' option to 'm'. From Ed Maste @ FreeBSD

diffstat:

 usr.sbin/makefs/cd9660.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e6c910e906e3 -r cd753a0e35df usr.sbin/makefs/cd9660.c
--- a/usr.sbin/makefs/cd9660.c  Wed Mar 15 11:22:47 2017 +0000
+++ b/usr.sbin/makefs/cd9660.c  Wed Mar 15 15:33:54 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cd9660.c,v 1.54 2017/01/24 11:22:43 nonaka Exp $       */
+/*     $NetBSD: cd9660.c,v 1.55 2017/03/15 15:33:54 christos Exp $     */
 
 /*
  * Copyright (c) 2005 Daniel Watt, Walter Deignan, Ryan Gabrys, Alan
@@ -103,7 +103,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: cd9660.c,v 1.54 2017/01/24 11:22:43 nonaka Exp $");
+__RCSID("$NetBSD: cd9660.c,v 1.55 2017/03/15 15:33:54 christos Exp $");
 #endif  /* !__lint */
 
 #include <string.h>
@@ -298,7 +298,7 @@
                    "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"),



Home | Main Index | Thread Index | Old Index