Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jan 2001 09:13:48 -0800 (PST)
From:      Matt Dillon <dillon@earth.backplane.com>
To:        Sheldon Hearn <sheldonh@uunet.co.za>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.sbin/vnconfig vnconfig.c 
Message-ID:  <200101021713.f02HDmH54829@earth.backplane.com>
References:   <33840.978435441@axl.fw.uunet.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
    It's just a stopgap until Poul finishing integrating vn's capabilities
    into md.  vnconfig's 'persistent options' stuff is annoying and confusing
    in general.  I'm not going to waste a huge amount of time cleaning it
    up.

					-Matt

:
:On Sat, 30 Dec 2000 17:27:56 PST, Matt Dillon wrote:
:
:>   Modified files:
:>     usr.sbin/vnconfig    vnconfig.c 
:>   Log:
:>   Imply -c when -S is specified, so 'vnconfig -s reserve -S 4 vn1' configures
:>   the device as expected.
:
:You probably want something like the attached patch to the manual page.
:
:Ciao,
:Sheldon.
:
:Index: vnconfig.8
:===================================================================
:RCS file: /home/ncvs/src/usr.sbin/vnconfig/vnconfig.8,v
:retrieving revision 1.19
:diff -u -d -r1.19 vnconfig.8
:--- vnconfig.8	2000/12/27 15:30:29	1.19
:+++ vnconfig.8	2001/01/02 11:36:07
:@@ -140,7 +140,10 @@
: option.
: .It Fl S Ar value{k,m,g,t}
: If no regular file is specified, VN will use swap for backing store.
:-This option specifies the size of the device.  For example, '23m' for
:+This option specifies the size of the device and implies the
:+.Fl c
:+option.
:+For example, '23m' for
: 23 megabytes.  The VN device will round the size up to a machine page boundary.
: Filesystems up to 7.9 terabytes are supported.  When specified along with
: a regular file, this option overrides the regular file's size insofar as



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101021713.f02HDmH54829>