Date: Thu, 20 Sep 2001 10:36:22 -0700 (PDT) From: Matt Dillon <dillon@earth.backplane.com> To: Ruslan Ermilov <ru@FreeBSD.ORG> Cc: Ollivier Robert <roberto@eurocontrol.fr>, freebsd-arch@FreeBSD.ORG Subject: Re: New option for newfs Message-ID: <200109201736.f8KHaML63734@earth.backplane.com> References: <20010920181423.A99633@caerdonn.eurocontrol.fr> <20010920194726.A61491@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
:> Proposal: a new option ('-M') that says: ignore -c if present, calculate :> the maxcpg allowed for the given argument to newfs and use that. :> :Umm, how about just making ``-c max'' DTRT? You can strcasecmp(optarg, "max") :and set Mflag = 1 if it matches. No need for -M and (ugly) MAXCPG then. : :Cheers, :-- :Ruslan Ermilov Oracle Developer/DBA, I like the '-c max' idea. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109201736.f8KHaML63734>